aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2007-04-27 18:28:22 +0000
committerBob Wilson <bob.wilson@acm.org>2007-04-27 18:28:22 +0000
commitf29f96b63032063a5d3ed8331f1c4ebe97b74d1c (patch)
treed721e0edc3f56dd8127c30ac820fe282d71a27d2 /bfd
parent353a0210f9176de1be2638d3774d9b6e93b89aa0 (diff)
downloadfsf-binutils-gdb-f29f96b63032063a5d3ed8331f1c4ebe97b74d1c.zip
fsf-binutils-gdb-f29f96b63032063a5d3ed8331f1c4ebe97b74d1c.tar.gz
fsf-binutils-gdb-f29f96b63032063a5d3ed8331f1c4ebe97b74d1c.tar.bz2
* elf32-xtensa.c (relax_property_section): Remove extra irel increment.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/elf32-xtensa.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ea36970..07ded05 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/elf32-xtensa.c b/bfd/elf32-xtensa.c
index 88a249b..c773e3c 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++;
}
}