]> sourceware.org Git - newlib-cygwin.git/commit
2006-12-08 Sa Liu <saliu@de.ibm.com>
authorJeff Johnston <jjohnstn@redhat.com>
Fri, 8 Dec 2006 21:50:56 +0000 (21:50 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Fri, 8 Dec 2006 21:50:56 +0000 (21:50 +0000)
commitb81d0f0ec690d22faf03ed249a832ceaf1098b1c
tree26f3398952b3ce4cd62bf94e7f29cf30cb07bbad
parentda6b5ab61fcfcec3454c456cbdba939b73231665
2006-12-08  Sa Liu  <saliu@de.ibm.com>

        * spu/exit.c (libgloss_exit): Rename from this ..
        (_exit): .. to this. Overhaul.
        (exit): Remove.
        * spu/crt0.S, spu/crti.S, spu/crtn.S: New files.
        * spu/crt0.C, spu/init.c: Remove.
        * spu/configure.in (AC_INIT): Check for crt0.S, not crt0.C.
        * spu/configure: Regenerate.
        * spu/Makefile.in (crti.o, crtn.o, crt1.o, crt2.o): New targets.
        (OBJS): Remove init.o.
        (CRTOBJS): New.
        (OUTPUTS): Add $(CRTOBJS).
libgloss/ChangeLog
libgloss/spu/Makefile.in
libgloss/spu/configure
libgloss/spu/configure.in
libgloss/spu/crt0.S [new file with mode: 0644]
libgloss/spu/crti.S [new file with mode: 0644]
libgloss/spu/crtn.S [new file with mode: 0644]
libgloss/spu/exit.c [deleted file]
libgloss/spu/init.c [deleted file]
This page took 0.032651 seconds and 5 git commands to generate.