From: Bernd Schmidt Date: Thu, 10 Aug 2000 10:00:56 +0000 (+0000) Subject: Fix bug in sh_elf_reloc_loop X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=00fdaf47d569ebbc021b5bdc8206b9c461387e44;p=binutils-gdb.git Fix bug in sh_elf_reloc_loop --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6062f601e87..fcca6bc4c4f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2000-08-10 Bernd Schmidt + + * elf32-sh.c (sh_elf_reloc_loop): Make LAST_SYMBOL_SECTION static. + 2000-08-08 Jason Eckhardt * elf32-i860.c (elf32_i860_howto_table): Updated some fields. diff --git a/bfd/elf32-sh.c b/bfd/elf32-sh.c index a4954f84e2f..eb333e2f629 100644 --- a/bfd/elf32-sh.c +++ b/bfd/elf32-sh.c @@ -464,7 +464,7 @@ sh_elf_reloc_loop (r_type, input_bfd, input_section, contents, addr, bfd_vma start, end; { static bfd_vma last_addr; - asection *last_symbol_section; + static asection *last_symbol_section; bfd_byte *free_contents = NULL; bfd_byte *start_ptr, *ptr, *last_ptr; int diff, cum_diff;