summaryrefslogtreecommitdiff
path: root/ld/emultempl/beos.em
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-01-22 23:22:18 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-01-22 23:22:18 +0000
commit5cda7c47af514309488423ea7ee08554e6b37f37 (patch)
treece6a69a4fc3e5d8d44768de2ae9572c984747f11 /ld/emultempl/beos.em
parent2ccedd0033b19c7422d2f5b7e7db5000a74f0bf9 (diff)
downloadbinutils-redhat-5cda7c47af514309488423ea7ee08554e6b37f37.tar.gz
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/beos.em')
-rw-r--r--ld/emultempl/beos.em5
1 files changed, 4 insertions, 1 deletions
diff --git a/ld/emultempl/beos.em b/ld/emultempl/beos.em
index 39490ca22c..8bbdc0af28 100644
--- a/ld/emultempl/beos.em
+++ b/ld/emultempl/beos.em
@@ -832,6 +832,9 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
NULL, /* open dynamic archive */
gld${EMULATION_NAME}_place_orphan,
gld_${EMULATION_NAME}_set_symbols,
- gld_${EMULATION_NAME}_parse_args
+ gld_${EMULATION_NAME}_parse_args,
+ NULL, /* unrecognized file */
+ NULL, /* list options */
+ NULL /* recognized file */
};
EOF