X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fvtv-change-permission.h;h=5b32fda3dc77fd5d3d8d040ef5c400d906c4e270;hb=479604f44fc1eaa02a97ebcc1b60f55a606c4046;hp=92e0a2ee8e9a17f6e3abc7717d8fe459b1155b91;hpb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;p=deliverable%2Fbinutils-gdb.git diff --git a/include/vtv-change-permission.h b/include/vtv-change-permission.h index 92e0a2ee8e..5b32fda3dc 100644 --- a/include/vtv-change-permission.h +++ b/include/vtv-change-permission.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2015 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of GCC. @@ -46,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