aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
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/testsuite
parentdfad2e408fb7e2c59baeabe60090fe182fb090dc (diff)
downloadfsf-binutils-gdb-e1c47aa42d359b3b54ecf3b9eb7eed8b81852302.zip
fsf-binutils-gdb-e1c47aa42d359b3b54ecf3b9eb7eed8b81852302.tar.gz
fsf-binutils-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/testsuite')
-rw-r--r--ld/testsuite/ld-srec/sr3.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-srec/sr3.cc b/ld/testsuite/ld-srec/sr3.cc
index bfe5cc8..4cde2dc 100644
--- a/ld/testsuite/ld-srec/sr3.cc
+++ b/ld/testsuite/ld-srec/sr3.cc
@@ -56,6 +56,11 @@ __throw ()
}
void
+__rethrow ()
+{
+}
+
+void
__terminate ()
{
}