diff options
author | Alan Modra <amodra@gmail.com> | 2004-09-16 12:49:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-09-16 12:49:56 +0000 |
commit | b6ee372a3e4a3c008d6576e6b5ab51f1cf01bed4 (patch) | |
tree | c73f0be784e17bfe5530e97a07b6880e10f8afc6 /ld/emultempl | |
parent | f7dc12445447c7bec3f66b8e23e5a4f381f46022 (diff) | |
download | gdb-b6ee372a3e4a3c008d6576e6b5ab51f1cf01bed4.zip gdb-b6ee372a3e4a3c008d6576e6b5ab51f1cf01bed4.tar.gz gdb-b6ee372a3e4a3c008d6576e6b5ab51f1cf01bed4.tar.bz2 |
bfd/
* elf32-arm.h (elf32_arm_gc_sweep_hook): Add #ifndef OLD_ARM_ABI
around uses of R_ARM_TARGET1.
(elf32_arm_check_relocs): Likewise.
ld/
* emultempl/armelf_oabi.em (before_allocation): Add extra zero param
to bfd_elf32_arm_process_before_allocation call.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/armelf_oabi.em | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/emultempl/armelf_oabi.em b/ld/emultempl/armelf_oabi.em index 8ff2ad1..64f908a 100644 --- a/ld/emultempl/armelf_oabi.em +++ b/ld/emultempl/armelf_oabi.em @@ -68,7 +68,8 @@ gld${EMULATION_NAME}_before_allocation (void) { LANG_FOR_EACH_INPUT_STATEMENT (is) { - if (!bfd_elf32_arm_process_before_allocation (is->the_bfd, &link_info, 0, 0)) + if (!bfd_elf32_arm_process_before_allocation (is->the_bfd, &link_info, + 0, 0, 0)) { /* xgettext:c-format */ einfo (_("Errors encountered processing file %s"), is->filename); |