aboutsummaryrefslogtreecommitdiff
path: root/makefile.vms
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-02-06 19:37:54 -0800
committerH.J. Lu <hjl.tools@gmail.com>2020-02-06 19:40:38 -0800
commit5242a0a000ad7d3f2fa1cd0023f692d53261b302 (patch)
treed63d80ceaf397af290aadb5619a6a20299984ded /makefile.vms
parentb7d072167715829eed0622616f6ae0182900de3e (diff)
downloadgdb-5242a0a000ad7d3f2fa1cd0023f692d53261b302.zip
gdb-5242a0a000ad7d3f2fa1cd0023f692d53261b302.tar.gz
gdb-5242a0a000ad7d3f2fa1cd0023f692d53261b302.tar.bz2
ld: Issue an error for GC on __patchable_function_entries section
__patchable_function_entries section is generated by a compiler with -fpatchable-function-entry=XX. The assembly code looks like this: --- .text .globl _start .type _start, %function _start: .section __patchable_function_entries,"aw",%progbits .dc.a .LPFE1 .text .LPFE1: .byte 0 --- But --gc-sections will silently remove __patchable_function_entries section and generate corrupt result. This patch disallows garbage collection on __patchable_function_entries section without linked-to section. bfd/ PR ld/25490 * elflink.c (_bfd_elf_gc_mark_extra_sections): Issue an error for garbage collection on __patchable_function_entries section without linked-to section. ld/ PR ld/25490 * testsuite/ld-elf/pr25490-1.d: New file. * testsuite/ld-elf/pr25490-1.s: Likewise.
Diffstat (limited to 'makefile.vms')
0 files changed, 0 insertions, 0 deletions