From c63c55ab8e717f92ffb5aa5f886390deffb31afd Mon Sep 17 00:00:00 2001 From: Jie Zhang Date: Tue, 1 Sep 2009 05:56:30 +0000 Subject: [PATCH] 2007-09-28 Bernd Schmidt * 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 * config/tc-bfin.c (bfin_fix_adjustable): Adjust BFD_RELOC_BFIN_GOT, BFD_RELOC_BFIN_GOT17M4 and BFD_RELOC_BFIN_FUNCDESC_GOT17M4. --- gas/ChangeLog | 11 +++++++++++ gas/config/tc-bfin.c | 2 -- 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 + 2007-09-28 Bernd Schmidt + * 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 + * 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 + * 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: -- 2.11.0