diff options
author | Bob Wilson <bob.wilson@acm.org> | 2007-02-01 23:54:59 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2007-02-01 23:54:59 +0000 |
commit | 63a7429b8b4b47f7b2c2caffbdd6d25add3cdce0 (patch) | |
tree | cd0c924cb678de6cefdd7c19c6d74fff9d2d2f1e /gas/config/tc-xtensa.h | |
parent | 900235cd3162c0f89983c93abb68a6a1fdee1d36 (diff) | |
download | gdb-63a7429b8b4b47f7b2c2caffbdd6d25add3cdce0.zip gdb-63a7429b8b4b47f7b2c2caffbdd6d25add3cdce0.tar.gz gdb-63a7429b8b4b47f7b2c2caffbdd6d25add3cdce0.tar.bz2 |
* config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Delete use of
fx_tcbit.
* config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Remove.
Diffstat (limited to 'gas/config/tc-xtensa.h')
-rw-r--r-- | gas/config/tc-xtensa.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gas/config/tc-xtensa.h b/gas/config/tc-xtensa.h index 47fee4e..b39395f 100644 --- a/gas/config/tc-xtensa.h +++ b/gas/config/tc-xtensa.h @@ -1,5 +1,5 @@ /* tc-xtensa.h -- Header file for tc-xtensa.c. - Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -319,10 +319,6 @@ extern char *xtensa_section_rename (char *); #define TC_FORCE_RELOCATION(fix) xtensa_force_relocation (fix) #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ (! SEG_NORMAL (seg) || xtensa_force_relocation (fix)) -#define TC_FORCE_RELOCATION_LOCAL(FIX) \ - (!(FIX)->fx_pcrel \ - || (FIX)->fx_tcbit \ - || TC_FORCE_RELOCATION (FIX)) #define TC_VALIDATE_FIX_SUB(fix) xtensa_validate_fix_sub (fix) #define NO_PSEUDO_DOT xtensa_check_inside_bundle () #define tc_canonicalize_symbol_name(s) xtensa_section_rename (s) |