This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/libgloss ChangeLog spu/Makefile.in spu/con ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2006-12-08 21:50:56

Modified files:
	libgloss       : ChangeLog 
	libgloss/spu   : Makefile.in configure configure.in 
Added files:
	libgloss/spu   : crt0.S crti.S crtn.S 
Removed files:
	libgloss/spu   : exit.c init.c 

Log message:
	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).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/ChangeLog.diff?cvsroot=src&r1=1.182&r2=1.183
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/crt0.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/crti.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/crtn.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/Makefile.in.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/configure.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/configure.in.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/exit.c.diff?cvsroot=src&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/init.c.diff?cvsroot=src&r1=1.1&r2=NONE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]