diff options
author | Cupertino Miranda <cmiranda@synopsys.com> | 2017-05-23 13:36:33 +0200 |
---|---|---|
committer | Cupertino Miranda <cmiranda@synopsys.com> | 2017-06-08 19:00:37 +0200 |
commit | e3d1d4088ad3b4d0fed39df62ad295ed60707807 (patch) | |
tree | 19318c728c2aca61d28ec2347047affecab30b92 /bfd/ChangeLog | |
parent | 64aa8e030360ba68e32ca15fa5aa426160a2efb1 (diff) | |
download | gdb-e3d1d4088ad3b4d0fed39df62ad295ed60707807.zip gdb-e3d1d4088ad3b4d0fed39df62ad295ed60707807.tar.gz gdb-e3d1d4088ad3b4d0fed39df62ad295ed60707807.tar.bz2 |
[ARC] Corrected conditions for dynamic sections creation.
Fixed conditions to create the dynamic sections.
Previously there would be times where the dynamic sections would not be created
although they were actually required for linking to work.
Issue found through OpenADK build, more precisely the ublicb testsuite package.
bfd/ChangeLog:
Cupertino Miranda <cmiranda@synopsys.com>
elf32-arc.c (elf_arc_check_relocs): Fixed conditions to generate
dynamic sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6c4baf8..e99ca85 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2017-06-08 Cupertino Miranda <cmiranda@synopsys.com> + * elf32-arc.c (elf_arc_check_relocs): Fixed conditions to generate + dynamic sections. + +2017-06-08 Cupertino Miranda <cmiranda@synopsys.com> + * elf32-arc.c (elf_arc_size_dynamic_sections): Changed condition to require TEXTREL. |