2007-09-28 Bernd Schmidt <bernd.schmidt@analog.com>
authorJie Zhang <jie.zhang@analog.com>
Tue, 1 Sep 2009 05:56:30 +0000 (05:56 +0000)
committerJie Zhang <jie.zhang@analog.com>
Tue, 1 Sep 2009 05:56:30 +0000 (05:56 +0000)
* 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.

gas/ChangeLog
gas/config/tc-bfin.c

index e6b08706b887d373d32062bacc288b7382e50383..c4fa8bbd418ac49f936b8fe3af6f74717c1cdcf0 100644 (file)
@@ -1,3 +1,14 @@
+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.
index ea8243a03d9a26ceca5d6b4f3dd8932dd10be28a..a12ef38de36f9a9777cd75697511feca2575bd17 100644 (file)
@@ -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:
This page took 0.026058 seconds and 4 git commands to generate.