mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-18 07:02:39 +00:00
![]() .rodata is implicitly included in the PT_DYNAMIC segment due to
inheriting the segment of the preceding .dynamic section (in both GNU ld
and LLD). When the .rodata section's size is not a multiple of 16
bytes on riscv64, llvm-readelf will report a "PT_DYNAMIC dynamic table
is invalid" warning. Note: in the presence of the .dynamic section, GNU
readelf and llvm-readelf's -d option decodes the dynamic section using
the section.
This issue arose after commit
|
||
---|---|---|
.. | ||
.gitignore | ||
flush_icache.S | ||
gen_vdso_offsets.sh | ||
getcpu.S | ||
getrandom.c | ||
hwprobe.c | ||
Makefile | ||
note.S | ||
rt_sigreturn.S | ||
sys_hwprobe.S | ||
vdso.lds.S | ||
vdso.S | ||
vgetrandom-chacha.S | ||
vgettimeofday.c |