diff options
author | Claudiu Zissulescu <claziss@synopsys.com> | 2016-02-29 16:07:48 +0100 |
---|---|---|
committer | Claudiu Zissulescu <claziss@synopsys.com> | 2016-02-29 16:07:48 +0100 |
commit | 7e4588997ebdddefc48d8be2d51a715822817c0e (patch) | |
tree | fc5f40d68dd6106dedd82a944df45d7f0986f424 /bfd/ChangeLog | |
parent | 63aef214ab4826785d35d8dead591d40e402de98 (diff) | |
download | gdb-7e4588997ebdddefc48d8be2d51a715822817c0e.zip gdb-7e4588997ebdddefc48d8be2d51a715822817c0e.tar.gz gdb-7e4588997ebdddefc48d8be2d51a715822817c0e.tar.bz2 |
[ARC] General fixes.
bfd/
2016-02-29 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
* elf32-arc.c (arc_elf_final_write_processing): Add condition to
the flag change.
(elf_arc_relocate_section): Fixes and conditions to support PIE.
Assert for code sections dynamic relocs.
gas/
2016-02-29 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
* config/tc-arc.c: Enable code density instructions for ARC EM.
ld/
2016-02-29 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
* scripttempl/arclinux.sc: Force .tdata and .tbss to always be
generated.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8339eae..5d39624 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2016-02-29 Cupertino Miranda <Cupertino.Miranda@synopsys.com> + + * elf32-arc.c (arc_elf_final_write_processing): Add condition to + the flag change. + (elf_arc_relocate_section): Fixes and conditions to support PIE. + Assert for code sections dynamic relocs. + 2016-02-26 Renlin Li <renlin.li@arm.com> * elfnn-aarch64.c (elfNN_aarch64_howto_table): Fix signed overflow |