* write.c (fixup_segment) [TC_DONT_FIX_NON_ADJUSTABLE]: Use
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 18 Aug 2000 18:45:05 +0000 (18:45 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 18 Aug 2000 18:45:05 +0000 (18:45 +0000)
commit021986386e5aea745ae5b4300b84a3f8ef50e00b
treec56169e0fd9cdde1109c881ce4aee1c6faeb87a0
parent2ac374c471f9bd364e060cd64a1d65a453877015
* write.c (fixup_segment) [TC_DONT_FIX_NON_ADJUSTABLE]: Use
obj_fix_adjustable() and tc_fix_adjustable() to tell whether to
add a symbol's address.  Removed all target-specific #ifdefs that
used to accomplished the same.
* config/tc-v850.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
* config/tc-m68k.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
* config/tc-arm.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
* config/tc-i960.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
* config/tc-i386.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
gas/ChangeLog
gas/config/tc-arm.h
gas/config/tc-i386.h
gas/config/tc-i960.h
gas/config/tc-m68k.h
gas/config/tc-v850.h
gas/write.c