altos/stm: arm-none-eabi-binutils now puts 'main' into .text.startup
authorKeith Packard <keithp@keithp.com>
Mon, 9 Dec 2013 03:05:01 +0000 (19:05 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 9 Dec 2013 03:37:53 +0000 (19:37 -0800)
Change name of .text.ram to .ramtext, then load .text* into flash and
.ramtext into ram. This ensures that 'main' and anything else in a
random .text.* segment will get loaded into flash as appropriate.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found