Check the variable for RELOCATABLE_NEEDS_FIXUP
This commit is contained in:
parent
80f59eea37
commit
9e064c8f61
|
@ -77,7 +77,7 @@ extern int dot_symbols;
|
|||
-mrelocatable or -mrelocatable-lib is given. */
|
||||
#undef RELOCATABLE_NEEDS_FIXUP
|
||||
#define RELOCATABLE_NEEDS_FIXUP \
|
||||
(target_flags & target_flags_explicit & MASK_RELOCATABLE)
|
||||
(rs6000_isa_flags & rs6000_isa_flags_explicit & OPTION_MASK_RELOCATABLE)
|
||||
|
||||
#undef RS6000_ABI_NAME
|
||||
#define RS6000_ABI_NAME "netbsd"
|
||||
|
|
Loading…
Reference in New Issue