aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/testsuite/reloc6.sh
AgeCommit message (Collapse)Author
2013-04-23 * testsuite/ifunc.h (IFUNC_DECL): Fix up .size on ppc64.jakub
* testsuite/cxx1.sh: Add libraries to link lines to make testsuite work both with --no-add-needed and with --add-needed, including latest ld.bfd. * testsuite/cxx2.sh: Likewise. * testsuite/cxx3.sh: Likewise. * testsuite/deps1.sh: Likewise. * testsuite/deps2.sh: Likewise. * testsuite/ifunc1.sh: Likewise. * testsuite/ifunc2.sh: Likewise. * testsuite/ifunc3.sh: Likewise. * testsuite/quick1.sh: Likewise. * testsuite/quick2.sh: Likewise. * testsuite/quick3.sh: Likewise. * testsuite/reloc1.sh: Likewise. * testsuite/reloc10.sh: Likewise. * testsuite/reloc11.sh: Likewise. * testsuite/reloc3.sh: Likewise. * testsuite/reloc6.sh: Likewise. * testsuite/reloc7.sh: Likewise. * testsuite/shuffle1.sh: Likewise. * testsuite/shuffle2.sh: Likewise. * testsuite/shuffle3.sh: Likewise. * testsuite/shuffle4.sh: Likewise. * testsuite/shuffle5.sh: Likewise. * testsuite/shuffle6.sh: Likewise. * testsuite/shuffle7.sh: Likewise. * testsuite/shuffle8.sh: Likewise. * testsuite/shuffle9.sh: Likewise. * testsuite/tls1.sh: Likewise. * testsuite/tls2.sh: Likewise. * testsuite/tls3.sh: Likewise. * testsuite/tls4.sh: Likewise. * testsuite/tls5.sh: Likewise. * testsuite/tls6.sh: Likewise. * testsuite/undo1.sh: Likewise. git-svn-id: http://sourceware.org/svn/prelink@201 94c539fb-cf18-0410-b60f-edeeb537fa16 Fix numerous conflicts... Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2012-05-30testsuite: Introduce $RUN_HOSTJoseph Myers
Introduce $RUN_HOST for running tools on the host system, which may be different from the build system on which you are running "make" to test things (e.g. for Windows-host testing). This patch was mechanically generated using: sed -i -e 's/^\$CC/$RUN_HOST $CC/g' -e 's/^\$CXX/$RUN_HOST $CXX/g' -e 's/| \$CC/| $RUN_HOST $CC/g' -e 's/\$STRIP/$RUN_HOST $STRIP/g' -e 's/\$READELF/$RUN_HOST $READELF/g' -e 's/^\$PRELINK/$RUN_HOST $PRELINK/g' *.sh 2012-05-25 Joseph Myers <joseph@codesourcery.com> * testsuite: Introduce $RUN_HOST Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2012-05-30testsuite: Introduce $RUNJoseph Myers
Introduce $RUN for running binaries on the target system. (There was one instance already present, so the patch here changes a $RUN $RUN resulting from the sed command to a single $RUN.) This patch was mechanically generated using: sed -i -e 's/LD_LIBRARY_PATH=/$RUN LD_LIBRARY_PATH=/g' -e 's/uname/$RUN uname/g' *.sh and then a manual patch as indicated above. 2012-05-25 Joseph Myers <joseph@codesourcery.com> * testsuite: Introduce $RUN Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2012-05-30testsuite: Introduce $READELFJoseph Myers
Introduce $READELF so the cross readelf binary from the tools under test is used, rather than assuming native system readelf (which may not exist, e.g. on Windows) will work for the newly built binaries. This patch was mechanically generated using: sed -i -e 's/readelf/$READELF/g' *.sh and then updating functions.sh 2012-05-25 Joseph Myers <joseph@codesourcery.com> * testsuite: Introduce $READELF Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-08-31Fix tests for direct link of intermediate objects/librariesMark Hatle
2011-08-30 Mark Hatle <mark.hatle@windriver.com> * Update testsuite to work with explicit intermedite objects Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-07-22Merge branch 'prelink_20061201' into cross_prelinkMark Hatle
Conflicts: src/data.c trunk/src/dso.c trunk/src/prelink.h trunk/testsuite/reloc5.c trunk/testsuite/shuffle2.c Updated versioning in: trunk/src/execstack.c trunk/src/ld-libs.c trunk/src/main.c * src/arch-arm.c: remove read_une32, write_ne32, buf_write_ne32, buf_read_une32 * src/dso-readonly.c: sync to changes in src/dso.c
2006-07-21Move code into trunk subdirectory.drow
git-svn-id: http://sourceware.org/svn/prelink@134 94c539fb-cf18-0410-b60f-edeeb537fa16