mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-01 14:03:56 +08:00
* elf32-xtensa.c (relax_property_section): Remove extra irel increment.
This commit is contained in:
parent
353a0210f9
commit
f29f96b630
@ -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…
Reference in New Issue
Block a user