diff options
Diffstat (limited to 'gas/config/tc-pj.h')
-rw-r--r-- | gas/config/tc-pj.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gas/config/tc-pj.h b/gas/config/tc-pj.h index 4e6c92d..7d0a07d 100644 --- a/gas/config/tc-pj.h +++ b/gas/config/tc-pj.h @@ -1,5 +1,5 @@ /* This file is tc-pj.h - Copyright 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright 1999, 2000, 2002, 2003 Free Software Foundation, Inc. Contributed by Steve Chamberlain of Transmeta, sac@pobox.com @@ -52,12 +52,6 @@ arelent *tc_gen_reloc PARAMS((asection *, struct fix *)); visible symbols can be overridden. */ #define EXTERN_FORCE_RELOC 0 -/* Always leave vtable relocs untouched in the output. */ -#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)) - /* Values passed to md_apply_fix3 don't include the symbol value. */ #define MD_APPLY_SYM_VALUE(FIX) 0 |