diff options
Diffstat (limited to 'gas/config/tc-m68k.h')
-rw-r--r-- | gas/config/tc-m68k.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gas/config/tc-m68k.h b/gas/config/tc-m68k.h index 428d1f7..4770300 100644 --- a/gas/config/tc-m68k.h +++ b/gas/config/tc-m68k.h @@ -1,6 +1,6 @@ /* This file is tc-m68k.h Copyright 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2001, 2002 + 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -179,11 +179,6 @@ extern int tc_m68k_fix_adjustable PARAMS ((struct fix *)); extern void m68k_elf_final_processing PARAMS ((void)); #endif -#define TC_FORCE_RELOCATION(FIX) \ - ((FIX)->fx_r_type == BFD_RELOC_VTABLE_INHERIT \ - || (FIX)->fx_r_type == BFD_RELOC_VTABLE_ENTRY \ - || S_FORCE_RELOC ((FIX)->fx_addsy)) - #else /* ! BFD_ASSEMBLER */ #define tc_frob_coff_symbol(sym) m68k_frob_symbol (sym) |