aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/testsuite/reloc5.sh
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/testsuite/reloc5.sh')
-rwxr-xr-xtrunk/testsuite/reloc5.sh22
1 files changed, 0 insertions, 22 deletions
diff --git a/trunk/testsuite/reloc5.sh b/trunk/testsuite/reloc5.sh
deleted file mode 100755
index 0fbf2a8..0000000
--- a/trunk/testsuite/reloc5.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/bash
-. `dirname $0`/functions.sh
-# This test takes a lot of time, so skip it normally
-[ -z "$CHECK_ME_HARDER" ] && exit 77
-rm -f reloc5 reloc5.log
-rm -f prelink.cache
-$HOST_CC -O2 -o reloc5.tmp $srcdir/reloc5.c
-./reloc5.tmp > reloc5.tmp.c
-BINS="reloc5"
-$RUN_HOST $CCLINK -o reloc5 reloc5.tmp.c -Wl,--rpath-link,. reloc4lib3.so -lc reloc4lib2.so
-savelibs
-rm -f reloc5*.tmp reloc5*.tmp.c
-echo $PRELINK ${PRELINK_OPTS--vm} ./reloc5 > reloc5.log
-$RUN_HOST $PRELINK ${PRELINK_OPTS--vm} ./reloc5 >> reloc5.log 2>&1 || exit 1
-grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` reloc5.log && exit 2
-if [ "x$CROSS" = "x" ]; then
- $RUN LD_LIBRARY_PATH=. ./reloc5 || exit 3
-fi
-$RUN_HOST $READELF -a ./reloc5 >> reloc5.log 2>&1 || exit 4
-# So that it is not prelinked again
-chmod -x ./reloc5
-comparelibs >> reloc5.log 2>&1 || exit 5