X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fvtv-change-permission.h;h=0242f7a7c91681b73cc4714af3e40de4c46c1d6f;hb=af0b2a3e85df9f49a3528e5b7578fcf9412f1acc;hp=1adcb9745941dfe3aea0947a9704462f9ea2226c;hpb=3c6331b4a5e11e0fbcb0889746e2b71981cfb11a;p=deliverable%2Fbinutils-gdb.git diff --git a/include/vtv-change-permission.h b/include/vtv-change-permission.h index 1adcb97459..0242f7a7c9 100644 --- a/include/vtv-change-permission.h +++ b/include/vtv-change-permission.h @@ -1,5 +1,4 @@ -/* Copyright (C) 2013 - Free Software Foundation +/* Copyright (C) 2013-2020 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