aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2008-10-21 22:20:29 +0000
committerAlan Modra <amodra@gmail.com>2008-10-21 22:20:29 +0000
commit4a977a31496e697a759e669f5638c11566c2ca24 (patch)
tree210c5155b4cf34ac7d531525a8a166d37e610e8f /ld/emultempl
parent66b6e1dd144eca935056322858cb3211fadc67d3 (diff)
downloadfsf-binutils-gdb-4a977a31496e697a759e669f5638c11566c2ca24.zip
fsf-binutils-gdb-4a977a31496e697a759e669f5638c11566c2ca24.tar.gz
fsf-binutils-gdb-4a977a31496e697a759e669f5638c11566c2ca24.tar.bz2
* emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Correct typo in
help text of --be8.
Diffstat (limited to 'ld/emultempl')
-rw-r--r--ld/emultempl/armelf.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/armelf.em b/ld/emultempl/armelf.em
index 8d8a8fa..bb0e24c 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=<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"));