From cda78e81ae45487a8716c87fb56a8a2ef8973bfe Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Wed, 5 Apr 2006 20:46:15 +0000 Subject: [PATCH] Fix -Werror problem in previous change. --- bfd/elf32-bfin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bfd/elf32-bfin.c b/bfd/elf32-bfin.c index a08161c..8f4dfcf 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; -- 2.7.4