summaryrefslogtreecommitdiff
path: root/usr/src/pkg
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2021-10-12 18:36:21 -0500
committerRichard Lowe <richlowe@richlowe.net>2021-12-06 14:11:40 -0600
commit55d6cb5d63bcf69dfa47b8c41c770a2d34f169b0 (patch)
treef624c07e86cd8448104928f92193d2780a8ed15b /usr/src/pkg
parentbe548e87bcb4979e0b8a7bce5620a9916b888fdc (diff)
downloadillumos-joyent-55d6cb5d63bcf69dfa47b8c41c770a2d34f169b0.tar.gz
14250 ld should resolve discarded COMDAT symbols against their mates
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r--usr/src/pkg/manifests/system-test-elftest.p5m12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-test-elftest.p5m b/usr/src/pkg/manifests/system-test-elftest.p5m
index a118845014..b06db1898b 100644
--- a/usr/src/pkg/manifests/system-test-elftest.p5m
+++ b/usr/src/pkg/manifests/system-test-elftest.p5m
@@ -85,6 +85,18 @@ dir path=opt/elf-tests/tests/relocs/i386
dir path=opt/elf-tests/tests/relocs/i386/got32x
file path=opt/elf-tests/tests/relocs/i386/got32x/got32x mode=0555
file path=opt/elf-tests/tests/relocs/i386/got32x/got32x.s mode=0444
+dir path=opt/elf-tests/tests/resolution
+dir path=opt/elf-tests/tests/resolution/mixed-hidden-comdat
+file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/Makefile.test \
+ mode=0444
+file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/README.md mode=0444
+file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/access.S mode=0444
+file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/hidden.s mode=0444
+file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/main.c mode=0444
+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/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