]> sourceware.org Git - newlib-cygwin.git/commit
In newlib/:
authorGeoffrey Keating <geoffk@geoffk.org>
Sat, 22 Dec 2001 22:47:58 +0000 (22:47 +0000)
committerGeoffrey Keating <geoffk@geoffk.org>
Sat, 22 Dec 2001 22:47:58 +0000 (22:47 +0000)
commitf6eff1c04649af4f2a18c434d9be2870c24cc668
treece025040088849a3c238acf2892ae64a14bf7727
parenta3e320f3c9759b2ad6267daca68e24952f27d59c
In newlib/:
2001-12-22  Geoffrey Keating  <geoffk@redhat.com>
    Catherine Moore  <clm@redhat.com>
    Richard Henderson  <rth@redhat.com>
    Corinna Vinschen  <vinschen@redhat.com>

* configure.host: Add support for xstormy16.
* libc/include/machine/ieeefp.h: Add support for xstormy16.
* libc/include/machine/setjmp.h: Add support for xstormy16.
* libc/include/sys/config.h: Add support for xstormy16.
* libc/machine/xstormy16/Makefile.am: New file.
* libc/machine/xstormy16/Makefile.in: New file.
* libc/machine/xstormy16/aclocal.m4: New file.
* libc/machine/xstormy16/configure: New file.
* libc/machine/xstormy16/configure.in: New file.
* libc/machine/xstormy16/setjmp.S: New file.

In libgloss/:
2001-12-22  Geoffrey Keating  <geoffk@redhat.com>
    Mark Salter  <msalter@redhat.com>
    Catherine Moore  <clm@redhat.com>
    Richard Henderson  <rth@redhat.com>

* configure.in: Add xstormy16.
* libnosys/configure.in: Add xstormy16.
* configure: Regenerated.
* libnosys/configure: Regenerated.
* xstormy16/Makefile.in: New file.
* xstormy16/close.c: New file.
* xstormy16/configure: New file.
* xstormy16/configure.in: New file.
* xstormy16/crt0.s: New file.
* xstormy16/crt0_stub.s: New file.
* xstormy16/crti.s: New file.
* xstormy16/crtn.s: New file.
* xstormy16/eva_app.c: New file.
* xstormy16/eva_app.ld: New file.
* xstormy16/eva_stub.ld: New file.
* xstormy16/fstat.c: New file.
* xstormy16/getpid.c: New file.
* xstormy16/kill.c: New file.
* xstormy16/lseek.c: New file.
* xstormy16/open.c: New file.
* xstormy16/sbrk.c: New file.
* xstormy16/sim_high.ld: New file.
* xstormy16/stat.c: New file.
* xstormy16/syscalls.S: New file.
* xstormy16/syscalls.m4: New file.
* xstormy16/unlink.c: New file.
* xstormy16/xstormy16_stub.c: New file.
39 files changed:
libgloss/ChangeLog
libgloss/configure
libgloss/configure.in
libgloss/libnosys/configure
libgloss/libnosys/configure.in
libgloss/xstormy16/Makefile.in [new file with mode: 0644]
libgloss/xstormy16/close.c [new file with mode: 0644]
libgloss/xstormy16/configure [new file with mode: 0755]
libgloss/xstormy16/configure.in [new file with mode: 0644]
libgloss/xstormy16/crt0.s [new file with mode: 0644]
libgloss/xstormy16/crt0_stub.s [new file with mode: 0644]
libgloss/xstormy16/crti.s [new file with mode: 0644]
libgloss/xstormy16/crtn.s [new file with mode: 0644]
libgloss/xstormy16/eva_app.c [new file with mode: 0644]
libgloss/xstormy16/eva_app.ld [new file with mode: 0644]
libgloss/xstormy16/eva_stub.ld [new file with mode: 0644]
libgloss/xstormy16/fstat.c [new file with mode: 0644]
libgloss/xstormy16/getpid.c [new file with mode: 0644]
libgloss/xstormy16/kill.c [new file with mode: 0644]
libgloss/xstormy16/lseek.c [new file with mode: 0644]
libgloss/xstormy16/open.c [new file with mode: 0644]
libgloss/xstormy16/sbrk.c [new file with mode: 0644]
libgloss/xstormy16/sim_high.ld [new file with mode: 0644]
libgloss/xstormy16/stat.c [new file with mode: 0644]
libgloss/xstormy16/syscalls.S [new file with mode: 0644]
libgloss/xstormy16/syscalls.m4 [new file with mode: 0644]
libgloss/xstormy16/unlink.c [new file with mode: 0644]
libgloss/xstormy16/xstormy16_stub.c [new file with mode: 0644]
newlib/ChangeLog
newlib/configure.host
newlib/libc/include/machine/ieeefp.h
newlib/libc/include/machine/setjmp.h
newlib/libc/include/sys/config.h
newlib/libc/machine/xstormy16/Makefile.am [new file with mode: 0644]
newlib/libc/machine/xstormy16/Makefile.in [new file with mode: 0644]
newlib/libc/machine/xstormy16/aclocal.m4 [new file with mode: 0644]
newlib/libc/machine/xstormy16/configure [new file with mode: 0755]
newlib/libc/machine/xstormy16/configure.in [new file with mode: 0644]
newlib/libc/machine/xstormy16/setjmp.S [new file with mode: 0644]
This page took 0.038994 seconds and 5 git commands to generate.