summaryrefslogtreecommitdiff
path: root/ld/emultempl/alphaelf.em
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-08-17 13:50:48 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-08-17 13:50:48 +0000
commit00cc0bdb1a2f1f213efdbe4e86de2a1dc7625c78 (patch)
tree14edcd6af06c9579a193ff7fcb9968563a97adb5 /ld/emultempl/alphaelf.em
parent6603b9e7138cffd759cc872b595224e689b9309d (diff)
downloadbinutils-redhat-00cc0bdb1a2f1f213efdbe4e86de2a1dc7625c78.tar.gz
* emultempl/alphaelf.em: Format option help.
* emultempl/armcoff.em: Likewise. * emultempl/armelf.em: Likewise. * emultempl/avrelf.em: Likewise. * emultempl/elf32.em: Likewise. * emultempl/hppaelf.em: Likewise. * emultempl/ia64elf.em: Likewise. * emultempl/m68hc1xelf.em: Likewise. * emultempl/ppc32elf.em: Likewise. * emultempl/ppc64elf.em: Likewise. * emultempl/scoreelf.em: Likewise. * emultempl/spuelf.em: Likewise. * emultempl/ticoff.em: Likewise. * emultempl/vxworks.em: Likewise. * emultempl/xtensaelf.em: Likewise.
Diffstat (limited to 'ld/emultempl/alphaelf.em')
-rw-r--r--ld/emultempl/alphaelf.em10
1 files changed, 5 insertions, 5 deletions
diff --git a/ld/emultempl/alphaelf.em b/ld/emultempl/alphaelf.em
index 6ac460b3b2..b1341409bb 100644
--- a/ld/emultempl/alphaelf.em
+++ b/ld/emultempl/alphaelf.em
@@ -123,11 +123,11 @@ PARSE_AND_LIST_LONGOPTS='
PARSE_AND_LIST_OPTIONS='
fprintf (file, _("\
- --taso Load executable in the lower 31-bit addressable\n\
- virtual address range.\n\
- --no-relax Do not relax call and gp sequences.\n\
- --secureplt Force PLT in text segment.\n\
- --no-secureplt Force PLT in data segment.\n\
+ --taso Load executable in the lower 31-bit addressable\n\
+ virtual address range.\n\
+ --no-relax Do not relax call and gp sequences.\n\
+ --secureplt Force PLT in text segment.\n\
+ --no-secureplt Force PLT in data segment.\n\
"));
'