This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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/gdb ChangeLog common/linux-ptrace.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2013-01-08 19:38:51

Modified files:
	gdb            : ChangeLog 
	gdb/common     : linux-ptrace.c 

Log message:
	gdb: x86: fix x32 builds with inline asm
	
	We need to cast the pointer up to 64bits so that the push works on x32
	targets.  For 64bit targets, this makes no difference.
	
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15001&r2=1.15002
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/common/linux-ptrace.c.diff?cvsroot=src&r1=1.6&r2=1.7


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