]> gcc.gnu.org Git - gcc.git/commit - gcc/config.gcc
aof.h (aof_text_section, [...]): Don't declare.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 4 Nov 2001 22:37:46 +0000 (22:37 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 4 Nov 2001 22:37:46 +0000 (22:37 +0000)
commit5f37d07c6e08778a5e16779bc5c0c419533b47a1
tree05df4b091e6f9286e6ff1dc22e3556704810175a
parent966c049dbf5e87774306aafddd0295a21657a1da
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
12 files changed:
gcc/ChangeLog
gcc/config.gcc
gcc/config/arm/aof.h
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/i386/i386.c
gcc/config/i386/sysv4.h
gcc/config/i860/fx2800.h
gcc/config/i860/sysv3.h
gcc/config/m68k/apollo68.h
gcc/config/m88k/dgux.h
gcc/sched-rgn.c
This page took 0.059912 seconds and 5 git commands to generate.