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/testsuite/ld-srec/sr3.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ld/testsuite') 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 () { } -- cgit v1.1