diff options
author | Alan Modra <amodra@gmail.com> | 2000-01-22 23:22:18 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-01-22 23:22:18 +0000 |
commit | e1c47aa42d359b3b54ecf3b9eb7eed8b81852302 (patch) | |
tree | 1ac70225758fbbbf8a770bc36c1c5bbc588a2af5 /ld/emultempl/lnk960.em | |
parent | dfad2e408fb7e2c59baeabe60090fe182fb090dc (diff) | |
download | ppe42-binutils-e1c47aa42d359b3b54ecf3b9eb7eed8b81852302.tar.gz ppe42-binutils-e1c47aa42d359b3b54ecf3b9eb7eed8b81852302.zip |
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/lnk960.em')
-rw-r--r-- | ld/emultempl/lnk960.em | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ld/emultempl/lnk960.em b/ld/emultempl/lnk960.em index 9df2f609af..9ab6b3f053 100644 --- a/ld/emultempl/lnk960.em +++ b/ld/emultempl/lnk960.em @@ -320,6 +320,15 @@ struct ld_emulation_xfer_struct ld_lnk960_emulation = lnk960_before_allocation, lnk960_get_script, "lnk960", - "" + "", + 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 |