OSDN Git Service

* elf64-mmix.c (mmix_elf_relax_section): Revert 2009-05-27
authorhp <hp>
Tue, 28 Jul 2009 23:45:22 +0000 (23:45 +0000)
committerhp <hp>
Tue, 28 Jul 2009 23:45:22 +0000 (23:45 +0000)
change.  Add note to head comment.

bfd/ChangeLog
bfd/elf64-mmix.c

index f3f4533..5d3be83 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-29  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * elf64-mmix.c (mmix_elf_relax_section): Revert 2009-05-27
+       change.  Add note to head comment.
+
 2009-07-28  Jan Beulich  <jbeulich@novell.com>
 
        * archive.c (get_extended_arelt_filename): Remove redundant
index 9669fdb..f9ce5d2 100644 (file)
@@ -2557,7 +2557,7 @@ mmix_dump_bpo_gregs (link_info, pf)
    when the last such reloc is done, an index-array is sorted according to
    the values and iterated over to produce register numbers (indexed by 0
    from the first allocated register number) and offsets for use in real
-   relocation.
+   relocation.  (N.B.: Relocatable runs are handled, not just punted.)
 
    PUSHJ stub accounting is also done here.
 
@@ -2590,10 +2590,6 @@ mmix_elf_relax_section (abfd, sec, link_info, again)
   /* Assume nothing changes.  */
   *again = FALSE;
 
-  if (link_info->relocatable)
-    (*link_info->callbacks->einfo)
-      (_("%P%F: --relax and -r may not be used together\n"));
-
   /* We don't have to do anything if this section does not have relocs, or
      if this is not a code section.  */
   if ((sec->flags & SEC_RELOC) == 0