*** empty log message ***
[deliverable/binutils-gdb.git] / ld / ld.texinfo
index fbda2657fe8a1a3f065829bb5518619b1734bf37..57286ba9c31ed19245761a4bcdd1ef6c672fc359 100644 (file)
@@ -6284,7 +6284,10 @@ displacement, which may result in @command{ld} giving
 @samp{--relax} enables the generation of trampolines that can access
 the entire 32-bit address space.  These trampolines are inserted at
 section boundaries, so may not themselves be reachable if an input
-section exceeds 33M in size.
+section exceeds 33M in size.  You may combine @samp{-r} and
+@samp{--relax} to add trampolines in a partial link.  In that case
+both branches to undefined symbols and inter-section branches are also
+considered potentially out of range, and trampolines inserted.
 
 @cindex PowerPC ELF32 options
 @table @option
This page took 0.023376 seconds and 4 git commands to generate.