aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-12-13 12:56:33 +0000
committerNick Clifton <nickc@redhat.com>2011-12-13 12:56:33 +0000
commit621e3db6a532f4f3fbe33d12eafc45399e45f2aa (patch)
tree7b9481d2c4f04eb60274b14466b92b099aa21e40 /gas/doc
parent12fa714fff89955edffae0f03c5122a0f5f4b457 (diff)
downloadgdb-621e3db6a532f4f3fbe33d12eafc45399e45f2aa.zip
gdb-621e3db6a532f4f3fbe33d12eafc45399e45f2aa.tar.gz
gdb-621e3db6a532f4f3fbe33d12eafc45399e45f2aa.tar.bz2
* doc/internals.texi (TC_FORCE_RELOCATION_SUB_SAME): Update
to match code.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/internals.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi
index 58b5686..2f0b104 100644
--- a/gas/doc/internals.texi
+++ b/gas/doc/internals.texi
@@ -1306,8 +1306,7 @@ This macro controls resolution of fixup expressions involving the
difference of two symbols in the same section. If this macro returns zero,
the subtrahend will be resolved and @code{fx_subsy} set to @code{NULL} for
@code{md_apply_fix}. If undefined, the default of
-@w{@code{! SEG_NORMAL (@var{seg}) || TC_FORCE_RELOCATION (@var{fix})}} will
-be used.
+@w{@code{! SEG_NORMAL (@var{seg})}} will be used.
@item TC_FORCE_RELOCATION_SUB_ABS (@var{fix}, @var{seg})
@cindex TC_FORCE_RELOCATION_SUB_ABS