diff options
author | Jie Zhang <jie.zhang@analog.com> | 2009-09-01 05:56:30 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2009-09-01 05:56:30 +0000 |
commit | 08c1b05642edb25b85aae1550a40992d97616e70 (patch) | |
tree | 317ba0e5afa7ac0166aa02b18d3620a9c3f43c30 /gas/config/tc-bfin.c | |
parent | 88fef4406f2bbf0a607ab4b9ca8e0168388797bd (diff) | |
download | gdb-08c1b05642edb25b85aae1550a40992d97616e70.zip gdb-08c1b05642edb25b85aae1550a40992d97616e70.tar.gz gdb-08c1b05642edb25b85aae1550a40992d97616e70.tar.bz2 |
2007-09-28 Bernd Schmidt <bernd.schmidt@analog.com>
* config/tc-bfin.c (bfin_fix_adjustable): Partially revert the
2007-08-23 change; BFD_RELOC_BFIN_GOT is not adjustable.
2007-08-23 Jie Zhang <jie.zhang@analog.com>
* config/tc-bfin.c (bfin_fix_adjustable): Adjust
BFD_RELOC_BFIN_GOT, BFD_RELOC_BFIN_GOT17M4 and
BFD_RELOC_BFIN_FUNCDESC_GOT17M4.
Diffstat (limited to 'gas/config/tc-bfin.c')
-rw-r--r-- | gas/config/tc-bfin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-bfin.c b/gas/config/tc-bfin.c index ea8243a..a12ef38 100644 --- a/gas/config/tc-bfin.c +++ b/gas/config/tc-bfin.c @@ -1005,8 +1005,6 @@ bfin_fix_adjustable (fixS *fixP) { /* Adjust_reloc_syms doesn't know about the GOT. */ case BFD_RELOC_BFIN_GOT: - case BFD_RELOC_BFIN_GOT17M4: - case BFD_RELOC_BFIN_FUNCDESC_GOT17M4: case BFD_RELOC_BFIN_PLTPC: /* We need the symbol name for the VTABLE entries. */ case BFD_RELOC_VTABLE_INHERIT: |