aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
Diffstat (limited to 'bfd')
-rw-r--r--bfd/elf32-gen.c2
-rw-r--r--bfd/elf64-gen.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-gen.c b/bfd/elf32-gen.c
index f678870..7a39f47 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 1e26b4f9..29bd758 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;