diff options
| author | Fangrui Song <[email protected]> | 2021-08-13 13:05:11 -0700 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2021-08-15 13:49:39 +1000 |
| commit | 0355785313e2191be4e1108cdbda94ddb0238c48 (patch) | |
| tree | fbba519417d5dda1c14fa34bc252d092634c4011 /scripts/objdiff | |
| parent | 1e688dd2a3d6759d416616ff07afc4bb836c4213 (diff) | |
powerpc: Add "-z notext" flag to disable diagnostic
Object files used to link .tmp_vmlinux.kallsyms1 have many
R_PPC64_ADDR64 relocations in non-SHF_WRITE sections. There are many
text relocations (e.g. in .rela___ksymtab_gpl+* and .rela__mcount_loc
sections) in a -pie link and are disallowed by LLD:
ld.lld: error: can't create dynamic relocation R_PPC64_ADDR64 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output
>>> defined in arch/powerpc/kernel/head_64.o
>>> referenced by arch/powerpc/kernel/head_64.o:(__restart_table+0x10)
Newer GNU ld configured with "--enable-textrel-check=error" will report
an error as well:
$ ld-new -EL -m elf64lppc -pie ... -o .tmp_vmlinux.kallsyms1 ...
ld-new: read-only segment has dynamic relocations
Add "-z notext" to suppress the errors. Non-CONFIG_RELOCATABLE builds
use the default -no-pie mode and thus R_PPC64_ADDR64 relocations can be
resolved at link-time.
Reported-by: Itaru Kitayama <[email protected]>
Co-developed-by: Bill Wendling <[email protected]>
Signed-off-by: Fangrui Song <[email protected]>
Signed-off-by: Bill Wendling <[email protected]>
Reviewed-by: Nick Desaulniers <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions