From: Roland McGrath Date: Wed, 12 Jan 2011 18:43:32 +0000 (-0800) Subject: run-prelink-addr-test.sh: Make symlinks to find .debug files corresponding to noshdrs... X-Git-Tag: elfutils-0.151~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32520bd7dd079d5e07297c34a45991555c6df81f;p=thirdparty%2Felfutils.git run-prelink-addr-test.sh: Make symlinks to find .debug files corresponding to noshdrs files. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index fa2a28e35..d1a976bfc 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2011-01-12 Roland McGrath + + * run-prelink-addr-test.sh: Make symlinks to find .debug files + corresponding to noshdrs files. + 2011-01-11 Josh Stone * run-prelink-addr-test.sh: Add testfile54, 32 and 64-bit. @@ -23,7 +28,7 @@ testfile52-32.prelink.so.bz2: Recreated with 32-bit names. * testfile52-32.noshdrs.so.bz2: New data file, stripped of headers. * testfile52-64.so.bz2, testfile52-64.so.debug.bz2, - testfile52-64.prelink.so.bz2, testfile52-64.noshdrs.so.bz2: New in 64-bit. + testfile52-64.prelink.so.bz2, testfile52-64.noshdrs.so.bz2: New files. * Makefile.am (EXTRA_DIST): Add and update all. 2011-01-10 Josh Stone diff --git a/tests/run-prelink-addr-test.sh b/tests/run-prelink-addr-test.sh index f32b8b709..00bcd612f 100755 --- a/tests/run-prelink-addr-test.sh +++ b/tests/run-prelink-addr-test.sh @@ -40,7 +40,8 @@ testfiles testfile52-32.so testfile52-32.so.debug testfiles testfile52-32.prelink.so testfile52-32.noshdrs.so -tempfiles testmaps52-32 +tempfiles testmaps52-32 testfile52-32.noshdrs.so.debug +ln -s testfile52-32.so.debug testfile52-32.noshdrs.so.debug cat > testmaps52-32 <RELA issue doesn't exist, but # we'll make sure the rest works anyway. testfiles testfile52-64.so testfile52-64.so.debug testfiles testfile52-64.prelink.so testfile52-64.noshdrs.so -tempfiles testmaps52-64 +tempfiles testmaps52-64 testfile52-64.noshdrs.so.debug +ln -s testfile52-64.so.debug testfile52-64.noshdrs.so.debug cat > testmaps52-64 < testmaps54-32 < testmaps54-64 <