From: Alexandre Oliva Date: Tue, 1 Apr 2003 00:34:04 +0000 (+0000) Subject: * ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6e028719aaa327ac9d4f22cb5da4716f55de60a;p=binutils-gdb.git * ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of --section-start. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index ea55dbe104e..3af0d2c425c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2003-03-31 Alexandre Oliva + + * ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of + --section-start. + 2003-03-31 David Heine * ldfile.c (ldfile_add_library_path): Always allocate space for diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 122f71a21ee..96a87f4173f 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