summaryrefslogtreecommitdiff
path: root/binutils/dllwrap.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-08-12 04:42:37 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-08-12 04:42:37 -0700
commit3aade68889268c7d15e121d6d63cb1b753ec12fa (patch)
tree9fe7a6ce752b4a79bbdaa9bed60c5044c2a3f80c /binutils/dllwrap.c
parent3739860c11a9cfcdaa4d5d204ea3536784de7bb3 (diff)
downloadbinutils-gdb-3aade68889268c7d15e121d6d63cb1b753ec12fa.tar.gz
Remove trailing spaces in binutils
Diffstat (limited to 'binutils/dllwrap.c')
-rw-r--r--binutils/dllwrap.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/binutils/dllwrap.c b/binutils/dllwrap.c
index 423db748c00..e60126e5154 100644
--- a/binutils/dllwrap.c
+++ b/binutils/dllwrap.c
@@ -475,7 +475,7 @@ usage (FILE *file, int status)
{
fprintf (file, _("Usage %s <option(s)> <object-file(s)>\n"), prog_name);
fprintf (file, _(" Generic options:\n"));
- fprintf (file, _(" @<file> Read options from <file>\n"));
+ fprintf (file, _(" @<file> Read options from <file>\n"));
fprintf (file, _(" --quiet, -q Work quietly\n"));
fprintf (file, _(" --verbose, -v Verbose\n"));
fprintf (file, _(" --version Print dllwrap version\n"));
@@ -1021,9 +1021,9 @@ Creating one, but that may not be what you want"));
/* Step 1. Call GCC/LD to create base relocation file. If using GCC, the
driver command line will look like the following:
-
+
% gcc -Wl,--dll --Wl,--base-file,foo.base [rest of command line]
-
+
If the user does not specify a base name, create temporary one that
is deleted at exit. */
@@ -1065,9 +1065,9 @@ Creating one, but that may not be what you want"));
/* Step 2. generate the exp file by running dlltool.
dlltool command line will look like the following:
-
+
% dlltool -Wl,--dll --Wl,--base-file,foo.base [rest of command line]
-
+
If the user does not specify a base name, create temporary one that
is deleted at exit. */