diff options
author | Alan Modra <amodra@gmail.com> | 2000-02-24 08:18:20 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-02-24 08:18:20 +0000 |
commit | 520dc8e893f461f2357cddb68f82fa109c82cb94 (patch) | |
tree | 2f59c2a00a522d3091344873cf27e440d80f8b0e /gas/config/tc-i386.h | |
parent | e56ac5c3a397926b0569e691a16b2c58dafc11c8 (diff) | |
download | gdb-520dc8e893f461f2357cddb68f82fa109c82cb94.zip gdb-520dc8e893f461f2357cddb68f82fa109c82cb94.tar.gz gdb-520dc8e893f461f2357cddb68f82fa109c82cb94.tar.bz2 |
config/tc-i386.c (struct _i386_insn): Combine disps, imms, regs into
a union. Use throughout file. Delete TC_RELOC macro.
Diffstat (limited to 'gas/config/tc-i386.h')
-rw-r--r-- | gas/config/tc-i386.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h index cf378e8..1d830ee 100644 --- a/gas/config/tc-i386.h +++ b/gas/config/tc-i386.h @@ -38,11 +38,6 @@ struct fix; type. The idea is that if the original type is already some kind of PIC relocation, we leave it alone, otherwise we give it the desired type */ -#define TC_RELOC(X,Y) (((X) != BFD_RELOC_386_PLT32 && \ - (X) != BFD_RELOC_386_GOTOFF && \ - (X) != BFD_RELOC_386_GOT32 && \ - (X) != BFD_RELOC_386_GOTPC) ? Y : X) - #define tc_fix_adjustable(X) tc_i386_fix_adjustable(X) extern int tc_i386_fix_adjustable PARAMS ((struct fix *)); |