diff options
author | Alan Modra <amodra@gmail.com> | 2013-02-04 12:34:17 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-02-04 12:34:17 +0000 |
commit | 89d67ed9a978aeda8144fa6e1bcd3eba733e69d2 (patch) | |
tree | 483396e288cb8992b4bf7bd82bf27fd4d4d24f0c /gas/config/tc-i960.h | |
parent | 545093a45022e4055d56e83a78a8be30a79c2156 (diff) | |
download | gdb-89d67ed9a978aeda8144fa6e1bcd3eba733e69d2.zip gdb-89d67ed9a978aeda8144fa6e1bcd3eba733e69d2.tar.gz gdb-89d67ed9a978aeda8144fa6e1bcd3eba733e69d2.tar.bz2 |
* write.c (fixup_segment): Return void. Delete seg_reloc_count
related code.
(TC_ADJUST_RELOC_COUNT): Delete.
* config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete.
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); |