Run argv0-symlink.exp only on native target and local host.
[external/binutils.git] / include / vtv-change-permission.h
index 1adcb97..5b32fda 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2013
-   Free Software Foundation
+/* Copyright (C) 2013-2019 Free Software Foundation, Inc.
   
    This file is part of GCC.
   
@@ -47,8 +46,12 @@ extern void __VLTChangePermission (int);
 /* TODO - Replace '4096' below with correct big page size.  */
 #define VTV_PAGE_SIZE 4096
 #else 
+#if defined(__sun__) && defined(__svr4__) && defined(__sparc__)
+#define VTV_PAGE_SIZE 8192
+#else
 #define VTV_PAGE_SIZE 4096
 #endif
+#endif