aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/spuelf.em
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2008-06-19 16:14:53 +0000
committerAlan Modra <amodra@gmail.com>2008-06-19 16:14:53 +0000
commit9f1a3ddfb4fd8c52f42742e241dc01e6a66ab5a8 (patch)
treef5682224591bd91ef104470767205a92d52a724f /ld/emultempl/spuelf.em
parentf3c29e8aeed9932d38c06065ea643f28e5e08701 (diff)
downloadgdb-9f1a3ddfb4fd8c52f42742e241dc01e6a66ab5a8.zip
gdb-9f1a3ddfb4fd8c52f42742e241dc01e6a66ab5a8.tar.gz
gdb-9f1a3ddfb4fd8c52f42742e241dc01e6a66ab5a8.tar.bz2
* emultempl/spuelf.em (gld${EMULATION_NAME}_finish): Make "can not
build overlay stubs" a fatal error.
Diffstat (limited to 'ld/emultempl/spuelf.em')
-rw-r--r--ld/emultempl/spuelf.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/spuelf.em b/ld/emultempl/spuelf.em
index b66628f..865078c 100644
--- a/ld/emultempl/spuelf.em
+++ b/ld/emultempl/spuelf.em
@@ -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 ();