* write.c (fixup_segment) [TC_DONT_FIX_NON_ADJUSTABLE]: Use
commit200adae436a703f72deee39c4af7d5ac29eccb68
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 18 Aug 2000 18:45:05 +0000 (18 18:45 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 18 Aug 2000 18:45:05 +0000 (18 18:45 +0000)
treee79b693e6ba8a136e27bd67fb1b1afac9c425e0e
parent9ed4d07e46dcd7be3dba33e4b54263ebcfd4d33b
* 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