Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include/oea Raise the maximum text size val...
details: https://anonhg.NetBSD.org/src/rev/2bb958dcca7b
branches: trunk
changeset: 826161:2bb958dcca7b
user: sevan <sevan%NetBSD.org@localhost>
date: Thu Aug 17 22:55:47 2017 +0000
description:
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 6c215fd29d31 -r 2bb958dcca7b sys/arch/powerpc/include/oea/vmparam.h
--- a/sys/arch/powerpc/include/oea/vmparam.h Thu Aug 17 13:58:39 2017 +0000
+++ b/sys/arch/powerpc/include/oea/vmparam.h Thu Aug 17 22:55:47 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