M68K TLS support.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-m68k / m68k-got.exp
index 4902eac90d0a2c881399e8220ba6479f999af7d7..378e59389db4f56092441085c188f891cda5943a 100644 (file)
@@ -26,7 +26,7 @@ if { ![is_elf_format] || ![istarget m68k-*-*] } {
 # 1 - 1
 # 2 - 8189
 # 3 - 8190
-# 4 - 16384
+# 4 - 16382
 # 5 - 16385
 
 proc gen_got_test { testname } {
@@ -52,7 +52,7 @@ proc gen_got_test { testname } {
        }
        "got-14" {
            set start 1
-           set count 16384
+           set count 16382
            set xgot 0
        }
        "got-15" {
@@ -62,7 +62,7 @@ proc gen_got_test { testname } {
        }
        "got-34" {
            set start 8190
-           set count 16384
+           set count 16382
            set xgot 0
        }
        "got-35" {
@@ -164,7 +164,7 @@ proc got_test { testname } {
        }
        "got-negative-14-ok" {
            puts $ofd "#source: $objdir/tmpdir/got-14.s"
-           set count 16384
+           set count 16382
        }
        "got-negative-15-er" {
            puts $ofd "#source: $objdir/tmpdir/got-15.s"
@@ -175,7 +175,7 @@ proc got_test { testname } {
            puts $ofd "#source: $objdir/tmpdir/got-13.s"
            puts $ofd "#source: $objdir/tmpdir/got-14.s"
            puts $ofd "#source: $objdir/tmpdir/got-34.s"
-           set count 16384
+           set count 16382
        }
        "got-negative-12-13-14-35-er" {
            puts $ofd "#source: $objdir/tmpdir/got-12.s"
@@ -186,7 +186,7 @@ proc got_test { testname } {
        }
        "got-multigot-14-ok" {
            puts $ofd "#source: $objdir/tmpdir/got-14.s"
-           set count 16384
+           set count 16382
        }
        "got-multigot-15-er" {
            puts $ofd "#source: $objdir/tmpdir/got-15.s"
@@ -198,7 +198,7 @@ proc got_test { testname } {
            puts $ofd "#source: $objdir/tmpdir/got-14.s"
            puts $ofd "#source: $objdir/tmpdir/got-34.s"
            puts $ofd "#source: $objdir/tmpdir/got-35.s"
-           set count 24580
+           set count 24578
        }
        "got-xgot-15-ok" {
            puts $ofd "#source: $objdir/tmpdir/xgot-15.s"
This page took 0.02779 seconds and 4 git commands to generate.