1 # Expect script
for ELF compressed debug section tests.
2 # Copyright
(C
) 2010-2024 Free Software Foundation
, Inc.
4 # This file is part of the GNU Binutils.
6 # This
program is free software
; you can redistribute it and
/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation
; either version
3 of the License
, or
9 #
(at your option
) any later version.
11 # This
program is distributed in the hope that it will be useful
,
12 # but WITHOUT
ANY WARRANTY
; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License
for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this
program; if not
, write to the Free Software
18 # Foundation
, Inc.
, 51 Franklin Street
- Fifth Floor
, Boston
,
22 # Exclude non
-ELF targets.
28 # Skip targets where
-shared is not supported
30 if ![check_shared_lib_support
] {
34 # Check
if compiler works
35 if { ![check_compiler_available
] } {
39 if { ![ld_assemble $as
"--compress-debug-sections $srcdir/$subdir/empty.s" tmpdir/empty.o ] } {
40 fail
"linker compressed debug sections"
43 if { ![ld_assemble $as
"--compress-debug-sections=zlib-gabi $srcdir/$subdir/empty.s" tmpdir/emptyzlib.o ] } {
44 fail
"linker compressed debug sections"
48 {"Build libfoo.so with compressed debug sections"
49 "-shared" "-fPIC -ggdb3 -Wa,--compress-debug-sections"
50 {foo.c
} {} "libfoo.so"}
51 {"Build libbar.so with compressed debug sections"
52 "-shared -Wl,--compress-debug-sections=none"
53 "-fPIC -ggdb3 -Wa,--compress-debug-sections"
54 {begin.c end.c
} {} "libbar.so"}
55 {"Build libfoozlib.so with compressed debug sections with zlib-gabi"
56 "-shared" "-fPIC -ggdb3 -Wa,--compress-debug-sections=zlib-gabi"
57 {foo.c
} {} "libfoozlib.so"}
58 {"Build libbarzlib.so with compressed debug sections with zlib-gabi"
59 "-shared" "-fPIC -ggdb3 -Wa,--compress-debug-sections=zlib-gabi"
60 {begin.c end.c
} {} "libbarzlib.so"}
61 {"Build libzlibfoo.so with zlib compressed debug sections"
62 "-shared -Wl,--compress-debug-sections=zlib"
63 "-fPIC -ggdb3 -Wa,--compress-debug-sections=zlib"
64 {foo.c
} {} "libzlibfoo.so"}
65 {"Build libgnufoo.so with zlib-gnu compressed debug sections"
66 "-shared -Wl,--compress-debug-sections=zlib-gnu"
67 "-fPIC -ggdb3 -Wa,--compress-debug-sections=zlib-gnu"
68 {foo.c
} {} "libgnufoo.so"}
69 {"Build libgabifoo.so with zlib-gabi compressed debug sections"
70 "-shared -Wl,--compress-debug-sections=zlib-gabi"
71 "-fPIC -ggdb3 -Wa,--compress-debug-sections=zlib-gabi"
72 {foo.c
} {} "libgabifoo.so"}
73 {"Build zlibbegin.o with zlib compressed debug sections"
74 "-r -nostdlib -Wl,--compress-debug-sections=zlib"
75 "-ggdb3 -Wa,--compress-debug-sections=zlib"
76 {begin.c
} {} "zlibbegin.o"}
77 {"Build gnubegin.o with zlib-gnu compressed debug sections"
78 "-r -nostdlib -Wl,--compress-debug-sections=zlib-gnu"
79 "-ggdb3 -Wa,--compress-debug-sections=zlib-gnu"
80 {begin.c
} {} "gnubegin.o"}
81 {"Build gabiend.o with zlib-gabi compressed debug sections"
82 "-r -nostdlib -Wl,--compress-debug-sections=zlib-gabi"
83 "-ggdb3 -Wa,--compress-debug-sections=zlib-gnu"
84 {end.c
} {} "gabiend.o"}
88 {"Run normal with libfoo.so with compressed debug sections"
89 "tmpdir/begin.o tmpdir/libfoo.so tmpdir/end.o" ""
90 {main.c
} "normal" "normal.out" "-Wa,--compress-debug-sections"}
91 {"Run normal with libfoozlib.so with compressed debug sections with zlib-gabi"
92 "tmpdir/begin.o tmpdir/libfoozlib.so tmpdir/end.o" ""
93 {main.c
} "normal" "normal.out" "-Wa,--compress-debug-sections=zlib-gabi"}
94 {"Run zlibnormal with libzlibfoo.so with zlib compressed debug sections"
95 "tmpdir/begin.o tmpdir/libzlibfoo.so tmpdir/end.o -Wl,--compress-debug-sections=zlib" ""
96 {main.c
} "zlibnormal" "normal.out" "-Wa,--compress-debug-sections=zlib"}
97 {"Run zlibnormal with libfoozlib.so with zlib compressed debug sections"
98 "tmpdir/begin.o tmpdir/libfoozlib.so tmpdir/end.o -Wl,--compress-debug-sections=zlib" ""
99 {main.c
} "zlibnormal" "normal.out" "-Wa,--compress-debug-sections=zlib"}
100 {"Run gnunormal with libgnufoo.so with zlib-gnu compressed debug sections"
101 "tmpdir/gnubegin.o tmpdir/libgnufoo.so tmpdir/end.o -Wl,--compress-debug-sections=zlib-gnu" ""
102 {main.c
} "gnunormal" "normal.out" "-Wa,--compress-debug-sections=zlib-gnu"}
103 {"Run gnunormal with libfoozlib.so with zlib-gnu compressed debug sections"
104 "tmpdir/gnubegin.o tmpdir/libfoozlib.so tmpdir/end.o -Wl,--compress-debug-sections=zlib-gnu" ""
105 {main.c
} "gnunormal" "normal.out" "-Wa,--compress-debug-sections=zlib-gnu"}
106 {"Run gabinormal with libgabifoo.so with zlib-gabi compressed debug sections"
107 "tmpdir/zlibbegin.o tmpdir/libgabifoo.so tmpdir/gabiend.o -Wl,--compress-debug-sections=zlib-gabi" ""
108 {main.c
} "gabinormal" "normal.out" "-Wa,--compress-debug-sections=zlib-gabi"}
109 {"Run gabinormal with libfoozlib.so with zlib-gabi compressed debug sections"
110 "tmpdir/zlibbegin.o tmpdir/libfoozlib.so tmpdir/gabiend.o -Wl,--compress-debug-sections=zlib-gabi" ""
111 {main.c
} "gabinormal" "normal.out" "-Wa,--compress-debug-sections=zlib-gabi"}
114 run_cc_link_tests $build_tests
115 run_ld_link_exec_tests $run_tests
117 set test_name
"Link with zlib-gabi compressed debug input"
118 send_log
"cmp tmpdir/libfoo.so tmpdir/libfoozlib.so\n"
119 if { [catch
{exec cmp tmpdir
/libfoo.so tmpdir
/libfoozlib.so
}] } then {
120 send_log
"tmpdir/libfoo.so tmpdir/libfoozlib.so differ.\n"
126 set test_name
"Link -r with zlib compressed debug output"
128 send_log
"$READELF -S -W tmpdir/$test.o > tmpdir/$test.out\n"
129 set got
[remote_exec host
"$READELF -S -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
130 if { [lindex $got
0] != 0 ||
![string match
"" [lindex $got 1]] } then {
134 if { [regexp_diff tmpdir
/$test.out $srcdir
/$subdir
/$test.rS
] } then {
140 set test_name
"Link -r with zlib-gnu compressed debug output"
142 send_log
"$READELF -S -W tmpdir/$test.o > tmpdir/$test.out\n"
143 set got
[remote_exec host
"$READELF -S -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
144 if { [lindex $got
0] != 0 ||
![string match
"" [lindex $got 1]] } then {
148 if { [regexp_diff tmpdir
/$test.out $srcdir
/$subdir
/$test.rS
] } then {
154 set test_name
"Link -r with zlib-gabi compressed debug output"
156 send_log
"$READELF -t -W tmpdir/$test.o > tmpdir/$test.out\n"
157 set got
[remote_exec host
"$READELF -t -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
158 if { [lindex $got
0] != 0 ||
![string match
"" [lindex $got 1]] } then {
162 if { [regexp_diff tmpdir
/$test.out $srcdir
/$subdir
/$test.rt
] } then {
168 set test_name
"Link with zlib compressed debug output 1"
170 send_log
"$READELF -w tmpdir/$test > tmpdir/$test.out\n"
171 set got
[remote_exec host
[concat sh
-c
[list
"$READELF -w tmpdir/$test > tmpdir/$test.out"]] "" "/dev/null"]
172 if { [lindex $got
0] != 0 ||
![string match
"" [lindex $got 1]] } then {
177 set test_name
"Link with zlib compressed debug output 2"
179 send_log
"$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debug_/\" > tmpdir/$test.out\n"
180 set got
[remote_exec host
[concat sh
-c
[list
"$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debug_/\" > tmpdir/$test.out"]] "" "/dev/null"]
181 if { [lindex $got
0] != 0 ||
![string match
"" [lindex $got 1]] } then {
185 if { [catch
{exec cmp tmpdir
/normal.out tmpdir
/$test.out
}] } then {
186 send_log
"tmpdir/normal.out tmpdir/$test.out differ.\n"
191 set test_name
"Link with zlib compressed debug output 3"
192 send_log
"$READELF -S -W tmpdir/$test' > tmpdir/$test.out\n"
193 set got
[remote_exec host
"$READELF -S -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
194 if { [lindex $got
0] != 0 ||
![string match
"" [lindex $got 1]] } then {
198 if { [regexp_diff tmpdir
/$test.out $srcdir
/$subdir
/$test.rS
] } then {
204 set test_name
"Link with zlib-gnu compressed debug output 1"
206 send_log
"$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debug_/\" > tmpdir/$test.out\n"
207 set got
[remote_exec host
[concat sh
-c
[list
"$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debug_/\" > tmpdir/$test.out"]] "" "/dev/null"]
208 if { [lindex $got
0] != 0 ||
![string match
"" [lindex $got 1]] } then {
212 if { [catch
{exec cmp tmpdir
/normal.out tmpdir
/$test.out
}] } then {
213 send_log
"tmpdir/normal.out tmpdir/$test.out differ.\n"
218 set test_name
"Link with zlib-gnu compressed debug output 2"
219 send_log
"$READELF -S -W tmpdir/$test' > tmpdir/$test.out\n"
220 set got
[remote_exec host
"$READELF -S -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
221 if { [lindex $got
0] != 0 ||
![string match
"" [lindex $got 1]] } then {
225 if { [regexp_diff tmpdir
/$test.out $srcdir
/$subdir
/$test.rS
] } then {
232 set test_name
"Link with zlib-gabi compressed debug output 1"
233 send_log
"$READELF -w tmpdir/$test > tmpdir/$test.out\n"
234 set got
[remote_exec host
[concat sh
-c
[list
"$READELF -w tmpdir/$test > tmpdir/$test.out"]] "" "/dev/null"]
235 if { [lindex $got
0] != 0 ||
![string match
"" [lindex $got 1]] } then {
239 if { [catch
{exec cmp tmpdir
/normal.out tmpdir
/$test.out
}] } then {
240 send_log
"tmpdir/normal.out tmpdir/$test.out differ.\n"
245 set test_name
"Link with zlib-gabi compressed debug output 2"
246 send_log
"$READELF -t -W tmpdir/$test > tmpdir/$test.out\n"
247 set got
[remote_exec host
"$READELF -t -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
248 if { [lindex $got
0] != 0 ||
![string match
"" [lindex $got 1]] } then {
252 if { [regexp_diff tmpdir
/$test.out $srcdir
/$subdir
/$test.rt
] } then {
258 if { [ld_assemble $as
"--compress-debug-sections=zstd $srcdir/$subdir/empty.s" tmpdir/emptyzstd.o ] } {
260 {"Build libzstdfoo.so with zstd compressed debug sections"
261 "-shared" "-fPIC -g -Wa,--compress-debug-sections=zstd -Wl,--compress-debug-sections=zstd"
262 {foo.c
} {} "libzstdfoo.so"}
265 {"Run zstdnormal with libzstdfoo.so with zstd compressed debug sections"
266 "tmpdir/begin.o tmpdir/libzstdfoo.so tmpdir/end.o -Wl,--compress-debug-sections=zstd" ""
267 {main.c
} "zstdnormal" "normal.out" "-Wa,--compress-debug-sections=zstd"}
270 run_cc_link_tests $build_tests
271 run_ld_link_exec_tests $run_tests