librom.a: Make arosc ctype data constant
commit0e65b8ea9f0c6b210b7321d7852e6ceda38ef605
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 3 Nov 2011 03:59:03 +0000 (3 03:59 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 3 Nov 2011 03:59:03 +0000 (3 03:59 +0000)
treec38ae1a5df65f4ded9efab1bf1845766a957e3e7
parentabea3315d432fdd188731d16a3ee879ba21bb258
librom.a: Make arosc ctype data constant

Since the ctype data cannot be overriden by locale information
in the librom.a case, this allows many librom.a programs to
no longer need to pull in an unused arosc_userdata structure,
reducing their memory footprint.

Also, eliminates another .bss element of the amiga-m68k kernel.

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@42227 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/clib/__arosc_userdata.c
compiler/clib/__ctype.c
compiler/clib/arosc.conf
compiler/clib/include/ctype.h
compiler/clib/include/sys/arosc.h