diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-11-04 22:37:46 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-11-04 22:37:46 +0000 |
commit | 5f37d07c6e08778a5e16779bc5c0c419533b47a1 (patch) | |
tree | 05df4b091e6f9286e6ff1dc22e3556704810175a /gcc/config.gcc | |
parent | 966c049dbf5e87774306aafddd0295a21657a1da (diff) | |
download | gcc-5f37d07c6e08778a5e16779bc5c0c419533b47a1.zip gcc-5f37d07c6e08778a5e16779bc5c0c419533b47a1.tar.gz gcc-5f37d07c6e08778a5e16779bc5c0c419533b47a1.tar.bz2 |
aof.h (aof_text_section, [...]): Don't declare.
* arm/aof.h (aof_text_section, aof_data_section): Don't declare.
(common_section): Delete unused variable.
(ASM_OUTPUT_ASCII): Fix signed/unsigned warnings.
(ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warning.
* arm-protos.h (arm_poke_function_name, aof_add_import,
aof_delete_import): Const-ify.
* arm.c (legitimize_pic_address): Wrap variables in the macro
controlling their usage.
(arm_finalize_pic): Mark variable with ATTRIBUTE_UNUSED.
(arm_poke_function_name, pic_chain, import, aof_add_import,
aof_delete_import): Const-ify.
* i386.c (ix86_osf_output_function_prologue): Const-ify.
* i386/sysv4.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE,
ASM_OUTPUT_LONG_DOUBLE): Fix format specifier warnings.
* i860/fx2800.h (DBX_OUTPUT_STANDARD_TYPES): Const-ify.
* i860/sysv3.h: Add missing comment closure.
* m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Add missing semi-colon.
* m88k/dgux.h (SELECT_RTX_SECTION): Add missing argument in call
to symbolic_operand.
* config.gcc (m680[02]0-*-*): Rename case from m68000-*-*.
(i960-*-*): Set tmake_file.
(sparc86x-*-elf*): Fix typo in header name.
* sched-rgn.c (schedule_insns): Delete unused variable.
From-SVN: r46776
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 583b3ac..13f3b4e 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -236,7 +236,7 @@ x86_64-*-*) hppa*-*-* | parisc*-*-*) cpu_type=pa ;; -m68000-*-*) +m680[02]0-*-*) cpu_type=m68k ;; mips*-*-*) @@ -1528,6 +1528,7 @@ i960-*-rtems) ;; i960-*-*) # Default i960 environment. use_collect2=yes + tmake_file=i960/t-960bare c_target_objs="i960-c.o" cxx_target_objs="i960-c.o" ;; @@ -3149,7 +3150,7 @@ sparc86x-*-aout*) tmake_file=sparc/t-sp86x ;; sparc86x-*-elf*) - tm_file="sparc/sol2.h sparc./elf.h sparc/sp86x-elf.h" + tm_file="sparc/sol2.h sparc/elf.h sparc/sp86x-elf.h" tmake_file=sparc/t-sp86x extra_parts="crtbegin.o crtend.o" ;; |