aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/ppc64elf.em
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-10-09 03:41:16 +0000
committerAlan Modra <amodra@gmail.com>2011-10-09 03:41:16 +0000
commitf7c46796c03f306c0293ae79a683e17a33ef08df (patch)
tree802cfe86f4f2ae1d1be27a5ebda0354fbef0417c /ld/emultempl/ppc64elf.em
parent40d990bedcde321e122935e20d397263957d8eb3 (diff)
downloadgdb-f7c46796c03f306c0293ae79a683e17a33ef08df.zip
gdb-f7c46796c03f306c0293ae79a683e17a33ef08df.tar.gz
gdb-f7c46796c03f306c0293ae79a683e17a33ef08df.tar.bz2
* emultempl/ppc64elf.em (ppc_create_output_section_statements): Add
missing colon to error message. (ppc_before_allocation): Likewise.
Diffstat (limited to 'ld/emultempl/ppc64elf.em')
-rw-r--r--ld/emultempl/ppc64elf.em6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/emultempl/ppc64elf.em b/ld/emultempl/ppc64elf.em
index 8a81beb..9df85c4 100644
--- a/ld/emultempl/ppc64elf.em
+++ b/ld/emultempl/ppc64elf.em
@@ -94,7 +94,7 @@ ppc_create_output_section_statements (void)
bfd_get_arch (link_info.output_bfd),
bfd_get_mach (link_info.output_bfd)))
{
- einfo ("%F%P: can not create BFD %E\n");
+ einfo ("%F%P: can not create BFD: %E\n");
return;
}
@@ -249,7 +249,7 @@ ppc_before_allocation (void)
{
if (!no_opd_opt
&& !ppc64_elf_edit_opd (&link_info, non_overlapping_opd))
- einfo ("%X%P: can not edit %s %E\n", "opd");
+ einfo ("%X%P: can not edit %s: %E\n", "opd");
if (ppc64_elf_tls_setup (&link_info, no_tls_get_addr_opt, &no_multi_toc)
&& !no_tls_opt)
@@ -268,7 +268,7 @@ ppc_before_allocation (void)
prelim_size_sections ();
if (!ppc64_elf_edit_toc (&link_info))
- einfo ("%X%P: can not edit %s %E\n", "toc");
+ einfo ("%X%P: can not edit %s: %E\n", "toc");
}
if (!no_toc_sort)