diff options
author | Claudiu Zissulescu <claziss@synopsys.com> | 2016-02-29 16:51:11 +0100 |
---|---|---|
committer | Claudiu Zissulescu <claziss@synopsys.com> | 2016-02-29 16:51:11 +0100 |
commit | 841fdfcdd9caa69f3ad7560a2806d421e23f598a (patch) | |
tree | 4ea424595cbcb8ffc938e0ba6fbbbb63f90cfa24 /gas/ChangeLog | |
parent | 7e4588997ebdddefc48d8be2d51a715822817c0e (diff) | |
download | gdb-841fdfcdd9caa69f3ad7560a2806d421e23f598a.zip gdb-841fdfcdd9caa69f3ad7560a2806d421e23f598a.tar.gz gdb-841fdfcdd9caa69f3ad7560a2806d421e23f598a.tar.bz2 |
[ARC] Local symbols relocation cleanup
bfd/
2016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
* elf32-arc.c (elf_arc_relocate_section): Added rules to fix the
relocation addend when sections get merged.
gas/
2016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
* config/tc-arc.c (arc_extra_reloc): Change size to 0.
(tc_arc_fix_adjustable): Changed default return value to 1.
* testsuite/gas/arc/j.d: Updated expected symbol
* testsuite/gas/arc/jl.d: Likewise
* testsuite/gas/arc/relax-avoid1.d: Likewise
* testsuite/gas/arc/st.d: Likewise
ld/
2016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
* testsuite/ld-elf/merge.d: Removed xfail for ARC.
* testsuite/ld-elf/merge2.d: Likewise.
* testsuite/ld-elf/merge3.d: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1815655..4a075bb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2016-02-29 Cupertino Miranda <cmiranda@synopsys.com> + Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com> + + * config/tc-arc.c (arc_extra_reloc): Change size to 0. + (tc_arc_fix_adjustable): Changed default return value to 1. + * testsuite/gas/arc/j.d: Updated expected symbol + * testsuite/gas/arc/jl.d: Likewise + * testsuite/gas/arc/relax-avoid1.d: Likewise + * testsuite/gas/arc/st.d: Likewise + 2016-02-29 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com> * config/tc-arc.c: Enable code density instructions for ARC EM. |