Add support for persistent data to the MSP430 linker scripts.

* msp430/msp430-sim.ld: Add .persistent section.
	Tidy up section layout.
	Start RAM above hardware multiply registers.
	* msp430/msp430xl-sim.ld: Likewise.
This commit is contained in:
Nick Clifton
2015-10-06 17:33:16 +01:00
parent f296bb3569
commit 3b8933900f
4 changed files with 53 additions and 8 deletions

View File

@@ -64,3 +64,10 @@ _isatty:
getpid:
MOV #42,R12
ret_
.weak gettimeofday
.global gettimeofday
gettimeofday:
MOV #0,R12
ret_
.size gettimeofday , . - gettimeofday