]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests: robustify run-strip-nothing.sh against unstripped libc_nonshared.a
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 8 Aug 2017 16:06:16 +0000 (19:06 +0300)
committerMark Wielaard <mark@klomp.org>
Wed, 9 Aug 2017 18:36:24 +0000 (20:36 +0200)
commit8f0140ace401197beaed1df6a48f259756d8bbd9
treeb05bf35c30c0d04a907be58e272e1ab589ebfd59
parent54ba4ce2973113d8f4315d4fc90e16a9b4476ea6
tests: robustify run-strip-nothing.sh against unstripped libc_nonshared.a

When glibc's libc_nonshared.a contains objects with debug info,
this debug info is leaked into every output file produced by gcc.
Change run-strip-nothing.sh to use "gcc -s" instead of plain "gcc"
for producing objects without debug info.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
tests/ChangeLog
tests/run-strip-nothing.sh