summaryrefslogtreecommitdiff
path: root/bfd/elf32-xtensa.c
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
commit64cf94cae032d6e0c8ebaa0c8be617eb03de11dc (patch)
tree181a3ef528747954a96d935bc5d944b3f35bbf68 /bfd/elf32-xtensa.c
parent6b4e409f27ab3f80052275704d2d968188ce5f22 (diff)
downloadbinutils-redhat-64cf94cae032d6e0c8ebaa0c8be617eb03de11dc.tar.gz
* elf32-xtensa.c (elf_xtensa_relax_section): Delete -r check.
Diffstat (limited to 'bfd/elf32-xtensa.c')
-rw-r--r--bfd/elf32-xtensa.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/elf32-xtensa.c b/bfd/elf32-xtensa.c
index 4314a7259d..9f961dcde2 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. */