diff options
author | Alan Modra <amodra@gmail.com> | 2007-01-12 06:23:52 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-01-12 06:23:52 +0000 |
commit | 66a4ad426416db84eb567c211dd73c8722380b06 (patch) | |
tree | 9cad43f22d0c0ab7e920ed25455cb578b25c7f5b /gas/config/tc-spu.h | |
parent | 21e40a48721a47630060e8768e6211026114601d (diff) | |
download | gdb-66a4ad426416db84eb567c211dd73c8722380b06.zip gdb-66a4ad426416db84eb567c211dd73c8722380b06.tar.gz gdb-66a4ad426416db84eb567c211dd73c8722380b06.tar.bz2 |
* config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
* config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
* config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
(TC_FORCE_RELOCATION): Define.
(TC_FORCE_RELOCATION_LOCAL): Define.
* config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.
Diffstat (limited to 'gas/config/tc-spu.h')
-rw-r--r-- | gas/config/tc-spu.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/gas/config/tc-spu.h b/gas/config/tc-spu.h index 6f36617..fadf456 100644 --- a/gas/config/tc-spu.h +++ b/gas/config/tc-spu.h @@ -1,6 +1,6 @@ /* spu.h -- Assembler for spu - Copyright 2006 Free Software Foundation, Inc. + Copyright 2006, 2007 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -54,18 +54,6 @@ /* Values passed to md_apply_fix don't include symbol values. */ #define MD_APPLY_SYM_VALUE(FIX) 0 -/* This expression evaluates to false if the relocation is for a local - object for which we still want to do the relocation at runtime. - True if we are willing to perform this relocation while building - the .o file. This is only used for pcrel relocations. */ - -#define TC_RELOC_RTSYM_LOC_FIXUP(FIX) \ - ((FIX)->fx_addsy == NULL \ - || (! S_IS_EXTERNAL ((FIX)->fx_addsy) \ - && ! S_IS_WEAK ((FIX)->fx_addsy) \ - && S_IS_DEFINED ((FIX)->fx_addsy) \ - && ! S_IS_COMMON ((FIX)->fx_addsy))) - /* The spu uses pseudo-ops with no leading period. */ #define NO_PSEUDO_DOT 1 |