mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Deal with
composite relocations against the personality data.
This commit is contained in:
parent
62d5693236
commit
f4a6705cf8
@ -1,3 +1,8 @@
|
||||
2004-11-14 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Deal with
|
||||
composite relocations against the personality data.
|
||||
|
||||
2004-11-13 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* bfd/elf32-arm.c (elf32_arm_final_link_relocate): Resolve
|
||||
|
@ -498,7 +498,10 @@ _bfd_elf_discard_section_eh_frame
|
||||
|
||||
cie.personality = h;
|
||||
}
|
||||
cookie->rel++;
|
||||
/* Cope with MIPS-style composite relocations. */
|
||||
do
|
||||
cookie->rel++;
|
||||
while (GET_RELOC (buf) != NULL);
|
||||
}
|
||||
buf += per_width;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user