diff options
author | Steve Chamberlain <steve@cygnus> | 1991-04-08 23:26:05 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-04-08 23:26:05 +0000 |
commit | de7c1ff6139ecad81cf4ada557330ae0b3c7b5a6 (patch) | |
tree | 4821c5ee175cf0c70b0d20b6dab9276d74680a96 /ld/ld-emul.c | |
parent | ad19c0a2d1d72cbee89680aa95d94b35a2a8eb3d (diff) | |
download | gdb-de7c1ff6139ecad81cf4ada557330ae0b3c7b5a6.zip gdb-de7c1ff6139ecad81cf4ada557330ae0b3c7b5a6.tar.gz gdb-de7c1ff6139ecad81cf4ada557330ae0b3c7b5a6.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'ld/ld-emul.c')
-rwxr-xr-x | ld/ld-emul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld-emul.c b/ld/ld-emul.c index 5c20791..80f1329 100755 --- a/ld/ld-emul.c +++ b/ld/ld-emul.c @@ -119,7 +119,7 @@ char *target; ld_emulation = &ld_gld960_emulation; } else { - info("%P%F unrecognised emulation mode: %s",target); + info("%P%F unrecognised emulation mode: %s\n",target); } } |