From: Nick Clifton Date: Tue, 13 Dec 2011 12:56:33 +0000 (+0000) Subject: * doc/internals.texi (TC_FORCE_RELOCATION_SUB_SAME): Update X-Git-Tag: sid-snapshot-20120101~170 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=621e3db6a532f4f3fbe33d12eafc45399e45f2aa;p=external%2Fbinutils.git * doc/internals.texi (TC_FORCE_RELOCATION_SUB_SAME): Update to match code. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 472738d..6bf4355 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2011-12-13 Andrew Burgess + + * doc/internals.texi (TC_FORCE_RELOCATION_SUB_SAME): Update + to match code. + 2011-12-08 Andrew Pinski Adam Nemet 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