repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libgloss
/
xstormy16
/
sim_malloc_start.s
blob
143053f3bb4af70362d5b18d52747b266ce40368
1
# This file just defines __malloc_start for newlib for the simulator.
2
# The simulator has RAM up to the I/O area at 0x7F00.
3
.globl __malloc_start
4
.set __malloc_start,0x7F00
5