From: Bob Wilson Date: Fri, 27 Apr 2007 18:28:22 +0000 (+0000) Subject: * elf32-xtensa.c (relax_property_section): Remove extra irel increment. X-Git-Tag: binutils-2_18-branchpoint~926 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f29f96b63032063a5d3ed8331f1c4ebe97b74d1c;p=thirdparty%2Fbinutils-gdb.git * elf32-xtensa.c (relax_property_section): Remove extra irel increment. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ea36970cf15..07ded055a45 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2007-04-27 Bob Wilson + + * elf32-xtensa.c (relax_property_section): Remove extra irel increment. + 2007-04-27 Alan Modra * cpu-rs6000.c: Write Mimi's name in ASCII. diff --git a/bfd/elf32-xtensa.c b/bfd/elf32-xtensa.c index 88a249bb05e..c773e3c7d0a 100644 --- a/bfd/elf32-xtensa.c +++ b/bfd/elf32-xtensa.c @@ -9037,7 +9037,6 @@ relax_property_section (bfd *abfd, break; } irel->r_offset -= removed_bytes; - irel++; } }