To satisfy latest CVS gcc:

* emultempl/*.em (ld_emulation_xfer_struct): Add missing NULL
	initialisers, and comments.
	* testsuite/ld-srec/sr3.cc (__rethrow): New.
This commit is contained in:
Alan Modra
2000-01-22 23:22:18 +00:00
parent dfad2e408f
commit e1c47aa42d
15 changed files with 122 additions and 38 deletions

View File

@ -55,6 +55,11 @@ __throw ()
{
}
void
__rethrow ()
{
}
void
__terminate ()
{