* ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 1 Apr 2003 00:34:04 +0000 (00:34 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 1 Apr 2003 00:34:04 +0000 (00:34 +0000)
--section-start.

ld/ChangeLog
ld/ld.texinfo

index ea55dbe104e1dfd0234cfdaab52a50145c3f7c38..3af0d2c425c0daf2661466d4c48b924dc36bbe9e 100644 (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>
 
        * ldfile.c (ldfile_add_library_path): Always allocate space for
index 122f71a21eeed47693d912b3d90f8608026a5b3a..96a87f4173f8a750c6517e404c8b6c7ea1765e98 100644 (file)
@@ -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
This page took 0.038997 seconds and 4 git commands to generate.