From 498199fc743408eb0e6bf6ad326409c5b3fd64a3 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 9 Sep 2009 01:38:40 +0000 Subject: * elf32-xtensa.c (elf_xtensa_relax_section): Delete -r check. --- bfd/elf32-xtensa.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bfd/elf32-xtensa.c') diff --git a/bfd/elf32-xtensa.c b/bfd/elf32-xtensa.c index 4314a72..9f961dc 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. */ -- cgit v1.1