* elf32-xtensa.c (relax_property_section): Remove extra irel increment.

This commit is contained in:
Bob Wilson 2007-04-27 18:28:22 +00:00
parent 353a0210f9
commit f29f96b630
2 changed files with 4 additions and 1 deletions

View 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> 2007-04-27 Alan Modra <amodra@bigpond.net.au>
* cpu-rs6000.c: Write Mimi's name in ASCII. * cpu-rs6000.c: Write Mimi's name in ASCII.

View File

@ -9037,7 +9037,6 @@ relax_property_section (bfd *abfd,
break; break;
} }
irel->r_offset -= removed_bytes; irel->r_offset -= removed_bytes;
irel++;
} }
} }