This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] fix typo on helptext of --be8


Hi,

While looking for the meaning of ld -p (deprecated and ignored, still
accepted but undocumented) on arm, the typo below caught my eye.

ld/ChangeLog
2008-10-21  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

	* emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Correct typo in
	helptext of --be8.

Please apply.
--- binutils-2.18.50.0.9/ld/emultempl/armelf.em.oorig	2008-08-23 17:36:16.000000000 +0200
+++ binutils-2.18.50.0.9/ld/emultempl/armelf.em	2008-10-21 19:01:26.000000000 +0200
@@ -535,7 +535,7 @@
 
 PARSE_AND_LIST_OPTIONS='
   fprintf (file, _("  --thumb-entry=<sym>         Set the entry point to be Thumb symbol <sym>\n"));
-  fprintf (file, _("  --be8                       Oputput BE8 format image\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, _("  --target2=<type>            Specify definition of R_ARM_TARGET2\n"));

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]