diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-10-08 17:17:29 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-10-08 17:17:29 -0700 |
commit | a72f95f7760bf85693af393c5e01dd3aedbe5bde (patch) | |
tree | a83ac99664648ffbc404e482d625231fb7a5a4c7 /bfd/ChangeLog | |
parent | f9799aae8e51948c1d87fbe7249b3d76dcb4585d (diff) | |
download | binutils-gdb-a72f95f7760bf85693af393c5e01dd3aedbe5bde.tar.gz |
sh: 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-sh.c (readonly_dynrelocs): Dump dynamic relocation
in read-only section with minfo.
(sh_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 01fb9f43ee3..4cb07152937 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2017-10-08 H.J. Lu <hongjiu.lu@intel.com> + * elf32-sh.c (readonly_dynrelocs): Dump dynamic relocation + in read-only section with minfo. + (sh_elf_size_dynamic_sections): Likewise. + +2017-10-08 H.J. Lu <hongjiu.lu@intel.com> + * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Remove a strayed comment. |