* doc/internals.texi (TC_FORCE_RELOCATION_SUB_SAME): Update
authorNick Clifton <nickc@redhat.com>
Tue, 13 Dec 2011 12:56:33 +0000 (12:56 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 13 Dec 2011 12:56:33 +0000 (12:56 +0000)
    to match code.

gas/ChangeLog
gas/doc/internals.texi

index 472738d9dfa5f789a6f026b49ec031ab363e070f..6bf4355f021fe21c35fa96022d2e9000d423d2ba 100644 (file)
@@ -1,3 +1,8 @@
+2011-12-13  Andrew Burgess  <aburgess@broadcom.com>
+
+       * doc/internals.texi (TC_FORCE_RELOCATION_SUB_SAME): Update
+       to match code.
+
 2011-12-08  Andrew Pinski  <apinski@cavium.com>
             Adam Nemet  <anemet@caviumnetworks.com>
 
index 58b56868cee7e131f44d0d857ce61f9989fd0db5..2f0b104d710f0c22f3d549da6b87e20fdc73f4f7 100644 (file)
@@ -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
This page took 0.02957 seconds and 4 git commands to generate.