summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Schmidt <bernd.schmidt@analog.com>2006-04-05 20:46:15 +0000
committerBernd Schmidt <bernd.schmidt@analog.com>2006-04-05 20:46:15 +0000
commit6e800f9d7e4903c75bb72c75a1f10721cdca5240 (patch)
tree7c1b9886831bb86e8dd734f861a7b4adcac9f2dc
parent0a27258808f0df3d965256e86cba59f446d644e7 (diff)
downloadbinutils-redhat-6e800f9d7e4903c75bb72c75a1f10721cdca5240.tar.gz
Fix -Werror problem in previous change.
-rw-r--r--bfd/elf32-bfin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/elf32-bfin.c b/bfd/elf32-bfin.c
index a08161cd44..8f4dfcfffd 100644
--- a/bfd/elf32-bfin.c
+++ b/bfd/elf32-bfin.c
@@ -3253,7 +3253,6 @@ _bfin_create_got_section (bfd *abfd, struct bfd_link_info *info)
flagword flags, pltflags;
asection *s;
struct elf_link_hash_entry *h;
- struct bfd_link_hash_entry *bh;
const struct elf_backend_data *bed = get_elf_backend_data (abfd);
int ptralign;
int offset;