diff options
| author | Nathan Chancellor <[email protected]> | 2024-02-07 17:14:56 -0700 |
|---|---|---|
| committer | Heiko Carstens <[email protected]> | 2024-02-14 13:50:52 +0100 |
| commit | a691c8a6efe0220f244f7bb59a3af39383b57d2c (patch) | |
| tree | 27e4b1b73c3f55ee2453123f1d71ffa523cb19aa /tools/perf/scripts/python/task-analyzer.py | |
| parent | 30226853d6ecd274ec35b9d7b8dcdfc1e0981f05 (diff) | |
s390: vmlinux.lds.S: explicitly keep various sections
When building with CONFIG_LD_ORPHAN_WARN after selecting
CONFIG_ARCH_HAS_LD_ORPHAN_WARN, there are some warnings around certain
ELF sections:
s390-linux-ld: warning: orphan section `.dynstr' from `arch/s390/kernel/head64.o' being placed in section `.dynstr'
s390-linux-ld: warning: orphan section `.dynamic' from `arch/s390/kernel/head64.o' being placed in section `.dynamic'
s390-linux-ld: warning: orphan section `.hash' from `arch/s390/kernel/head64.o' being placed in section `.hash'
s390-linux-ld: warning: orphan section `.gnu.hash' from `arch/s390/kernel/head64.o' being placed in section `.gnu.hash'
Explicitly keep those sections like other architectures when
CONFIG_RELOCATABLE is enabled, which is always true for s390.
[[email protected]: keep sections instead of discarding]
Signed-off-by: Nathan Chancellor <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Carstens <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions