newlib-cygwin/newlib/libc/machine/i386
Corinna Vinschen b9217601f8 Enable HW interrupt setup on x86/x86_64 systems by default
* configure.host: Define _I386MACH_DISABLE_HW_INTERRUPTS on rdos.
	Remove setting _I386MACH_ALLOW_HW_INTERRUPTS anywhere else.
	* libc/machine/i386/i386mach.h: Replace test for
	_I386MACH_ALLOW_HW_INTERRUPTS with test for
	!_I386MACH_DISABLE_HW_INTERRUPTS.
	* libc/machine/x86_64/x86_64mach.h: Ditto.
	* libc/sys/linux/machine/i386/i386mach.h: Ditto.
	* libm/machine/i386/i386mach.h: Ditto.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2016-02-26 18:52:46 +01:00
..
machine 2007-12-19 Dave Korn <dave.korn@artimi.com> 2007-12-19 22:20:25 +00:00
Makefile.am * ltmain.sh: Update from GCC. 2007-05-24 17:33:42 +00:00
Makefile.in Move duplicated documentation rules to Makefile.shared 2015-11-02 18:02:39 -05:00
aclocal.m4 2012-12-20 Jeff Johnston <jjohnstn@redhat.com> 2012-12-20 21:10:27 +00:00
configure Regenerate files for newlib 2.3.0. 2015-12-21 21:32:11 -05:00
configure.in 2010-02-24 Charles Wilson <...> 2010-02-24 21:00:08 +00:00
i386mach.h Enable HW interrupt setup on x86/x86_64 systems by default 2016-02-26 18:52:46 +01:00
memchr.S 2008-05-26 Eric Blake <ebb9@byu.net> 2008-05-26 23:31:08 +00:00
memcmp.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
memcpy.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
memmove.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
memset.S Fix bug in previous patch. 2008-05-28 14:00:39 +00:00
setjmp.S 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> 2012-03-09 20:26:39 +00:00
strchr.S Optimize strchr for x86. 2008-05-21 21:46:04 +00:00
strlen.S 2008-05-26 Eric Blake <ebb9@byu.net> 2008-05-26 22:56:14 +00:00