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 acconfig.h configure conf ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2013-12-10 18:57:30

Modified files:
	newlib         : ChangeLog acconfig.h configure configure.in 
	                 newlib.hin 
	newlib/libc/string: local.h memmove.c memset.c 

Log message:
	2013-12-10  Jeff Johnston  <jjohnstn@redhat.com>
	
	* acconfig.h: Add _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL.
	* newlib.hin: Ditto.
	* configure: Regenerate.
	* configure.in: Add setting of _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL.
	* libc/string/local.h: Add check for _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL
	and set __inhibit_loop_to_libcall macro appropriately.
	* libc/string/memmove.c: Use __inhibit_loop_to_libcall macro in
	function declaration.
	* libc/string/memset.c: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1882&r2=1.1883
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/acconfig.h.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/configure.diff?cvsroot=src&r1=1.80&r2=1.81
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/configure.in.diff?cvsroot=src&r1=1.54&r2=1.55
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/newlib.hin.diff?cvsroot=src&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/string/local.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/string/memmove.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/string/memset.c.diff?cvsroot=src&r1=1.8&r2=1.9


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