Save some DSEG space by marking cmd functions __reentrant
authorKeith Packard <keithp@keithp.com>
Fri, 16 Oct 2009 03:56:45 +0000 (12:56 +0900)
committerKeith Packard <keithp@keithp.com>
Fri, 16 Oct 2009 03:56:45 +0000 (12:56 +0900)
commitd709a0688eff84e25e24d755850ef045d6b0c3de
treee5aa394224f57a3c324a6360419b420421680003
parent69b6f6bb465163cf767bb68e0e4a716d8ad2b39c
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 <keithp@keithp.com>
src/ao_adc.c
src/ao_ee.c
src/ao_flight.c
src/ao_gps_sirf.c
src/ao_log.c
src/ao_usb.c