]> gcc.gnu.org Git - gcc.git/commit
Makefile.in (rtlanal.o): Depend on $(TM_P_H).
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 19 Oct 2001 19:42:46 +0000 (19:42 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 19 Oct 2001 19:42:46 +0000 (19:42 +0000)
commit91ea4f8ddfb30a1274e951d43ac4d79eb5c63e9e
tree35d74451a570e71f324c150e308f21b0bbc64373
parentacf9cc0f52e816e6dc29095098cdef6d77ddb7de
Makefile.in (rtlanal.o): Depend on $(TM_P_H).

* Makefile.in (rtlanal.o): Depend on $(TM_P_H).
* arm-protos.h (rdata_section, zero_init_section, common_section):
Prototype.
* arm.h (ASM_OUTPUT_DEF_FROM_DECLS): Const-ify.
* avr.h (ASM_OUTPUT_SKIP): Rename macro parameter to avoid
traditional mode stringification.
* function.c (thread_prologue_and_epilogue_insns): Wrap variable
in macros controling its use.
* rtlanal.c: Include tm_p.h.
* varasm.c (asm_output_aligned_bss): Mark parameter with
ATTRIBUTE_UNUSED.
(assemble_constant_align, assemble_start_function, assemble_align,
assemble_variable, assemble_trampoline_template,
output_constant_def_contents): Wrap potentially empty if-stmt body
in brackets.

From-SVN: r46360
gcc/ChangeLog
gcc/Makefile.in
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.h
gcc/config/avr/avr.h
gcc/function.c
gcc/rtlanal.c
gcc/varasm.c
This page took 0.066949 seconds and 5 git commands to generate.