Move uninitialised .data16 variables to .bss16; saves around 2000

bytes of useless zeroes in the final image.
This commit is contained in:
Michael Brown
2007-07-16 13:22:12 +01:00
parent 389204713f
commit 6d2e4e719c
6 changed files with 10 additions and 10 deletions

View File

@@ -27,4 +27,4 @@
#include <basemem_packet.h>
#undef basemem_packet
char __data16_array ( basemem_packet, [BASEMEM_PACKET_LEN] );
char __bss16_array ( basemem_packet, [BASEMEM_PACKET_LEN] );