mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* emultempl/spuelf.em (gld${EMULATION_NAME}_finish): Make "can not
build overlay stubs" a fatal error.
This commit is contained in:
@ -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>
|
2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
* config.in: Regenerate.
|
* config.in: Regenerate.
|
||||||
|
@ -343,7 +343,7 @@ gld${EMULATION_NAME}_finish (void)
|
|||||||
|
|
||||||
if (!spu_elf_build_stubs (&link_info,
|
if (!spu_elf_build_stubs (&link_info,
|
||||||
emit_stub_syms || link_info.emitrelocations))
|
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 ();
|
finish_default ();
|
||||||
|
Reference in New Issue
Block a user