OSDN Git Service

* elf32-xtensa.c (relax_property_section): Remove extra irel increment.
authorbwilson <bwilson>
Fri, 27 Apr 2007 18:28:21 +0000 (18:28 +0000)
committerbwilson <bwilson>
Fri, 27 Apr 2007 18:28:21 +0000 (18:28 +0000)
bfd/ChangeLog
bfd/elf32-xtensa.c

index ea36970..07ded05 100644 (file)
@@ -1,3 +1,7 @@
+2007-04-27  Bob Wilson  <bob.wilson@acm.org>
+
+       * elf32-xtensa.c (relax_property_section): Remove extra irel increment.
+
 2007-04-27  Alan Modra  <amodra@bigpond.net.au>
 
        * cpu-rs6000.c: Write Mimi's name in ASCII.
index 88a249b..c773e3c 100644 (file)
@@ -9037,7 +9037,6 @@ relax_property_section (bfd *abfd,
                      break;
                    }
                  irel->r_offset -= removed_bytes;
-                 irel++;
                }
            }