summaryrefslogtreecommitdiff
path: root/ld/emultempl/avrelf.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/avrelf.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/avrelf.em')
-rw-r--r--ld/emultempl/avrelf.em50
1 files changed, 26 insertions, 24 deletions
diff --git a/ld/emultempl/avrelf.em b/ld/emultempl/avrelf.em
index 2f17ec9412..3c242a937f 100644
--- a/ld/emultempl/avrelf.em
+++ b/ld/emultempl/avrelf.em
@@ -198,30 +198,32 @@ PARSE_AND_LIST_LONGOPTS='
'
PARSE_AND_LIST_OPTIONS='
- fprintf (file, _(" --pmem-wrap-around=<val> "
- "Make the linker relaxation machine assume that a\n"
- " "
- "program counter wrap-around occures at address\n"
- " "
- "<val>. Supported values are 8k, 16k, 32k and 64k.\n"));
- fprintf (file, _(" --no-call-ret-replacement "
- "The relaxation machine normally will\n"
- " "
- "substitute two immediately following call/ret\n"
- " "
- "instructions by a single jump instruction.\n"
- " "
- "This option disables this optimization.\n"));
- fprintf (file, _(" --no-stubs "
- "If the linker detects to attempt to access\n"
- " "
- "an instruction beyond 128k by a reloc that\n"
- " "
- "is limited to 128k max, it inserts a jump\n"
- " "
- "stub. You can de-active this with this switch.\n"));
- fprintf (file, _(" --debug-stubs Used for debugging avr-ld.\n"));
- fprintf (file, _(" --debug-relax Used for debugging avr-ld.\n"));
+ fprintf (file, _(" --pmem-wrap-around=<val> "
+ "Make the linker relaxation machine assume that a\n"
+ " "
+ " program counter wrap-around occures at address\n"
+ " "
+ " <val>. Supported values: 8k, 16k, 32k and 64k.\n"));
+ fprintf (file, _(" --no-call-ret-replacement "
+ "The relaxation machine normally will\n"
+ " "
+ " substitute two immediately following call/ret\n"
+ " "
+ " instructions by a single jump instruction.\n"
+ " "
+ " This option disables this optimization.\n"));
+ fprintf (file, _(" --no-stubs "
+ "If the linker detects to attempt to access\n"
+ " "
+ " an instruction beyond 128k by a reloc that\n"
+ " "
+ " is limited to 128k max, it inserts a jump\n"
+ " "
+ " stub. You can de-active this with this switch.\n"));
+ fprintf (file, _(" --debug-stubs "
+ "Used for debugging avr-ld.\n"));
+ fprintf (file, _(" --debug-relax "
+ "Used for debugging avr-ld.\n"));
'
PARSE_AND_LIST_ARGS_CASES='