diff options
author | Nick Clifton <nickc@redhat.com> | 2001-12-06 10:22:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-12-06 10:22:36 +0000 |
commit | e3c8793a40881c55503b889833d60343ab61584a (patch) | |
tree | 12b861d897a5a6283af79fdf583349e914c8cae5 /binutils/dllwrap.c | |
parent | 284a190e5223c2b011878741af6b12178b1da66f (diff) | |
download | gdb-e3c8793a40881c55503b889833d60343ab61584a.zip gdb-e3c8793a40881c55503b889833d60343ab61584a.tar.gz gdb-e3c8793a40881c55503b889833d60343ab61584a.tar.bz2 |
Fixes to improve the ability to translate messages in the binutils tools
Diffstat (limited to 'binutils/dllwrap.c')
-rw-r--r-- | binutils/dllwrap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/dllwrap.c b/binutils/dllwrap.c index fb92cb2..f90ab7f 100644 --- a/binutils/dllwrap.c +++ b/binutils/dllwrap.c @@ -849,8 +849,8 @@ main (argc, argv) delete_def_file = 1; free (fileprefix); delete_def_file = 1; - warn (_("no export definition file provided")); - warn (_("creating one, but that may not be what you want")); + warn (_("no export definition file provided.\n\ +Creating one, but that may not be what you want")); } /* set the target platform. */ |