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/newlib ChangeLog configure.host libc/inclu ...


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

Modified files:
	newlib         : ChangeLog configure.host 
	newlib/libc/include/machine: ieeefp.h setjmp.h 
	newlib/libc/machine: configure configure.in 
Added files:
	newlib/libc/machine/x86_64: Makefile.am Makefile.in aclocal.m4 
	                            configure configure.in memcpy.S 
	                            memset.S setjmp.S x86_64mach.h 

Log message:
	2007-08-28  Hans Kester  <hans.kester@ellips.nl>
	
	* configure.host: Added support for x86_64.
	* libc/include/machine/ieeefp.h: Define __IEEE_LITTLE_ENDIAN for x86_64.
	* libc/include/machine/setjmp.h: Define _JBTYPE and _JBLEN for x86_64.
	* libc/machine/x86_64/aclocal.m4: Generated.
	* libc/machine/x86_64/configure.in: New.
	* libc/machine/x86_64/configure: Generated.
	* libc/machine/x86_64/Makefile.am: New.
	* libc/machine/x86_64/Makefile.in: Generated.
	* libc/machine/x86_64/setjmp.S: New.
	* libc/machine/x86_64/memcpy.S: New.
	* libc/machine/x86_64/memset.S: New.
	* libc/machine/configure.in: Added support for x86_64.
	* libc/machine/configure: Regenerated.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1074&r2=1.1075
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/configure.host.diff?cvsroot=src&r1=1.94&r2=1.95
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/machine/ieeefp.h.diff?cvsroot=src&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/machine/setjmp.h.diff?cvsroot=src&r1=1.32&r2=1.33
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/configure.diff?cvsroot=src&r1=1.28&r2=1.29
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/configure.in.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/x86_64/Makefile.am.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/x86_64/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/x86_64/aclocal.m4.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/x86_64/configure.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/x86_64/configure.in.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/x86_64/memcpy.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/x86_64/memset.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/x86_64/setjmp.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/x86_64/x86_64mach.h.diff?cvsroot=src&r1=NONE&r2=1.1


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