summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-09-09 01:38:40 +0000
committerAlan Modra <amodra@bigpond.net.au>2009-09-09 01:38:40 +0000
commit1f69c7bdb53b370a051d2f21f8e9c7d17a4777c7 (patch)
tree0f364080d68600f7a72865aedba3775d4ee1f607
parent03dc39e041005d9c8610bec16ea3752d2b8dfd73 (diff)
downloadgdb-1f69c7bdb53b370a051d2f21f8e9c7d17a4777c7.tar.gz
* elf32-xtensa.c (elf_xtensa_relax_section): Delete -r check.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/elf32-xtensa.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3fd72b41f2e..b0122766619 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/elf32-xtensa.c b/bfd/elf32-xtensa.c
index 4314a7259d4..9f961dcde23 100644
--- a/bfd/elf32-xtensa.c
+++ b/bfd/elf32-xtensa.c
@@ -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. */