aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1992-10-26 17:02:45 +0000
committerIan Lance Taylor <ian@airs.com>1992-10-26 17:02:45 +0000
commit22f5b2b9e5d0ae5302a897ec12f69027fd900f6e (patch)
tree00c786489fdb59e8269a5496473cdea4bb41be77 /ld
parent1045c20b4d306bfa1b764f24117f588b4ff34f8e (diff)
downloadfsf-binutils-gdb-22f5b2b9e5d0ae5302a897ec12f69027fd900f6e.zip
fsf-binutils-gdb-22f5b2b9e5d0ae5302a897ec12f69027fd900f6e.tar.gz
fsf-binutils-gdb-22f5b2b9e5d0ae5302a897ec12f69027fd900f6e.tar.bz2
Added \n to error message.
Diffstat (limited to 'ld')
-rw-r--r--ld/ldlang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c
index a968dd0..f73f260 100644
--- a/ld/ldlang.c
+++ b/ld/ldlang.c
@@ -768,7 +768,7 @@ DEFUN (open_output, (name),
{
einfo ("%P%F target %s not found\n", output_target);
}
- einfo ("%P%F problem opening output file %s, %E", name);
+ einfo ("%P%F problem opening output file %s, %E\n", name);
}
/* output->flags |= D_PAGED;*/