]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elfxx-tilegx.c
tile: Dump dynamic relocation info to the map file
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 5 Oct 2017 13:01:18 +0000 (06:01 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 5 Oct 2017 13:01:30 +0000 (06:01 -0700)
commit007873f54e41eaef2f7a89b8adbb63a563d98b65
tree6052f58ea15e7e9d226c225e432ed24fcb341017
parentea8fae9fe75706235ac49c507f1c5e039f4b4e1e
tile: Dump dynamic relocation info to the map file

Dump dynamic relocation info to the map file when generating dynamic
relocation in read-only section relocations if -Map is used.

* elf32-tilepro.c (readonly_dynrelocs): Dump dynamic relocation
in read-only section with minfo.
(tilepro_elf_size_dynamic_sections): Likewise.
* elfxx-tilegx.c (readonly_dynrelocs): Likewise.
(tilegx_elf_size_dynamic_sections): Likewise.
bfd/ChangeLog
bfd/elf32-tilepro.c
bfd/elfxx-tilegx.c