X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-x86-64%2Fx86-64.exp;fp=ld%2Ftestsuite%2Fld-x86-64%2Fx86-64.exp;h=89a2e1468003a77386f5c1b146c92c141f5e8566;hp=75c527306ed61d2fa6170d710ccb9687f96c8bec;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10 diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index 75c5273..89a2e14 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -1,5 +1,5 @@ # Expect script for ld-x86_64 tests -# Copyright (C) 2002, 2005, 2006, 2007 Free Software Foundation +# Copyright (C) 2002, 2005, 2006, 2007, 2008, 2009 Free Software Foundation # # This file is part of the GNU Binutils. # @@ -66,10 +66,34 @@ set x86_64tests { {"TLS in debug sections" "-melf_x86_64" "--64" {tlsg.s} {{objdump -sj.debug_foobar tlsg.sd}} "tlsg"} + {"TLS GD->LE transition" "-melf_x86_64" + "--64" {tlsgd1.s} + {{objdump -dwr tlsgd1.dd}} "tlsgd1"} + {"TLS LD->LE transition" "-melf_x86_64" + "--64" {tlsld1.s} + {{objdump -dwr tlsld1.dd}} "tlsld1"} + {"TLS IE->LE transition" "-melf_x86_64" + "--64" {tlsie1.s} + {{objdump -dwr tlsie1.dd}} "tlsie1"} } run_ld_link_tests $x86_64tests run_dump_test "abs" +run_dump_test "abs-l1om" run_dump_test "pcrel8" run_dump_test "pcrel16" +run_dump_test "tlsgd2" +run_dump_test "tlsgd3" +run_dump_test "tlsie2" +run_dump_test "tlsie3" +run_dump_test "hidden1" +run_dump_test "hidden2" +run_dump_test "hidden3" +run_dump_test "protected1" +run_dump_test "protected2" +run_dump_test "protected2-l1om" +run_dump_test "protected3" +run_dump_test "protected3-l1om" +run_dump_test "tlsle1" +run_dump_test "tlspie1"