aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/gld960c.em
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-01-22 23:22:18 +0000
committerAlan Modra <amodra@gmail.com>2000-01-22 23:22:18 +0000
commite1c47aa42d359b3b54ecf3b9eb7eed8b81852302 (patch)
tree1ac70225758fbbbf8a770bc36c1c5bbc588a2af5 /ld/emultempl/gld960c.em
parentdfad2e408fb7e2c59baeabe60090fe182fb090dc (diff)
downloadgdb-e1c47aa42d359b3b54ecf3b9eb7eed8b81852302.zip
gdb-e1c47aa42d359b3b54ecf3b9eb7eed8b81852302.tar.gz
gdb-e1c47aa42d359b3b54ecf3b9eb7eed8b81852302.tar.bz2
To satisfy latest CVS gcc:
* emultempl/*.em (ld_emulation_xfer_struct): Add missing NULL initialisers, and comments. * testsuite/ld-srec/sr3.cc (__rethrow): New.
Diffstat (limited to 'ld/emultempl/gld960c.em')
-rw-r--r--ld/emultempl/gld960c.em11
1 files changed, 10 insertions, 1 deletions
diff --git a/ld/emultempl/gld960c.em b/ld/emultempl/gld960c.em
index 4789b22..fe8d0b0 100644
--- a/ld/emultempl/gld960c.em
+++ b/ld/emultempl/gld960c.em
@@ -184,6 +184,15 @@ struct ld_emulation_xfer_struct ld_gld960coff_emulation =
before_allocation_default,
gld960_get_script,
"960coff",
- ""
+ "",
+ 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