src/winsup/cygwin ChangeLog gendef malloc_wrap ...

corinna@cygwin.com corinna@cygwin.com
Fri Jan 16 16:19:00 GMT 2015


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sourceware.org	2015-01-16 16:19:37

Modified files:
	winsup/cygwin  : ChangeLog gendef malloc_wrapper.cc miscfuncs.cc 
	                 miscfuncs.h 

Log message:
	* gendef: Export _sigbe on 64 bit as well.
	* malloc_wrapper.cc (free): In malloc_printf, call caller_return_address
	instead of __builtin_return_address.
	(malloc): Ditto.
	(realloc): Ditto.
	(calloc): Ditto.
	* miscfuncs.cc (__caller_return_address): New function.
	* miscfuncs.h (caller_return_address): New macro calling
	__caller_return_address.
	(__caller_return_address): Add prototype.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6609&r2=1.6610
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/gendef.diff?cvsroot=src&r1=1.58&r2=1.59
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/malloc_wrapper.cc.diff?cvsroot=src&r1=1.47&r2=1.48
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/miscfuncs.cc.diff?cvsroot=src&r1=1.109&r2=1.110
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/miscfuncs.h.diff?cvsroot=src&r1=1.14&r2=1.15



More information about the Cygwin-cvs mailing list