From: David MacKenzie Date: Tue, 3 Aug 1993 00:33:38 +0000 (+0000) Subject: don't list objfiles... as an option X-Git-Tag: gdb-4_18~17968 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e27cc11c4d9f698b5d9dd0193f0e307d2d03ee4;p=platform%2Fupstream%2Fbinutils.git don't list objfiles... as an option --- diff --git a/ld/ld.texinfo b/ld/ld.texinfo index d71c086..0a53346 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -227,9 +227,6 @@ whitespace, or be given as separate arguments immediately following the option that requires them. @table @code -@item @var{objfile}@dots{} -The object files to be linked. - @ifset I960 @cindex architectures @kindex -A@var{arch} @@ -558,6 +555,10 @@ For anything other than C++ programs, this option is equivalent to @samp{-r}: it generates relocatable output---i.e., an output file that can in turn serve as input to @code{ld}. When linking C++ programs, @samp{-Ur} @emph{will} resolve references to constructors, unlike @samp{-r}. +It does not work to use @samp{-Ur} on files that were themselves linked +with @samp{-Ur}; once the constructor table has been built, it can not +be added to. Use @samp{-Ur} only for the last partial link, and +@samp{-r} for the others. @item -V @kindex -V @@ -2006,14 +2007,12 @@ conversion and during output. @xref{BFD information loss}. @menu * BFD outline:: How it works: an outline of BFD -* BFD information loss:: Information Loss -* Mechanism:: Mechanism @end menu @node BFD outline @section How it works: an outline of BFD @cindex opening object files -@include ../bfd/doc/bfdsumm.texi +@include bfdsumm.texi @end ifclear @node MRI