* emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for

--target1-abs and --target1-rel options.
This commit is contained in:
Nick Clifton 2010-02-05 13:57:47 +00:00
parent 1e4cb85751
commit f8266dc4fe
2 changed files with 7 additions and 2 deletions

View 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.

View 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"));