* elf32-xtensa.c (elf_xtensa_relax_section): Delete -r check.

This commit is contained in:
Alan Modra 2009-09-09 01:38:40 +00:00
parent 6ff262968a
commit 498199fc74
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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. */