# Move DOSBase IntuitionBase LocaleBase TimerBase and the seglist/rootbase pointers...
commit44889888b1d9f9c8b123c2dd2e462d4f97a04fb4
authorwawa <wawa@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 26 Sep 2018 13:11:21 +0000 (26 13:11 +0000)
committerwawa <wawa@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 26 Sep 2018 13:11:21 +0000 (26 13:11 +0000)
tree4fbc12a6463a8bc00a36a0f12e84c96a96f00079
parente8d7c792dfac8ab95875e43082180526bd12d4da
# Move DOSBase IntuitionBase LocaleBase TimerBase and the seglist/rootbase pointers into the libbase so that they don't generate bss data.
# Mark a few volatile constants as const  in the math code so that they don't generate bss data. Alter some unnecessarily static variables so they do not create bss data.
(NicJA)

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@55467 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
21 files changed:
compiler/stdc/__optionallibs.c
compiler/stdc/__optionallibs.h
compiler/stdc/__signal.c
compiler/stdc/__stdc_assert.c
compiler/stdc/__stdc_gmtoffset.c
compiler/stdc/__stdc_intbase.h
compiler/stdc/math/e_log.c
compiler/stdc/math/e_log10.c
compiler/stdc/math/e_log10f.c
compiler/stdc/math/e_log2.c
compiler/stdc/math/e_log2f.c
compiler/stdc/math/e_logf.c
compiler/stdc/math/ld80/e_powl.c
compiler/stdc/math/s_casin.c
compiler/stdc/math/s_casinf.c
compiler/stdc/math/s_casinl.c
compiler/stdc/math/s_log1p.c
compiler/stdc/math/s_log1pf.c
compiler/stdc/stdc.conf
compiler/stdc/strerror.c
compiler/stdc/time.c