public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [Patch] Fix help msg for --target1-abs/--target-rel
@ 2010-02-02 14:21 Ryan Mansfield
  2010-02-05 13:58 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Mansfield @ 2010-02-02 14:21 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

There is a typo in the help messages for the --target1-* options.

2010-01-21  Ryan Mansfield  <rmansfield@qnx.com>
        * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for
        --target1-abs and --target1-rel options.

Regards,

Ryan Mansfield

[-- Attachment #2: armelf.em.diff --]
[-- Type: text/x-patch, Size: 1216 bytes --]

Index: ld/emultempl/armelf.em
===================================================================
RCS file: /cvs/src/src/ld/emultempl/armelf.em,v
retrieving revision 1.77
diff -u -r1.77 armelf.em
--- ld/emultempl/armelf.em	25 Sep 2009 19:13:27 -0000	1.77
+++ ld/emultempl/armelf.em	2 Feb 2010 14:05:32 -0000
@@ -552,8 +552,8 @@
 PARSE_AND_LIST_OPTIONS='
   fprintf (file, _("  --thumb-entry=<sym>         Set the entry point to be Thumb symbol <sym>\n"));
   fprintf (file, _("  --be8                       Output BE8 format image\n"));
-  fprintf (file, _("  --target1=rel               Interpret R_ARM_TARGET1 as R_ARM_REL32\n"));
-  fprintf (file, _("  --target1=abs               Interpret R_ARM_TARGET1 as R_ARM_ABS32\n"));
+  fprintf (file, _("  --target1-rel               Interpret R_ARM_TARGET1 as R_ARM_REL32\n"));
+  fprintf (file, _("  --target1-abs               Interpret R_ARM_TARGET1 as R_ARM_ABS32\n"));
   fprintf (file, _("  --target2=<type>            Specify definition of R_ARM_TARGET2\n"));
   fprintf (file, _("  --fix-v4bx                  Rewrite BX rn as MOV pc, rn for ARMv4\n"));
   fprintf (file, _("  --fix-v4bx-interworking     Rewrite BX rn branch to ARMv4 interworking veneer\n"));

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Patch] Fix help msg for --target1-abs/--target-rel
  2010-02-02 14:21 [Patch] Fix help msg for --target1-abs/--target-rel Ryan Mansfield
@ 2010-02-05 13:58 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2010-02-05 13:58 UTC (permalink / raw)
  To: Ryan Mansfield; +Cc: binutils

Hi Ryan,

> 2010-01-21  Ryan Mansfield <rmansfield@qnx.com>
>         * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for
>         --target1-abs and --target1-rel options.

Approved and applied - thanks for fixing this typo.

Cheers
   Nick

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-05 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-02 14:21 [Patch] Fix help msg for --target1-abs/--target-rel Ryan Mansfield
2010-02-05 13:58 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).