option that requires them.
@table @code
-@item @var{objfile}@dots{}
-The object files to be linked.
-
@ifset I960
@cindex architectures
@kindex -A@var{arch}
@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
@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