OSDN Git Service

* emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Correct typo in
authoramodra <amodra>
Tue, 21 Oct 2008 22:20:29 +0000 (22:20 +0000)
committeramodra <amodra>
Tue, 21 Oct 2008 22:20:29 +0000 (22:20 +0000)
help text of --be8.

ld/ChangeLog
ld/emultempl/armelf.em

index 6a0bb81..59fa810 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Correct typo in
+       help text of --be8.
+
 2008-10-20  Alan Modra  <amodra@bigpond.net.au>
 
        * ldemul.h (ldemul_place_orphan): Update prototype.
        * NEWS: Mention new feature.
 
 2008-05-28  Christophe Lyon  <christophe.lyon@st.com>
-       
+
        * ld.texinfo: State that farcalls stubs are supported for ARM-EABI
        only.
 
        (PARSE_AND_LIST_OPTIONS): Define shell variable.  Print help string
        for --got option.
        (PARSE_AND_LIST_ARGS_CASES): Define shell variable.  Handle --got
-       option. 
+       option.
        * ld.texinfo: Document --got=<type> option.
        * gen-doc.texi: Add M68K.
        * NEWS: Mention the new feature.
        * NEWS: Mention the support for long function calls.
 
 2008-05-15  Christophe Lyon  <christophe.lyon@st.com>
-       
+
        * emultempl/armelf.em (build_section_lists): New function.
        (stub_file): Define.
        (need_laying_out): Define.
index 8d8a8fa..bb0e24c 100644 (file)
@@ -525,7 +525,7 @@ 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                       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"));