From 3ba7b71bf41551a14871677ea1ea5cc48fd36835 Mon Sep 17 00:00:00 2001 From: frief Date: Sat, 13 Dec 2003 23:09:08 +0000 Subject: [PATCH] * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears xdata and data memory on startup. Set the environment variable SDCC_NOGENRAMCLEAR to disable this. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3055 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8e188eb5..166996d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2003-12-13 Frieder Ferlemann - * src/mcs51/peephole.def, + * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears + xdata and data memory on startup. Set the environment variable + SDCC_NOGENRAMCLEAR to disable this. * src/ds390/peephole.def: using the atomic test and clear instruction jbc (allows non-interrupt and interrupt code to safely compete for a resource without the non-interrupt code having to disable interrupts) -- 2.47.2