diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-10-07 17:30:12 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-10-07 17:30:54 -0700 |
commit | f0f07ad1825e9b7f539e410562993b25f76e5627 (patch) | |
tree | b198124313c20549ddedce19d5b13d9649b9b543 /bfd/ChangeLog | |
parent | b05c287c1820c5a86e08afec26f5f73b65b416aa (diff) | |
download | gdb-f0f07ad1825e9b7f539e410562993b25f76e5627.zip gdb-f0f07ad1825e9b7f539e410562993b25f76e5627.tar.gz gdb-f0f07ad1825e9b7f539e410562993b25f76e5627.tar.bz2 |
sparc: 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.
* elfxx-sparc.c (readonly_dynrelocs): Dump dynamic relocation
in read-only section with minfo.
(_bfd_sparc_elf_size_dynamic_sections): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 79d980d..b68f350 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2017-10-07 H.J. Lu <hongjiu.lu@intel.com> + + * elfxx-sparc.c (readonly_dynrelocs): Dump dynamic relocation + in read-only section with minfo. + (_bfd_sparc_elf_size_dynamic_sections): Likewise. + 2017-10-06 H.J. Lu <hongjiu.lu@intel.com> * elfxx-x86.h (UNDEFINED_WEAK_RESOLVED_TO_ZERO): Update |