summaryrefslogtreecommitdiff
path: root/ld
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
parentd275f0543d2d080e39c44715d241a87d1158d839 (diff)
downloadbinutils-redhat-84d3bd64bec86227906c683634cff06d400346c8.tar.gz
* emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Fill in
structure initializations.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog3
-rw-r--r--ld/emultempl/linux.em8
2 files changed, 10 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 1e3396c5d0..cccb1a1f22 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,8 @@
1999-07-12 Andreas Schwab <schwab@suse.de>
+ * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Fill in
+ structure initializations.
+
* emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Add missing
comma in initializer.
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