diff options
Diffstat (limited to 'gas/config/tc-i960.h')
-rw-r--r-- | gas/config/tc-i960.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gas/config/tc-i960.h b/gas/config/tc-i960.h index 17c5097..3949b6c 100644 --- a/gas/config/tc-i960.h +++ b/gas/config/tc-i960.h @@ -147,12 +147,6 @@ extern int reloc_callj (struct fix *); /* We store the bal information in the sy_tc field. */ #define TC_SYMFIELD_TYPE symbolS * -#define TC_ADJUST_RELOC_COUNT(FIX,COUNT) \ - { fixS *tcfixp = (FIX); \ - for (;tcfixp;tcfixp=tcfixp->fx_next) \ - if (tcfixp->fx_tcbit && tcfixp->fx_addsy != 0) \ - ++(COUNT); \ - } #endif extern int i960_validate_fix (struct fix *, segT); |