diff options
Diffstat (limited to 'ld/emultempl/spuelf.em')
-rw-r--r-- | ld/emultempl/spuelf.em | 2 |
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 (); |