OSDN Git Service

In ld/ChangeLog:
authorgeoffk <geoffk>
Fri, 1 Feb 2002 18:00:34 +0000 (18:00 +0000)
committergeoffk <geoffk>
Fri, 1 Feb 2002 18:00:34 +0000 (18:00 +0000)
commit3a885ac904b15a2c0feaa6ae576595c2dad8d9e4
treec549c22171d08fc9912cd43e35f9523ca8def29a
parentb52df37c844d386b74bf5dca7b2a9da352ebc120
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.
14 files changed:
ld/ChangeLog
ld/scripttempl/xstormy16.sc
libgloss/ChangeLog
libgloss/xstormy16/Makefile.in
libgloss/xstormy16/eva_app.ld
libgloss/xstormy16/sbrk.c [deleted file]
libgloss/xstormy16/sim_high.ld
libgloss/xstormy16/sim_malloc_start.s [new file with mode: 0644]
newlib/ChangeLog
newlib/configure.host
newlib/libc/machine/xstormy16/Makefile.am
newlib/libc/machine/xstormy16/Makefile.in
newlib/libc/machine/xstormy16/mallocr.c [new file with mode: 0644]
newlib/libc/machine/xstormy16/tiny-malloc.c [new file with mode: 0644]