summaryrefslogtreecommitdiff
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
commitc63c55ab8e717f92ffb5aa5f886390deffb31afd (patch)
treee9aaf60d580ad4cdfd2c4dd5cd1db8c876b7d102
parent8963279a23d2bc527c7eae56a71b23e4169211cc (diff)
downloadbinutils-redhat-c63c55ab8e717f92ffb5aa5f886390deffb31afd.tar.gz
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 e6b08706b8..c4fa8bbd41 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 ea8243a03d..a12ef38de3 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: