Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/sys/arch/powerpc/include/oea Pull up following revision(s...



details:   https://anonhg.NetBSD.org/src/rev/dc03694ff5f5
branches:  netbsd-8
changeset: 850987:dc03694ff5f5
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Aug 31 11:19:58 2017 +0000

description:
Pull up following revision(s) (requested by sevan in ticket #241):
        sys/arch/powerpc/include/oea/vmparam.h: revision 1.20
Raise the maximum text size value to 128MB, this allows binaries such as
clang which
currently has a text area of around 96MB to execute successfully on macppc.
ok macallan

diffstat:

 sys/arch/powerpc/include/oea/vmparam.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f23c16939537 -r dc03694ff5f5 sys/arch/powerpc/include/oea/vmparam.h
--- a/sys/arch/powerpc/include/oea/vmparam.h    Thu Aug 31 11:16:17 2017 +0000
+++ b/sys/arch/powerpc/include/oea/vmparam.h    Thu Aug 31 11:19:58 2017 +0000
@@ -55,7 +55,7 @@
 #endif
 
 #ifndef        MAXTSIZ
-#define        MAXTSIZ                 (64*1024*1024)          /* maximum text size */
+#define        MAXTSIZ                 (128*1024*1024)         /* maximum text size */
 #endif
 
 #ifndef        MAXDSIZ



Home | Main Index | Thread Index | Old Index