aboutsummaryrefslogtreecommitdiff
path: root/ld/ldmain.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-01-26 12:25:21 +0000
committerAlan Modra <amodra@gmail.com>2002-01-26 12:25:21 +0000
commit9cb61eabc1602dbecf3c3aa58c568284e76e6d7d (patch)
tree31eb0039d11f8ffee492389d058ac2384952ff94 /ld/ldmain.c
parente8eab623dff627368a5bbe077aad1caf908e8a29 (diff)
downloadfsf-binutils-gdb-9cb61eabc1602dbecf3c3aa58c568284e76e6d7d.zip
fsf-binutils-gdb-9cb61eabc1602dbecf3c3aa58c568284e76e6d7d.tar.gz
fsf-binutils-gdb-9cb61eabc1602dbecf3c3aa58c568284e76e6d7d.tar.bz2
* ldmain.c (main): Use full sentences to ease translation.
Diffstat (limited to 'ld/ldmain.c')
-rw-r--r--ld/ldmain.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c
index b2faec2..eac23ae 100644
--- a/ld/ldmain.c
+++ b/ld/ldmain.c
@@ -331,9 +331,11 @@ main (argc, argv)
if (trace_file_tries)
{
- info_msg (_("using %s linker script:\n"),
- saved_script_handle ? "external" : "internal");
- info_msg ("==================================================\n");
+ if (saved_script_handle)
+ info_msg (_("using external linker script:"));
+ else
+ info_msg (_("using internal linker script:"));
+ info_msg ("\n==================================================\n");
if (saved_script_handle)
{