mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
* config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Define again.
This commit is contained in:
parent
d204f4c0f9
commit
a38b42ab8e
@ -1,3 +1,7 @@
|
||||
2003-04-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
* config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Define again.
|
||||
|
||||
2003-04-25 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* NEWS: Belatedly mention support for MIPS32 Release 2.
|
||||
|
@ -140,6 +140,9 @@ extern int mips_fix_adjustable PARAMS ((struct fix *));
|
||||
#define TC_FORCE_RELOCATION(FIX) mips_force_relocation (FIX)
|
||||
extern int mips_force_relocation PARAMS ((struct fix *));
|
||||
|
||||
#define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \
|
||||
(! SEG_NORMAL (SEG) || mips_force_relocation (FIX))
|
||||
|
||||
/* We use this to turn branches to global symbols into branches to
|
||||
local symbols, so that they can be simplified. */
|
||||
#define TC_VALIDATE_FIX(fixp, this_segment, skip_label) \
|
||||
|
Loading…
Reference in New Issue
Block a user