aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-xtensa.c
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/elf32-xtensa.c
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/elf32-xtensa.c')
-rw-r--r--bfd/elf32-xtensa.c1
1 files changed, 0 insertions, 1 deletions
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++;
}
}