]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Increase the maximum text size on ARM to 64MiB. Without this clang would be
authorandrew <andrew@FreeBSD.org>
Fri, 1 Mar 2013 21:59:23 +0000 (21:59 +0000)
committerandrew <andrew@FreeBSD.org>
Fri, 1 Mar 2013 21:59:23 +0000 (21:59 +0000)
commit0542e230f823d21b65362dd6575a212e82d79bf5
tree43bffe6d2ca470aff53cfa4084368c9e3ee8ae8e
parent54fb726d9b32179cee99e8e32cc6fffe36dfca7c
Increase the maximum text size on ARM to 64MiB. Without this clang would be
sent a SIGABRT when it is loaded as it is too large. This is the smallest
power of two MiB value that allows us to execute clang.

While here wrap it in an #ifndef to be consistent with the other
architectures.

Submitted by: Daisuke Aoyama <aoyama at peach.ne.jp>
sys/arm/include/vmparam.h