diff options
author | Alan Modra <amodra@gmail.com> | 2007-08-17 13:50:48 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-08-17 13:50:48 +0000 |
commit | 442996eee847bcffea6e25c4519b30c36bfe09ef (patch) | |
tree | e82005f0d3e84a14df0a3695954f214c0266a15b /ld/emultempl/ppc64elf.em | |
parent | c58dea77ffe2558b133ad9d1325391356c66f85f (diff) | |
download | gdb-442996eee847bcffea6e25c4519b30c36bfe09ef.zip gdb-442996eee847bcffea6e25c4519b30c36bfe09ef.tar.gz gdb-442996eee847bcffea6e25c4519b30c36bfe09ef.tar.bz2 |
* 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/ppc64elf.em')
-rw-r--r-- | ld/emultempl/ppc64elf.em | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/ld/emultempl/ppc64elf.em b/ld/emultempl/ppc64elf.em index 40e5891..d5578c3 100644 --- a/ld/emultempl/ppc64elf.em +++ b/ld/emultempl/ppc64elf.em @@ -512,41 +512,42 @@ PARSE_AND_LIST_LONGOPTS=' PARSE_AND_LIST_OPTIONS=' fprintf (file, _("\ - --stub-group-size=N Maximum size of a group of input sections that can be\n\ - handled by one stub section. A negative value\n\ - locates all stubs before their branches (with a\n\ - group size of -N), while a positive value allows\n\ - two groups of input sections, one before, and one\n\ - after each stub section. Values of +/-1 indicate\n\ - the linker should choose suitable defaults.\n" + --stub-group-size=N Maximum size of a group of input sections that\n\ + can be handled by one stub section. A negative\n\ + value locates all stubs before their branches\n\ + (with a group size of -N), while a positive\n\ + value allows two groups of input sections, one\n\ + before, and one after each stub section.\n\ + Values of +/-1 indicate the linker should\n\ + choose suitable defaults.\n" )); fprintf (file, _("\ - --emit-stub-syms Label linker stubs with a symbol.\n" + --emit-stub-syms Label linker stubs with a symbol.\n" )); fprintf (file, _("\ - --dotsyms For every version pattern \"foo\" in a version script,\n\ - add \".foo\" so that function code symbols are\n\ - treated the same as function descriptor symbols.\n\ - Defaults to on.\n" + --dotsyms For every version pattern \"foo\" in a version\n\ + script, add \".foo\" so that function code\n\ + symbols are treated the same as function\n\ + descriptor symbols. Defaults to on.\n" )); fprintf (file, _("\ - --no-dotsyms Don'\''t do anything special in version scripts.\n" + --no-dotsyms Don'\''t do anything special in version scripts.\n" )); fprintf (file, _("\ - --no-tls-optimize Don'\''t try to optimize TLS accesses.\n" + --no-tls-optimize Don'\''t try to optimize TLS accesses.\n" )); fprintf (file, _("\ - --no-opd-optimize Don'\''t optimize the OPD section.\n" + --no-opd-optimize Don'\''t optimize the OPD section.\n" )); fprintf (file, _("\ - --no-toc-optimize Don'\''t optimize the TOC section.\n" + --no-toc-optimize Don'\''t optimize the TOC section.\n" )); fprintf (file, _("\ - --no-multi-toc Disallow automatic multiple toc sections.\n" + --no-multi-toc Disallow automatic multiple toc sections.\n" )); fprintf (file, _("\ - --non-overlapping-opd Canonicalize .opd, so that there are no overlapping\n\ - .opd entries.\n" + --non-overlapping-opd Canonicalize .opd, so that there are no\n\ + overlapping .opd entries.\n" )); ' |