mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
To satisfy latest CVS gcc:
* emultempl/*.em (ld_emulation_xfer_struct): Add missing NULL initialisers, and comments. * testsuite/ld-srec/sr3.cc (__rethrow): New.
This commit is contained in:
@ -276,5 +276,12 @@ struct ld_emulation_xfer_struct ld_hppaelf_emulation =
|
||||
"elf32-hppa",
|
||||
hppaelf_finish,
|
||||
hppaelf_create_output_section_statements,
|
||||
NULL, /* open dynamic archive */
|
||||
NULL, /* place orphan */
|
||||
NULL, /* set symbols */
|
||||
NULL, /* parse args */
|
||||
NULL, /* unrecognized file */
|
||||
NULL, /* list options */
|
||||
NULL /* recognized file */
|
||||
};
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user