* emultempl/spuelf.em (gld${EMULATION_NAME}_finish): Make "can not

build overlay stubs" a fatal error.
This commit is contained in:
Alan Modra 2008-06-19 16:14:53 +00:00
parent f3c29e8aee
commit 9f1a3ddfb4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-06-20 Alan Modra <amodra@bigpond.net.au>
* emultempl/spuelf.em (gld${EMULATION_NAME}_finish): Make "can not
build overlay stubs" a fatal error.
2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* config.in: Regenerate.

View File

@ -343,7 +343,7 @@ gld${EMULATION_NAME}_finish (void)
if (!spu_elf_build_stubs (&link_info,
emit_stub_syms || link_info.emitrelocations))
einfo ("%X%P: can not build overlay stubs: %E\n");
einfo ("%F%P: can not build overlay stubs: %E\n");
}
finish_default ();