diff options
author | Richard Lowe <richlowe@richlowe.net> | 2021-11-26 22:07:23 -0600 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2021-12-21 15:12:18 -0600 |
commit | c9d20e659e1e8b7bc9bd0d5c3ff5fe49be65bc6a (patch) | |
tree | 660a00aab2cd09b261d9f392600c0bb80fd04a25 /usr/src/pkg | |
parent | 92c32ccad68fb065a366d11e8f3dfcd5c6ebae94 (diff) | |
download | illumos-joyent-c9d20e659e1e8b7bc9bd0d5c3ff5fe49be65bc6a.tar.gz |
14308 discard SHF_EXCLUDE sections when linking kernel modules
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/system-test-elftest.p5m | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-test-elftest.p5m b/usr/src/pkg/manifests/system-test-elftest.p5m index b06db1898b..10f03106d2 100644 --- a/usr/src/pkg/manifests/system-test-elftest.p5m +++ b/usr/src/pkg/manifests/system-test-elftest.p5m @@ -97,6 +97,15 @@ file \ path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/mixed-hidden-comdat \ mode=0555 file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/visible.s mode=0444 +dir path=opt/elf-tests/tests/sections +dir path=opt/elf-tests/tests/sections/shf-exclude +file path=opt/elf-tests/tests/sections/shf-exclude/Makefile.test mode=0444 +file path=opt/elf-tests/tests/sections/shf-exclude/exclude-exec mode=0555 +file path=opt/elf-tests/tests/sections/shf-exclude/exclude-kmod mode=0555 +file path=opt/elf-tests/tests/sections/shf-exclude/exclude-so mode=0555 +file path=opt/elf-tests/tests/sections/shf-exclude/exclude.s mode=0444 +file path=opt/elf-tests/tests/sections/shf-exclude/include-reloc mode=0555 +file path=opt/elf-tests/tests/sections/shf-exclude/stub.c mode=0444 dir path=opt/elf-tests/tests/string-merge file path=opt/elf-tests/tests/string-merge/simple mode=0555 file path=opt/elf-tests/tests/string-merge/str1.s mode=0444 |