From 176355da9935d29e302b00cef227c2c9946492c3 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 22 May 2000 21:58:40 +0000 Subject: Patch from Thomas de Lellis to implement --section-start --- ld/ld.texinfo | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ld/ld.texinfo') diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 1ff0ecb..22684c1 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1143,6 +1143,18 @@ full debugging information by over 30 percent. Unfortunately, the SunOS trouble). The @samp{--traditional-format} switch tells @code{ld} to not combine duplicate entries. +@kindex --section-start @var{sectionname}=@var{org} +@item --section-start @var{sectionname}=@var{org} +Locate a section in the output file at the absolute +address given by @var{org}. You may use this option as many +times as necessary to locate multiple sections in the command +line. +@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. @emph{Note:} there +should be no white space between @var{sectionname}, the equals +sign (``@key{=}''), and @var{org}. + @kindex -Tbss @var{org} @kindex -Tdata @var{org} @kindex -Ttext @var{org} -- cgit v1.1