mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 20:19:49 +00:00
* elf32-xtensa.c (elf_xtensa_relax_section): Delete -r check.
This commit is contained in:
parent
6ff262968a
commit
498199fc74
@ -1,3 +1,7 @@
|
||||
2009-09-09 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elf32-xtensa.c (elf_xtensa_relax_section): Delete -r check.
|
||||
|
||||
2009-09-07 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* elf32-m68k.c (rtype_to_howto): If the reloc index is out of
|
||||
|
@ -6634,10 +6634,6 @@ elf_xtensa_relax_section (bfd *abfd,
|
||||
static bfd_boolean relocations_analyzed = FALSE;
|
||||
xtensa_relax_info *relax_info;
|
||||
|
||||
if (link_info->relocatable)
|
||||
(*link_info->callbacks->einfo)
|
||||
(_("%P%F: --relax and -r may not be used together\n"));
|
||||
|
||||
if (!relocations_analyzed)
|
||||
{
|
||||
/* Do some overall initialization for relaxation. */
|
||||
|
Loading…
Reference in New Issue
Block a user