comparison packages/kernel/current/ChangeLog @ 3183:c8f21fa31800

Allow comilation for targets with less then 128KiB RAM by conditionally reducing of MAXSIZE to (1<<16)
author vae
date Sun, 27 May 2012 18:34:01 +0000
parents 80f232caf539
children cb5a35f3fda4
comparison
equal deleted inserted replaced
3182:e206e402896a 3183:c8f21fa31800
1 2012-05-27 Ilija Kocho <ilijak@siva.com.mk>
2
3 * tests/kcache2.c: Allow comilation for targets with less then
4 128KiB RAM by conditionally reducing of MAXSIZE to (1<<16)
5
6
1 2012-03-19 Sergei Gavrikov <sergei.gavrikov@gmail.com> 7 2012-03-19 Sergei Gavrikov <sergei.gavrikov@gmail.com>
2 Jonathan Larmour <jifl@eCosCentric.com> 8 Jonathan Larmour <jifl@eCosCentric.com>
3 9
4 * tests/except1.cxx (cause_exception): Fix compiler warning about 10 * tests/except1.cxx (cause_exception): Fix compiler warning about
5 variable that is set but not used. Enter CYGBLD_ATTRIB_UNUSED. 11 variable that is set but not used. Enter CYGBLD_ATTRIB_UNUSED.