diff options
Diffstat (limited to 'libgloss/xstormy16/sim_malloc_start.s')
-rw-r--r-- | libgloss/xstormy16/sim_malloc_start.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgloss/xstormy16/sim_malloc_start.s b/libgloss/xstormy16/sim_malloc_start.s new file mode 100644 index 000000000..143053f3b --- /dev/null +++ b/libgloss/xstormy16/sim_malloc_start.s @@ -0,0 +1,5 @@ +# This file just defines __malloc_start for newlib for the simulator. +# The simulator has RAM up to the I/O area at 0x7F00. + .globl __malloc_start + .set __malloc_start,0x7F00 + |