OSDN Git Service

2006-12-08 Sa Liu <saliu@de.ibm.com>
authorjjohnstn <jjohnstn>
Fri, 8 Dec 2006 21:50:56 +0000 (21:50 +0000)
committerjjohnstn <jjohnstn>
Fri, 8 Dec 2006 21:50:56 +0000 (21:50 +0000)
commitedde0413bb1927bbc7f491f333eb08ac1745b16c
treee6948eca523641f6183d2f04e5889bc7005767c7
parent99be82114b3c90ec792e07de8ea5e1ab4df78ecf
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]