From 234833f4ab37acfe7821c6cf71be537dfd0035bc Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 21 Oct 2008 22:20:29 +0000 Subject: * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Correct typo in help text of --be8. --- ld/ChangeLog | 11 ++++++++--- ld/emultempl/armelf.em | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 6a0bb8151d..59fa810d6a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2008-10-22 Bernhard Reutner-Fischer + + * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Correct typo in + help text of --be8. + 2008-10-20 Alan Modra * ldemul.h (ldemul_place_orphan): Update prototype. @@ -465,7 +470,7 @@ * NEWS: Mention new feature. 2008-05-28 Christophe Lyon - + * ld.texinfo: State that farcalls stubs are supported for ARM-EABI only. @@ -506,7 +511,7 @@ (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= option. * gen-doc.texi: Add M68K. * NEWS: Mention the new feature. @@ -526,7 +531,7 @@ * NEWS: Mention the support for long function calls. 2008-05-15 Christophe Lyon - + * emultempl/armelf.em (build_section_lists): New function. (stub_file): Define. (need_laying_out): Define. diff --git a/ld/emultempl/armelf.em b/ld/emultempl/armelf.em index 8d8a8fa321..bb0e24c7e5 100644 --- a/ld/emultempl/armelf.em +++ b/ld/emultempl/armelf.em @@ -525,7 +525,7 @@ PARSE_AND_LIST_LONGOPTS=' PARSE_AND_LIST_OPTIONS=' fprintf (file, _(" --thumb-entry= Set the entry point to be Thumb symbol \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= Specify definition of R_ARM_TARGET2\n")); -- cgit v1.2.1