From e1c47aa42d359b3b54ecf3b9eb7eed8b81852302 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 22 Jan 2000 23:22:18 +0000 Subject: To satisfy latest CVS gcc: * emultempl/*.em (ld_emulation_xfer_struct): Add missing NULL initialisers, and comments. * testsuite/ld-srec/sr3.cc (__rethrow): New. --- ld/emultempl/mipsecoff.em | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ld/emultempl/mipsecoff.em') diff --git a/ld/emultempl/mipsecoff.em b/ld/emultempl/mipsecoff.em index 10d5924..b47a9da 100644 --- a/ld/emultempl/mipsecoff.em +++ b/ld/emultempl/mipsecoff.em @@ -224,6 +224,15 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation = before_allocation_default, gld${EMULATION_NAME}_get_script, "${EMULATION_NAME}", - "${OUTPUT_FORMAT}" + "${OUTPUT_FORMAT}", + NULL, /* finish */ + NULL, /* 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 -- cgit v1.1