]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
frv: Don't generate dynamic relocation for non SEC_ALLOC sections
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 3 Jun 2020 16:12:40 +0000 (09:12 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 3 Jun 2020 16:12:53 +0000 (09:12 -0700)
commit9a6896021df5997a1ea5d52b86b833920005e652
tree61c0985a6aadf176dce027fdbc43258148d42bc3
parent50d036364fb2a71b3ac9a0b0cdbe58296832a1b2
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.
bfd/ChangeLog
bfd/elf32-frv.c