mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-10 03:02:30 +00: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>
|
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.
|
||||||
|
@ -9037,7 +9037,6 @@ relax_property_section (bfd *abfd,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
irel->r_offset -= removed_bytes;
|
irel->r_offset -= removed_bytes;
|
||||||
irel++;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user