From: Hans-Peter Nilsson Date: Mon, 16 Jun 2003 00:02:36 +0000 (+0000) Subject: * ld-cris/ldsym1.d: Restrict to cris-*-*elf* and cris-*-*aout*. X-Git-Tag: ezannoni_pie-20030916-branchpoint~1191 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1de1cfb15bc5717df9e186aecdb6d01ed4d573e3;p=external%2Fbinutils.git * ld-cris/ldsym1.d: Restrict to cris-*-*elf* and cris-*-*aout*. * ld-cris/noglob1.d: Ditto. * ld-cris/badgotr1.d: Pass --underscore to gas. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 0432392..939af77 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2003-06-16 Hans-Peter Nilsson + + * ld-cris/ldsym1.d: Restrict to cris-*-*elf* and cris-*-*aout*. + * ld-cris/noglob1.d: Ditto. + * ld-cris/badgotr1.d: Pass --underscore to gas. + 2003-06-12 Thiemo Seufer * ld-mips-elf/elf-rel-got-n64-linux.d: New file. diff --git a/ld/testsuite/ld-cris/badgotr1.d b/ld/testsuite/ld-cris/badgotr1.d index c5fd116..f8306f8 100644 --- a/ld/testsuite/ld-cris/badgotr1.d +++ b/ld/testsuite/ld-cris/badgotr1.d @@ -1,5 +1,5 @@ #source: gotrel1.s -#as: --pic +#as: --pic --underscore #ld: -m crislinux -shared #objdump: -dr #error: ^[^c][^h][^i][^l][^d].* uses _-prefixed .* failed to merge .* no GOT .* Bad value$ diff --git a/ld/testsuite/ld-cris/ldsym1.d b/ld/testsuite/ld-cris/ldsym1.d index 3270013..558fc9c 100644 --- a/ld/testsuite/ld-cris/ldsym1.d +++ b/ld/testsuite/ld-cris/ldsym1.d @@ -1,4 +1,5 @@ # source: expdyn1.s +# target: cris-*-*elf* cris-*-*aout* # as: --em=criself # ld: -mcriself # objdump: -d diff --git a/ld/testsuite/ld-cris/noglob1.d b/ld/testsuite/ld-cris/noglob1.d index a07cef8..bcef018 100644 --- a/ld/testsuite/ld-cris/noglob1.d +++ b/ld/testsuite/ld-cris/noglob1.d @@ -1,4 +1,5 @@ #ld: +#target: cris-*-*elf* cris-*-*aout* #objdump: -p # Check that we can link an object that doesn't have any global symbols;