* emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Fill in

structure initializations.
This commit is contained in:
Andreas Schwab 1999-07-12 08:31:34 +00:00
parent 121089cbf0
commit 49bdcdba9f
2 changed files with 10 additions and 1 deletions

View File

@ -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.

View File

@ -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