This is the mail archive of the newlib-cvs@sources.redhat.com 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/newlib ChangeLog libc/sys/linux/Makefile.a ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2002-05-31 13:19:00

Modified files:
	newlib         : ChangeLog 
	newlib/libc/sys/linux: Makefile.am Makefile.in sigaction.c 
	                       signal.c 
	newlib/libc/sys/linux/machine/i386: Makefile.am Makefile.in 
	newlib/libc/sys/linux/sys: signal.h 
	newlib/libc/unix: sigset.c 
Added files:
	newlib/libc/sys/linux: sig.c sigset.c 
Removed files:
	newlib/libc/sys/linux/machine/i386: sigset.c 

Log message:
	2002-05-31  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/sys/linux/Makefile.am: Add sig.c and sigaction.c.  Also
	make siglist.inc dependent on sig.c instead of signal.c.
	* libc/sys/linux/Makefile.in: Regenerated.
	* libc/sys/linux/sig.c: Rename from signal.c and change code to
	use NSIG instead of _NSIG.
	* libc/sys/linux/sigaction.c: New file.
	* libc/sys/linux/signal.c: Changed to be linux signal() function
	so as to override regular newlib default signal.c.
	* libc/sys/linux/linuxthreads/config.h: Add __ASSUME_REALTIME_SIGNALS
	definition.
	* libc/sys/linux/linuxthreads/testrtsig.h: New file.
	* libc/sys/linux/machine/i386/Makefile.am: Remove sigset.c.
	* libc/sys/linux/machine/i386/Makefile.in: Regenerated.
	* libc/sys/linux/machine/i386/sigset.c: Moved to linux main directory.
	* libc/sys/linux/sigset.c: Moved from machine/i386 directory.
	* libc/sys/linux/sys/signal.h: Redefine NSIG to _NSIG and override
	default linux sigset_t typedef by defining it equal to __sigset_t.
	* libc/unix/sigset.c: Add check so code isn't compiled on systems
	with a sigset_t that isn't implemented with a single int.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.320&r2=1.321
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sig.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sigset.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.am.diff?cvsroot=src&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.in.diff?cvsroot=src&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sigaction.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/signal.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/machine/i386/Makefile.am.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/machine/i386/Makefile.in.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/machine/i386/sigset.c.diff?cvsroot=src&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sys/signal.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/unix/sigset.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2


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