aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/armelf_oabi.em
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-05-29 10:57:44 +0000
committerNick Clifton <nickc@redhat.com>1999-05-29 10:57:44 +0000
commit7ca69e9e10ef290eb3dd62a1e6bebbe4c87fa202 (patch)
treeeed2810ad42958114b49aa8ef5dbd19983016b5e /ld/emultempl/armelf_oabi.em
parentab5e779453ef98198abfc1f0b6ae1033601548ea (diff)
downloadfsf-binutils-gdb-7ca69e9e10ef290eb3dd62a1e6bebbe4c87fa202.zip
fsf-binutils-gdb-7ca69e9e10ef290eb3dd62a1e6bebbe4c87fa202.tar.gz
fsf-binutils-gdb-7ca69e9e10ef290eb3dd62a1e6bebbe4c87fa202.tar.bz2
Implement new command line option for new ABI: -p which prevents the ARM code
from exhibiting any knowledge of the length of the processor's pipeline.
Diffstat (limited to 'ld/emultempl/armelf_oabi.em')
-rw-r--r--ld/emultempl/armelf_oabi.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/armelf_oabi.em b/ld/emultempl/armelf_oabi.em
index c0526e5..20a50df 100644
--- a/ld/emultempl/armelf_oabi.em
+++ b/ld/emultempl/armelf_oabi.em
@@ -71,7 +71,7 @@ gld${EMULATION_NAME}_before_allocation ()
{
LANG_FOR_EACH_INPUT_STATEMENT (is)
{
- if (!bfd_elf32_arm_process_before_allocation (is->the_bfd, &link_info))
+ if (!bfd_elf32_arm_process_before_allocation (is->the_bfd, &link_info, 0))
{
/* xgettext:c-format */
einfo (_("Errors encountered processing file %s"), is->filename);