diff options
author | David MacKenzie <djm@cygnus> | 1993-08-03 00:33:38 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-08-03 00:33:38 +0000 |
commit | 3e27cc11c4d9f698b5d9dd0193f0e307d2d03ee4 (patch) | |
tree | 0b27c064a603e5c5c96a65b00be07c380932c118 /ld/ld.texinfo | |
parent | 5905161c085c24499c9d87986777c894c8777d66 (diff) | |
download | gdb-3e27cc11c4d9f698b5d9dd0193f0e307d2d03ee4.zip gdb-3e27cc11c4d9f698b5d9dd0193f0e307d2d03ee4.tar.gz gdb-3e27cc11c4d9f698b5d9dd0193f0e307d2d03ee4.tar.bz2 |
don't list objfiles... as an option
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 11 |
1 files changed, 5 insertions, 6 deletions
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 |