aboutsummaryrefslogtreecommitdiff
path: root/libgloss/xstormy16/sim_malloc_start.s
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/xstormy16/sim_malloc_start.s')
-rw-r--r--libgloss/xstormy16/sim_malloc_start.s5
1 files changed, 0 insertions, 5 deletions
diff --git a/libgloss/xstormy16/sim_malloc_start.s b/libgloss/xstormy16/sim_malloc_start.s
deleted file mode 100644
index 143053f3b..000000000
--- a/libgloss/xstormy16/sim_malloc_start.s
+++ /dev/null
@@ -1,5 +0,0 @@
-# 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
-