mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
Fix bug in sh_elf_reloc_loop
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2000-08-10 Bernd Schmidt <bernds@cygnus.co.uk>
|
||||||
|
|
||||||
|
* elf32-sh.c (sh_elf_reloc_loop): Make LAST_SYMBOL_SECTION static.
|
||||||
|
|
||||||
2000-08-08 Jason Eckhardt <jle@cygnus.com>
|
2000-08-08 Jason Eckhardt <jle@cygnus.com>
|
||||||
|
|
||||||
* elf32-i860.c (elf32_i860_howto_table): Updated some fields.
|
* elf32-i860.c (elf32_i860_howto_table): Updated some fields.
|
||||||
|
@ -464,7 +464,7 @@ sh_elf_reloc_loop (r_type, input_bfd, input_section, contents, addr,
|
|||||||
bfd_vma start, end;
|
bfd_vma start, end;
|
||||||
{
|
{
|
||||||
static bfd_vma last_addr;
|
static bfd_vma last_addr;
|
||||||
asection *last_symbol_section;
|
static asection *last_symbol_section;
|
||||||
bfd_byte *free_contents = NULL;
|
bfd_byte *free_contents = NULL;
|
||||||
bfd_byte *start_ptr, *ptr, *last_ptr;
|
bfd_byte *start_ptr, *ptr, *last_ptr;
|
||||||
int diff, cum_diff;
|
int diff, cum_diff;
|
||||||
|
Reference in New Issue
Block a user