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-mn10300.c | |
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-mn10300.c')
-rw-r--r-- | gas/config/tc-mn10300.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-mn10300.c b/gas/config/tc-mn10300.c index 41358f3..fb7dc58 100644 --- a/gas/config/tc-mn10300.c +++ b/gas/config/tc-mn10300.c @@ -1,6 +1,6 @@ /* tc-mn10300.c -- Assembler code for the Matsushita 10300 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. + 2006, 2007 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -2545,7 +2545,7 @@ bfd_boolean mn10300_fix_adjustable (fixp) struct fix *fixp; { - if (! TC_RELOC_RTSYM_LOC_FIXUP (fixp)) + if (TC_FORCE_RELOCATION_LOCAL (fixp)) return 0; if (fixp->fx_r_type == BFD_RELOC_VTABLE_INHERIT |