diff options
author | Claudiu Zissulescu <claziss@gmail.com> | 2019-07-24 16:33:29 +0300 |
---|---|---|
committer | Claudiu Zissulescu <claziss@gmail.com> | 2019-07-24 16:33:29 +0300 |
commit | ef551643dc282159185cb9916c7cb0308ae03cdd (patch) | |
tree | 90007b800835a19087ca4580e7a061ca5dad491e /ld/ChangeLog | |
parent | c54e42531adb7bf8d58bd4c3c8e0c710305959e1 (diff) | |
download | gdb-ef551643dc282159185cb9916c7cb0308ae03cdd.zip gdb-ef551643dc282159185cb9916c7cb0308ae03cdd.tar.gz gdb-ef551643dc282159185cb9916c7cb0308ae03cdd.tar.bz2 |
[ARC] Add linker relaxation.
Add linker relaxation. The first relaxation added is converting
GOTPC32 to PCREL relocations. This relaxation doesn't change the size of
the binary.
bfd/
xxxx-xx-xx Claudiu Zissulescu <claziss@synopsys.com>
* elf32-arc.c (bfd_get_32_me): New function.
(bfd_put_32_me): Likewise.
(arc_elf_relax_section): Likewise.
(bfd_elf32_bfd_relax_section): Define.
ld/testsuite/
xxxx-xx-xx Claudiu Zissulescu <claziss@synopsys.com>
* ld-arc/relax-local-pic.d: New test.
* ld-arc/relax-local-pic.s: New file.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index de47676..b42f4a7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2019-07-24 Claudiu Zissulescu <claziss@synopsys.com> + + * ld-arc/relax-local-pic.d: New test. + * ld-arc/relax-local-pic.s: New file. + 2019-07-22 Martin Liska <mliska@suse.cz> * testsuite/ld-plugin/lto-3r.d: Remove. |