libgo: fix GOARCH_PHYSPAGESIZE for ia64
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 1 Nov 2016 21:45:32 +0000 (21:45 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 1 Nov 2016 21:45:32 +0000 (21:45 +0000)
    From Andreas Schwab.

    Reviewed-on: https://go-review.googlesource.com/32537

From-SVN: r241757

gcc/go/gofrontend/MERGE
libgo/configure
libgo/configure.ac

index db435a26161a34326f456f6828dc3bbc240b6920..7868369e151777c59f23245fe0ba69e13ce22d71 100644 (file)
@@ -1,4 +1,4 @@
-069ed35ecbefd2f138ea3132a557ad23a6936a45
+150bca67d8bb4b23009f53ba06e85e306e3960d8
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 3c866f7f21a83e42746fc388945f098e50944046..7a9df58c216f495e56eae2c07c4e9e2e370d6df6 100755 (executable)
@@ -13677,7 +13677,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     GOARCH=ia64
     GOARCH_FAMILY=IA64
     GOARCH_CACHELINESIZE=16384
-    GOARCH_PHYSPAGESIZE=8192
+    GOARCH_PHYSPAGESIZE=65536
     ;;
   m68k*-*-*)
     GOARCH=m68k
index 2951392ed16030642110a6f3608b96d0cd15332d..ed2edd3b69cd5991f8851768389309e8817bd531 100644 (file)
@@ -254,7 +254,7 @@ GOARCH_HUGEPAGESIZE="1 << 21"
     GOARCH=ia64
     GOARCH_FAMILY=IA64
     GOARCH_CACHELINESIZE=16384
-    GOARCH_PHYSPAGESIZE=8192
+    GOARCH_PHYSPAGESIZE=65536
     ;;
   m68k*-*-*)
     GOARCH=m68k