* emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for
authorNick Clifton <nickc@redhat.com>
Fri, 5 Feb 2010 13:57:47 +0000 (13:57 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 5 Feb 2010 13:57:47 +0000 (13:57 +0000)
        --target1-abs and --target1-rel options.

ld/ChangeLog
ld/emultempl/armelf.em

index 02aa879..3a83be4 100644 (file)
@@ -1,3 +1,8 @@
+2010-02-05  Ryan Mansfield  <rmansfield@qnx.com>
+
+       * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for
+       --target1-abs and --target1-rel options.
+
 2010-02-03  Nick Clifton  <nickc@redhat.com>
 
        * emultempl/alphaelf.em: Update value expected from elf_object_id.
index ea00b87..4783bf8 100644 (file)
@@ -552,8 +552,8 @@ PARSE_AND_LIST_LONGOPTS='
 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"));