Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@geoffk.org>2002-02-01 21:00:41 +0300
committerGeoffrey Keating <geoffk@geoffk.org>2002-02-01 21:00:41 +0300
commit9c2e764253356b5207267e64acbfb155713a3370 (patch)
treeed87935883700d1745737b34e09e1af6520668bf /libgloss/xstormy16/Makefile.in
parent2c8d73598c360a079215758061c644ed1f88960a (diff)
In ld/ChangeLog:
* scripttempl/xstormy16.sc: Don't allocate extra space for the stack. In libgloss/ChangeLog: * xstormy16/Makefile.in (SIM_OBJS): Remove sbrk.o, add sim_malloc_start.o. * xstormy16/eva_app.ld: Add __malloc_start. * xstormy16/sbrk.c: Remove. * xstormy16/sim_malloc_start.s: New file. * xstormy16/sim_high.ld: Make the stack start immediately at the end of the program. In newlib/ChangeLog: * configure.host (xstormy16): Don't use the generic malloc. * libc/machine/xstormy16/Makefile.am: Build tiny-malloc. * libc/machine/xstormy16/Makefile.in: Regenerate. * libc/machine/xstormy16/mallocr.c: New file. * libc/machine/xstormy16/tiny-malloc.c: New file.
Diffstat (limited to 'libgloss/xstormy16/Makefile.in')
-rw-r--r--libgloss/xstormy16/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/xstormy16/Makefile.in b/libgloss/xstormy16/Makefile.in
index 827a6f2f8..a4d50d963 100644
--- a/libgloss/xstormy16/Makefile.in
+++ b/libgloss/xstormy16/Makefile.in
@@ -48,7 +48,7 @@ CRT = crt0.o crti.o crtn.o
SIM_SCRIPTS = sim_high.ld
SIM_LDFLAGS =
SIM_BSP = libsim.a
-SIM_OBJS = syscalls.o sbrk.o
+SIM_OBJS = syscalls.o sim_malloc_start.o
# Here is stuff for building apps for GDB on the EVA board
EVA_APP_BSP = libeva_app.a