libc/libgloss/xstormy16
Geoffrey Keating 9c2e764253 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.
2002-02-01 18:00:41 +00:00
..
Makefile.in In ld/ChangeLog: 2002-02-01 18:00:41 +00:00
close.c In newlib/: 2001-12-22 22:47:58 +00:00
configure In newlib/: 2001-12-22 22:47:58 +00:00
configure.in In newlib/: 2001-12-22 22:47:58 +00:00
crt0.s In newlib/: 2001-12-22 22:47:58 +00:00
crt0_stub.s Remove default interrupt routines. 2002-01-15 14:20:37 +00:00
crti.s In newlib/: 2001-12-22 22:47:58 +00:00
crtn.s In newlib/: 2001-12-22 22:47:58 +00:00
eva_app.c In newlib/: 2001-12-22 22:47:58 +00:00
eva_app.ld In ld/ChangeLog: 2002-02-01 18:00:41 +00:00
eva_stub.ld Provide interrupt routine symbols which forward interrupts to user application vectors. 2002-01-15 14:19:49 +00:00
fstat.c In newlib/: 2001-12-22 22:47:58 +00:00
getpid.c In newlib/: 2001-12-22 22:47:58 +00:00
kill.c In newlib/: 2001-12-22 22:47:58 +00:00
lseek.c In newlib/: 2001-12-22 22:47:58 +00:00
open.c In newlib/: 2001-12-22 22:47:58 +00:00
sim_high.ld In ld/ChangeLog: 2002-02-01 18:00:41 +00:00
sim_malloc_start.s In ld/ChangeLog: 2002-02-01 18:00:41 +00:00
stat.c In newlib/: 2001-12-22 22:47:58 +00:00
syscalls.S In newlib/: 2001-12-22 22:47:58 +00:00
syscalls.m4 In newlib/: 2001-12-22 22:47:58 +00:00
unlink.c In newlib/: 2001-12-22 22:47:58 +00:00
xstormy16_stub.c In newlib/: 2001-12-22 22:47:58 +00:00