diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-04-01 00:34:04 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-04-01 00:34:04 +0000 |
commit | a6e028719aaa327ac9d4f22cb5da4716f55de60a (patch) | |
tree | 9d0c643653607b585d60ed0da55e53544de6db6c /ld/ld.texinfo | |
parent | 335a1869163d3ef8c488b9815663a683387f9d9a (diff) | |
download | gdb-a6e028719aaa327ac9d4f22cb5da4716f55de60a.zip gdb-a6e028719aaa327ac9d4f22cb5da4716f55de60a.tar.gz gdb-a6e028719aaa327ac9d4f22cb5da4716f55de60a.tar.bz2 |
* ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of
--section-start.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 122f71a..96a87f4 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1427,11 +1427,8 @@ sign (``@key{=}''), and @var{org}. @item -Tbss @var{org} @itemx -Tdata @var{org} @itemx -Ttext @var{org} -Use @var{org} as the starting address for---respectively---the -@code{bss}, @code{data}, or the @code{text} segment of the output file. -@var{org} must be a single hexadecimal integer; -for compatibility with other linkers, you may omit the leading -@samp{0x} usually associated with hexadecimal values. +Same as --section-start, with @code{.bss}, @code{.data} or +@code{.text} as the @var{sectionname}. @kindex --verbose @cindex verbose |