* write.c (fixup_segment): Delete {SEG,GLOBAL}_DIFF_ALLOWED code,
authorJeff Law <law@redhat.com>
Sun, 7 Nov 1993 20:08:19 +0000 (20:08 +0000)
committerJeff Law <law@redhat.com>
Sun, 7 Nov 1993 20:08:19 +0000 (20:08 +0000)
commit3e411021ccc8453d0b1d2161e521ee525edf5bc6
treed9d407913e201a7ec769595a93cddcf1870e6727
parent25989392697bc776bf6176753017162a52617955
    * write.c (fixup_segment): Delete {SEG,GLOBAL}_DIFF_ALLOWED code,
        it was PA specific and is no longer needed (it's now handled
        within the PA backend).
        * config/tc-hppa.h (SEG_DIFF_ALLOWED): Delete definition.
        * config/tc-hppa.c (fix_new_hppa): If the subtract symbol for
        a fixup is $global$ change it to NULL as $global$ is really only
        needed long enough to determine the base type of relocation to use.
gas/ChangeLog