mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
* emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Fill in
structure initializations.
This commit is contained in:
parent
121089cbf0
commit
49bdcdba9f
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user