aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJie Zhang <jie.zhang@analog.com>2009-09-01 05:56:30 +0000
committerJie Zhang <jie.zhang@analog.com>2009-09-01 05:56:30 +0000
commit08c1b05642edb25b85aae1550a40992d97616e70 (patch)
tree317ba0e5afa7ac0166aa02b18d3620a9c3f43c30
parent88fef4406f2bbf0a607ab4b9ca8e0168388797bd (diff)
downloadfsf-binutils-gdb-08c1b05642edb25b85aae1550a40992d97616e70.zip
fsf-binutils-gdb-08c1b05642edb25b85aae1550a40992d97616e70.tar.gz
fsf-binutils-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.
-rw-r--r--gas/ChangeLog11
-rw-r--r--gas/config/tc-bfin.c2
2 files changed, 11 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e6b0870..c4fa8bb 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,16 @@
2009-09-01 Jie Zhang <jie.zhang@analog.com>
+ 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.
+
+2009-09-01 Jie Zhang <jie.zhang@analog.com>
+
* read.c (TC_START_LABEL): Add a new argument.
(read_a_source_file): Pass the beginning of the symbol through
the new argument of TC_START_LABEL.
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: