aboutsummaryrefslogtreecommitdiff
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
commit49bdcdba9f24a9710c7eb2839f09e0c94f08c7be (patch)
treed91e8d3b7e85a1e4ed064806b5b7835be3ec16de /ld/emultempl/linux.em
parent121089cbf08a912591115bbeeb181eb09ccee448 (diff)
downloadfsf-binutils-gdb-49bdcdba9f24a9710c7eb2839f09e0c94f08c7be.zip
fsf-binutils-gdb-49bdcdba9f24a9710c7eb2839f09e0c94f08c7be.tar.gz
fsf-binutils-gdb-49bdcdba9f24a9710c7eb2839f09e0c94f08c7be.tar.bz2
* 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 dc0855d..29f5bd1 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