From: H.J. Lu Date: Tue, 27 Mar 2001 02:05:18 +0000 (+0000) Subject: Remove ATTRIBUTE_UNUSED in the last patch. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b9d889962667ada0f8c4161957f5a4fb7ab959d6;p=deliverable%2Fbinutils-gdb.git Remove ATTRIBUTE_UNUSED in the last patch. --- diff --git a/bfd/elf32-gen.c b/bfd/elf32-gen.c index f67887069a..7a39f4778e 100644 --- a/bfd/elf32-gen.c +++ b/bfd/elf32-gen.c @@ -61,7 +61,7 @@ elf_generic_info_to_howto_rel (abfd, bfd_reloc, elf_reloc) static boolean elf32_generic_link_add_symbols (abfd, info) bfd *abfd; - struct bfd_link_info *info ATTRIBUTE_UNUSED; + struct bfd_link_info *info; { asection *o; diff --git a/bfd/elf64-gen.c b/bfd/elf64-gen.c index 1e26b4f9ab..29bd758602 100644 --- a/bfd/elf64-gen.c +++ b/bfd/elf64-gen.c @@ -61,7 +61,7 @@ elf_generic_info_to_howto_rel (abfd, bfd_reloc, elf_reloc) static boolean elf64_generic_link_add_symbols (abfd, info) bfd *abfd; - struct bfd_link_info *info ATTRIBUTE_UNUSED; + struct bfd_link_info *info; { asection *o;