diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2002-02-01 18:00:41 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2002-02-01 18:00:41 +0000 |
commit | 9c2e764253356b5207267e64acbfb155713a3370 (patch) | |
tree | ed87935883700d1745737b34e09e1af6520668bf /newlib/ChangeLog | |
parent | 2c8d73598c360a079215758061c644ed1f88960a (diff) | |
download | cygnal-9c2e764253356b5207267e64acbfb155713a3370.tar.gz cygnal-9c2e764253356b5207267e64acbfb155713a3370.tar.bz2 cygnal-9c2e764253356b5207267e64acbfb155713a3370.zip |
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 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 5d7bd6c3d..4ded001a7 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,11 @@ +2002-02-01 Geoffrey Keating <geoffk@redhat.com> + + * 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-01-28 Thomas Fitzsimmons <fitzsim@redhat.com> * libc/include/sys/signal.h [__CYGWIN__]: Issue error message |