diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-10-05 06:01:18 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-10-05 06:01:30 -0700 |
commit | 007873f54e41eaef2f7a89b8adbb63a563d98b65 (patch) | |
tree | 6052f58ea15e7e9d226c225e432ed24fcb341017 /bfd/ChangeLog | |
parent | ea8fae9fe75706235ac49c507f1c5e039f4b4e1e (diff) | |
download | gdb-007873f54e41eaef2f7a89b8adbb63a563d98b65.zip gdb-007873f54e41eaef2f7a89b8adbb63a563d98b65.tar.gz gdb-007873f54e41eaef2f7a89b8adbb63a563d98b65.tar.bz2 |
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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4e52880..84fad70 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2017-10-05 H.J. Lu <hongjiu.lu@intel.com> + + * 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. + 2017-10-05 Pedro Alves <palves@redhat.com> PR 22245 |