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 arm/libcfunc.c arm/sysc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2005-07-18 16:18:17

Modified files:
	libgloss       : ChangeLog 
	libgloss/arm   : libcfunc.c syscalls.c 

Log message:
	2005-07-18  Shaun Jackman  <sjackman@gmail.com>
	
	* libgloss/arm/libcfunc.c (abort): Call _exit instead of the RDI swi.
	(alarm): Add the weak attribute.
	(pause): New function. Return ENOSYS.
	* libgloss/arm/syscalls.c (_getpid): Add the weak attribute.
	(_fstat): Ditto.
	(_stat): Ditto.
	(_link): Ditto. Return ENOSYS.
	(_unlink): Call the swi instead of returning -1.
	(_raise): Add the weak attribute. Return ENOSYS.
	(isatty): Rename to _isatty. Call the swi instead of returning 1.
	(_system): Call the swi instead of returning ENOSYS.
	(_rename): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/ChangeLog.diff?cvsroot=src&r1=1.115&r2=1.116
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/arm/libcfunc.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgloss/arm/syscalls.c.diff?cvsroot=src&r1=1.4&r2=1.5


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