]> git.ipfire.org Git - thirdparty/gcc.git/commit
* Chill runtime moved into toplevel libchill.
authorJeff Law <law@gcc.gnu.org>
Sat, 5 Sep 1998 01:11:54 +0000 (19:11 -0600)
committerJeff Law <law@gcc.gnu.org>
Sat, 5 Sep 1998 01:11:54 +0000 (19:11 -0600)
commitb79f73df6aed1b1411b1b505bc5dd48e9ed78609
treee2a997b294961a00f5d259edefbef93b8501c089
parent1802393487391d209c472f42c92cc2ba4d34469f
* Chill runtime moved into toplevel libchill.

        * Makefile.in Revamped due to move.  Add multilib support.
        * configure.in: Similarly.  Use autoconf.
        * powerset.h: Do not depend on BITS_PER_UNIT.

From-SVN: r22238
88 files changed:
libchill/ChangeLog [new file with mode: 0644]
libchill/Makefile.in [new file with mode: 0644]
libchill/abstime.c [new file with mode: 0644]
libchill/allgmem.c [new file with mode: 0644]
libchill/allmem.c [new file with mode: 0644]
libchill/allocate.c [new file with mode: 0644]
libchill/andps.c [new file with mode: 0644]
libchill/auxtypes.h [new file with mode: 0644]
libchill/basicio.c [new file with mode: 0644]
libchill/bitstring.h [new file with mode: 0644]
libchill/cardps.c [new file with mode: 0644]
libchill/cause.c [new file with mode: 0644]
libchill/checkcycle.c [new file with mode: 0644]
libchill/chillrt0.c [new file with mode: 0644]
libchill/chillstdio.c [new file with mode: 0644]
libchill/concatps.c [new file with mode: 0644]
libchill/concatstr.c [new file with mode: 0644]
libchill/configure [new file with mode: 0755]
libchill/configure.in [new file with mode: 0644]
libchill/continue.c [new file with mode: 0644]
libchill/convdurrtstime.c [new file with mode: 0644]
libchill/copyps.c [new file with mode: 0644]
libchill/delaycase.c [new file with mode: 0644]
libchill/delete.c [new file with mode: 0644]
libchill/diffps.c [new file with mode: 0644]
libchill/eoln.c [new file with mode: 0644]
libchill/eqps.c [new file with mode: 0644]
libchill/eqstr.c [new file with mode: 0644]
libchill/exh.c [new file with mode: 0644]
libchill/exhstack.c [new file with mode: 0644]
libchill/existing.c [new file with mode: 0644]
libchill/ffsetclrps.c [new file with mode: 0644]
libchill/ffsetps.c [new file with mode: 0644]
libchill/fileio.h [new file with mode: 0644]
libchill/flsetclrps.c [new file with mode: 0644]
libchill/flsetps.c [new file with mode: 0644]
libchill/format.c [new file with mode: 0644]
libchill/format.h [new file with mode: 0644]
libchill/getassoc.c [new file with mode: 0644]
libchill/gettextaccess.c [new file with mode: 0644]
libchill/gettextindex.c [new file with mode: 0644]
libchill/gettextrecord.c [new file with mode: 0644]
libchill/getusage.c [new file with mode: 0644]
libchill/inbitstr.c [new file with mode: 0644]
libchill/indexable.c [new file with mode: 0644]
libchill/inps.c [new file with mode: 0644]
libchill/inttime.c [new file with mode: 0644]
libchill/ioerror.c [new file with mode: 0644]
libchill/ioerror.h [new file with mode: 0644]
libchill/iomodes.h [new file with mode: 0644]
libchill/isassociated.c [new file with mode: 0644]
libchill/leps.c [new file with mode: 0644]
libchill/ltps.c [new file with mode: 0644]
libchill/ltstr.c [new file with mode: 0644]
libchill/memmove.c [new file with mode: 0644]
libchill/neps.c [new file with mode: 0644]
libchill/notps.c [new file with mode: 0644]
libchill/orps.c [new file with mode: 0644]
libchill/outoffile.c [new file with mode: 0644]
libchill/powerset.h [new file with mode: 0644]
libchill/printbuffer.c [new file with mode: 0644]
libchill/printevent.c [new file with mode: 0644]
libchill/queuelength.c [new file with mode: 0644]
libchill/readable.c [new file with mode: 0644]
libchill/readrecord.c [new file with mode: 0644]
libchill/remaintime.c [new file with mode: 0644]
libchill/retmem.c [new file with mode: 0644]
libchill/rtltypes.h [new file with mode: 0644]
libchill/rts.c [new file with mode: 0644]
libchill/rts.h [new file with mode: 0644]
libchill/rtsdummy.c [new file with mode: 0644]
libchill/sendbuffer.c [new file with mode: 0644]
libchill/sequencible.c [new file with mode: 0644]
libchill/setbitps.c [new file with mode: 0644]
libchill/setbits.c [new file with mode: 0644]
libchill/settextaccess.c [new file with mode: 0644]
libchill/settextindex.c [new file with mode: 0644]
libchill/settextrecord.c [new file with mode: 0644]
libchill/sliceps.c [new file with mode: 0644]
libchill/terminate.c [new file with mode: 0644]
libchill/unhex.c [new file with mode: 0644]
libchill/unhex1.c [new file with mode: 0644]
libchill/variable.c [new file with mode: 0644]
libchill/waitbuffer.c [new file with mode: 0644]
libchill/waituntil.c [new file with mode: 0644]
libchill/writeable.c [new file with mode: 0644]
libchill/writerecord.c [new file with mode: 0644]
libchill/xorps.c [new file with mode: 0644]