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:
Alan Modra
2000-01-22 23:22:18 +00:00
parent dfad2e408f
commit e1c47aa42d
15 changed files with 122 additions and 38 deletions

View File

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