projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37de36c
)
Remove ATTRIBUTE_UNUSED in the last patch.
author
H.J. Lu
<hjl.tools@gmail.com>
Tue, 27 Mar 2001 02:05:18 +0000
(
02:05
+0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Tue, 27 Mar 2001 02:05:18 +0000
(
02:05
+0000)
bfd/elf32-gen.c
patch
|
blob
|
history
bfd/elf64-gen.c
patch
|
blob
|
history
diff --git
a/bfd/elf32-gen.c
b/bfd/elf32-gen.c
index f67887069a72cf4304b8d851b1331dcbb57aaa73..7a39f4778efd2b71f0dee9c2b1e4d81ee2c220b5 100644
(file)
--- 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 1e26b4f9ab07f1b05dc5c142795d90ede447012d..29bd7586020223107902cafafb2979486c17ea0b 100644
(file)
--- 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;