summaryrefslogtreecommitdiff
path: root/gas/doc/internals.texi
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
commit7b32f88a39bd158826ad31ae68c0b63b065cdaaa (patch)
tree08a5b35ada60a9ec9bde13b63d4ce150b9b25c35 /gas/doc/internals.texi
parenta334ad1d4b438bf35ee5b4ec00fcee2d67b16e51 (diff)
downloadbinutils-redhat-7b32f88a39bd158826ad31ae68c0b63b065cdaaa.tar.gz
* doc/internals.texi (TC_FORCE_RELOCATION_SUB_SAME): Update
to match code.
Diffstat (limited to 'gas/doc/internals.texi')
-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 58b56868ce..2f0b104d71 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