avr.h, [...]: Undefine ASM_FINISH_DECLARE_OBJECT before defining it.
authorSteven Bosscher <s.bosscher@student.tudelft.nl>
Sun, 26 Jan 2003 14:40:22 +0000 (15:40 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Sun, 26 Jan 2003 14:40:22 +0000 (15:40 +0100)
commit35d8c8e21f5752ba6e9836ecaa4d173ef7f3a57e
tree1ad40e789d391d8f3140aebb5c259c027424f6a7
parente5fcbd77a60d3f80b11bfe32ecd17a1fb491024a
avr.h, [...]: Undefine ASM_FINISH_DECLARE_OBJECT before defining it.

2003-01-26  Steven Bosscher  <s.bosscher@student.tudelft.nl>

* config/avr/avr.h, config/cris/aout.h, config/elfos.h,
config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
ASM_FINISH_DECLARE_OBJECT before defining it.
* toplev.c (rest_of_decl_compilation):  Don't define
ASM_FINISH_DECLARE_OBJECT.  Only use it if it is defined.
(rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
parameters for DWARF2 targets because they _are_ used.

From-SVN: r61851
gcc/ChangeLog
gcc/config/avr/avr.h
gcc/config/cris/aout.h
gcc/config/elfos.h
gcc/config/i386/freebsd-aout.h
gcc/config/mips/iris6.h
gcc/toplev.c