mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* elf32-xtensa.c (relax_section): Update DIFF relocations in the
same way as other relocations.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2007-12-21 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
* elf32-xtensa.c (relax_section): Update DIFF relocations in the
|
||||
same way as other relocations.
|
||||
|
||||
2007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* section.c (BFD_FAKE_SECTION): Update.
|
||||
|
@ -8240,8 +8240,7 @@ relax_section (bfd *abfd, asection *sec, struct bfd_link_info *link_info)
|
||||
|
||||
pin_contents (sec, contents);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
/* If the relocation still references a section in the same
|
||||
input file, modify the relocation directly instead of
|
||||
adding a "fix" record. */
|
||||
@ -8267,7 +8266,6 @@ relax_section (bfd *abfd, asection *sec, struct bfd_link_info *link_info)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if ((relax_info->is_relaxable_literal_section
|
||||
|| relax_info->is_relaxable_asm_section)
|
||||
|
Reference in New Issue
Block a user