mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 21:40:38 +00:00
2001-02-06 H.J. Lu <hjl@gnu.org>
* config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): Do fixup if there is no relocation.
This commit is contained in:
parent
64122a8ba7
commit
a99746f4ee
@ -1,3 +1,8 @@
|
||||
2001-02-06 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): Do fixup if
|
||||
there is no relocation.
|
||||
|
||||
2001-02-06 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): New. Defined.
|
||||
|
@ -254,7 +254,8 @@ typedef struct unwind_record
|
||||
|
||||
#define TC_RELOC_RTSYM_LOC_FIXUP(FIX) \
|
||||
((FIX)->fx_addsy == NULL \
|
||||
|| (FIX)->fx_r_type == 0 \
|
||||
|| (! S_IS_EXTERNAL ((FIX)->fx_addsy) \
|
||||
&& ! S_IS_WEAK ((FIX)->fx_addsy) \
|
||||
&& S_IS_DEFINED ((FIX)->fx_addsy) \
|
||||
&& S_IS_DEFINED ((FIX)->fx_addsy) \
|
||||
&& ! S_IS_COMMON ((FIX)->fx_addsy)))
|
||||
|
Loading…
Reference in New Issue
Block a user