mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 22:13:40 +08:00
* emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Add missing
comma in initializer.
This commit is contained in:
parent
ab9da55419
commit
5d341b0e2a
@ -1,3 +1,8 @@
|
||||
1999-07-12 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Add missing
|
||||
comma in initializer.
|
||||
|
||||
1999-07-11 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
|
||||
|
@ -1145,7 +1145,7 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
|
||||
NULL,
|
||||
NULL,
|
||||
gld${EMULATION_NAME}_open_dynamic_archive,
|
||||
gld${EMULATION_NAME}_place_orphan
|
||||
gld${EMULATION_NAME}_place_orphan,
|
||||
NULL, /* set_symbols */
|
||||
NULL, /* parse_args */
|
||||
NULL, /* unrecognized_file */
|
||||
|
Loading…
Reference in New Issue
Block a user