From: Keith Packard Date: Fri, 16 Oct 2009 03:56:45 +0000 (+0900) Subject: Save some DSEG space by marking cmd functions __reentrant X-Git-Tag: 0.6~21 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=d709a0688eff84e25e24d755850ef045d6b0c3de;hp=d709a0688eff84e25e24d755850ef045d6b0c3de Save some DSEG space by marking cmd functions __reentrant __reentrant causes the compiler to place args and locals on the stack instead of in the data segment. Signed-off-by: Keith Packard ---