* ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of

--section-start.
This commit is contained in:
Alexandre Oliva
2003-04-01 00:34:04 +00:00
parent 335a186916
commit a6e028719a
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2003-03-31 Alexandre Oliva <aoliva@redhat.com>
* ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of
--section-start.
2003-03-31 David Heine <dlheine@suif.stanford.edu> 2003-03-31 David Heine <dlheine@suif.stanford.edu>
* ldfile.c (ldfile_add_library_path): Always allocate space for * ldfile.c (ldfile_add_library_path): Always allocate space for

View File

@ -1427,11 +1427,8 @@ sign (``@key{=}''), and @var{org}.
@item -Tbss @var{org} @item -Tbss @var{org}
@itemx -Tdata @var{org} @itemx -Tdata @var{org}
@itemx -Ttext @var{org} @itemx -Ttext @var{org}
Use @var{org} as the starting address for---respectively---the Same as --section-start, with @code{.bss}, @code{.data} or
@code{bss}, @code{data}, or the @code{text} segment of the output file. @code{.text} as the @var{sectionname}.
@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.
@kindex --verbose @kindex --verbose
@cindex verbose @cindex verbose