elf.h (ASM_DECLARE_OBJECT_NAME): Use mips_declare_object_name.
authorRichard Sandiford <rsandifo@redhat.com>
Mon, 14 Jul 2003 20:23:38 +0000 (20:23 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 14 Jul 2003 20:23:38 +0000 (20:23 +0000)
commitc1115ccd687a14e68e786ff674c004c6f36ace4b
treed8fcce325648b50082ca7959a14505993fc8914f
parent748d4c7e65660d515e71a361b186bd31f9c4e06a
elf.h (ASM_DECLARE_OBJECT_NAME): Use mips_declare_object_name.

* config/mips/elf.h (ASM_DECLARE_OBJECT_NAME): Use
mips_declare_object_name.
(ASM_FINISH_DECLARE_OBJECT): Likewise mips_finish_declare_object.
* config/mips/elf64.h: As for elf.h.
* config/mips/iris6.h: Likewise.
* config/mips/linux.h (ASM_DECLARE_OBJECT_NAME): As for elf.h.
* config/mips/mips.h (ASM_DECLARE_OBJECT_NAME): Remove unnecessary
do...while (0) block.
* config/mips/mips-protos.h (mips_declare_object_name): Declare.
(mips_finish_declare_object): Declare.
* config/mips/mips.c (mips_declare_object_name): New function.
(mips_finish_declare_object): New function.

From-SVN: r69352
gcc/ChangeLog
gcc/config/mips/elf.h
gcc/config/mips/elf64.h
gcc/config/mips/iris6.h
gcc/config/mips/linux.h
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c
gcc/config/mips/mips.h