diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-06-29 05:52:22 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-06-29 05:53:01 -0700 |
commit | a57f74bb7cc15f1116f72c6d70dcc3f31c303ad4 (patch) | |
tree | e18faca250e7e4d1ba22165b32316e754636cd01 /bfd/ChangeLog | |
parent | a3ca48cdda743dc2756e8c689feab67273969db0 (diff) | |
download | gdb-a57f74bb7cc15f1116f72c6d70dcc3f31c303ad4.zip gdb-a57f74bb7cc15f1116f72c6d70dcc3f31c303ad4.tar.gz gdb-a57f74bb7cc15f1116f72c6d70dcc3f31c303ad4.tar.bz2 |
tic6x: Call _bfd_elf_add_dynamic_tags
Update tic6x linker tests to expect C6000_DSBT_BASE, C6000_DSBT_SIZE and
C6000_DSBT_INDEX dynamic tags immediately before NULL dynamic tag.
bfd/
* elf32-tic6x.c (elf32_tic6x_size_dynamic_sections): Call
_bfd_elf_add_dynamic_tags.
ld/
* testsuite/ld-tic6x/shlib-1.rd: Move C6000_DSBT_BASE,
C6000_DSBT_SIZE and C6000_DSBT_INDEX dynamic tags to the last.
* testsuite/ld-tic6x/shlib-1b.rd: Likewise.
* testsuite/ld-tic6x/shlib-1r.rd: Likewise.
* testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
* testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
* testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
* testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
* testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
* testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
* testsuite/ld-tic6x/static-app-1.rd: Likewise.
* testsuite/ld-tic6x/static-app-1b.rd: Likewise.
* testsuite/ld-tic6x/static-app-1r.rd: Likewise.
* testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
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 1bf65c2..80a800f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2020-06-29 H.J. Lu <hongjiu.lu@intel.com> + + * elf32-tic6x.c (elf32_tic6x_size_dynamic_sections): Call + _bfd_elf_add_dynamic_tags. + 2020-06-29 Alan Modra <amodra@gmail.com> * peXXigen.c (_bfd_XXi_slurp_codeview_record): Properly check |