This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils 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/include/gdb ChangeLog callback.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2012-04-12 05:33:15

Modified files:
	include/gdb    : ChangeLog callback.h 

Log message:
	gdb: add callback defines for new ARGV handling
	
	The common sim code has slightly unfinished support for these already,
	but even arch ports are unable to handle these if the common header does
	not define them.  This is because the generated callback header includes
	simple common gdb/sim headers only which causes it to skip the new ARGV
	syscalls.  Plus, it isn't like providing these in the common header will
	break any sim targets which don't want them.
	
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/gdb/ChangeLog.diff?cvsroot=src&r1=1.53&r2=1.54
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/gdb/callback.h.diff?cvsroot=src&r1=1.21&r2=1.22


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