* elf32-xtensa.c (relax_property_section): Remove extra irel increment.
This commit is contained in:
parent
353a0210f9
commit
f29f96b630
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -9037,7 +9037,6 @@ relax_property_section (bfd *abfd,
|
|||
break;
|
||||
}
|
||||
irel->r_offset -= removed_bytes;
|
||||
irel++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue