aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-11-01 10:42:26 +0000
committerAlan Modra <amodra@gmail.com>2002-11-01 10:42:26 +0000
commit4f3cafa2ebb6640d813cd2c2a0176f984482210d (patch)
tree8fc941eb43e80a7a7d677ddbc028ace5137ac4dd /gas/doc
parent4d0b322074f52b3cd49e276290d7c7376901154f (diff)
downloadbinutils-4f3cafa2ebb6640d813cd2c2a0176f984482210d.zip
binutils-4f3cafa2ebb6640d813cd2c2a0176f984482210d.tar.gz
binutils-4f3cafa2ebb6640d813cd2c2a0176f984482210d.tar.bz2
* write.c (TC_FORCE_RELOCATION_SUB_ABS): Default to zero.
(TC_FORCE_RELOCATION_SUB_LOCAL): Likewise when DIFF_EXPR_OK. * doc/internals.texi (TC_FORCE_RELOCATION_SUB_ABS): Document changed default.
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 647d273..6d38790 100644
--- a/gas/doc/internals.texi
+++ b/gas/doc/internals.texi
@@ -1304,8 +1304,7 @@ the subtrahend will be resolved and @code{fx_subsy} set to @code{NULL} for
@item TC_FORCE_RELOCATION_SUB_ABS (@var{fix})
@cindex TC_FORCE_RELOCATION_SUB_ABS
Like @code{TC_FORCE_RELOCATION_SUB_SAME}, but used when the subtrahend is an
-absolute symbol. If the macro is undefined a default of
-@w{@code{(S_FORCE_RELOC ((@var{fix})->fx_subsy))}} is used.
+absolute symbol. If the macro is undefined a default of @code{0} is used.
@item TC_FORCE_RELOCATION_SUB_LOCAL (@var{fix})
@cindex TC_FORCE_RELOCATION_SUB_LOCAL