diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-06-03 09:12:40 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-06-03 09:12:53 -0700 |
commit | 9a6896021df5997a1ea5d52b86b833920005e652 (patch) | |
tree | 61c0985a6aadf176dce027fdbc43258148d42bc3 /bfd/ChangeLog | |
parent | 50d036364fb2a71b3ac9a0b0cdbe58296832a1b2 (diff) | |
download | fsf-binutils-gdb-9a6896021df5997a1ea5d52b86b833920005e652.zip fsf-binutils-gdb-9a6896021df5997a1ea5d52b86b833920005e652.tar.gz fsf-binutils-gdb-9a6896021df5997a1ea5d52b86b833920005e652.tar.bz2 |
frv: Don't generate dynamic relocation for non SEC_ALLOC sections
Don't generate dynamic relocations for non SEC_ALLOC sections because
run-time loader won't process them.
* elf32-frv.c (elf32_frv_relocate_section): Don't generate
dynamic relocations for non SEC_ALLOC sections.
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 a10deb8..8aa3893 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2020-06-03 H.J. Lu <hongjiu.lu@intel.com> + + * elf32-frv.c (elf32_frv_relocate_section): Don't generate + dynamic relocations for non SEC_ALLOC sections. + 2020-06-03 Gunther Nikl <gnikl@justmail.de> * aout64.c (BMAGIC, QMAGIC): Do not define. |