Switch heap start from __HeapBase to __end__.
authorAdam Green <adamgr@foo.bar>
Tue, 19 Feb 2013 16:04:45 +0000 (08:04 -0800)
committerAdam Green <adamgr@foo.bar>
Tue, 19 Feb 2013 16:04:45 +0000 (08:04 -0800)
commitec7b59de0d27254a8b413df04b23a87f8dfade7c
tree658b13ffcb65b90c326f201ee3229bc5d3a652e2
parent5b2b7165582a0b71c4181ee42c32dfcf9c4440df
Switch heap start from __HeapBase to __end__.

I verified that these symbols point to the same address by diffing
the before and after main.bin output files.  This change caused no
change in the resulting binary.

The use of the __end__ variable is just more correct since it comes
from the linker script.
gcc4mbed/src/gcc4mbed.cpp