summaryrefslogtreecommitdiff
path: root/ld/emultempl/linux.em
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>1999-07-12 08:31:34 +0000
committerAndreas Schwab <schwab@linux-m68k.org>1999-07-12 08:31:34 +0000
commit84d3bd64bec86227906c683634cff06d400346c8 (patch)
treed751677e9a24d6975d62ad0fd322fa10694349b0 /ld/emultempl/linux.em
parentd275f0543d2d080e39c44715d241a87d1158d839 (diff)
downloadbinutils-redhat-84d3bd64bec86227906c683634cff06d400346c8.tar.gz
* emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Fill in
structure initializations.
Diffstat (limited to 'ld/emultempl/linux.em')
-rw-r--r--ld/emultempl/linux.em8
1 files changed, 7 insertions, 1 deletions
diff --git a/ld/emultempl/linux.em b/ld/emultempl/linux.em
index dc0855dd8e..29f5bd1b55 100644
--- a/ld/emultempl/linux.em
+++ b/ld/emultempl/linux.em
@@ -203,6 +203,12 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
"${OUTPUT_FORMAT}",
NULL,
gld${EMULATION_NAME}_create_output_section_statements,
- gld${EMULATION_NAME}_open_dynamic_archive
+ gld${EMULATION_NAME}_open_dynamic_archive,
+ NULL,
+ NULL,
+ NULL,
+ NULL,
+ NULL,
+ NULL
};
EOF