* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Deal with

composite relocations against the personality data.
This commit is contained in:
Richard Sandiford 2004-11-15 09:09:13 +00:00
parent 62d5693236
commit f4a6705cf8
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -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;
}