diff options
author | Ard Biesheuvel <[email protected]> | 2024-04-15 18:20:44 +0200 |
---|---|---|
committer | Masahiro Yamada <[email protected]> | 2024-05-02 19:48:26 +0900 |
commit | 377d9095117c084b835e38c020faf5a78e386f01 (patch) | |
tree | fd00cd85bef376db0aecfe7b0a9f2796ca21e8ab /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 951bcae6c5a0bfaa55b27c5f16178204988f0379 (diff) |
vmlinux: Avoid weak reference to notes section
Weak references are references that are permitted to remain unsatisfied
in the final link. This means they cannot be implemented using place
relative relocations, resulting in GOT entries when using position
independent code generation.
The notes section should always exist, so the weak annotations can be
omitted.
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions