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/sim/cr16 ChangeLog simops.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2011-12-30 09:12:36

Modified files:
	sim/cr16       : ChangeLog simops.c 

Log message:
	sim: cr16: add ifdefs around undefined syscalls
	
	The cr16 libgloss port does not define these syscall numbers, so trying
	to use them results in build failures [1].  The cr16 code already uses
	ifdefs around a bunch of syscalls, so extend that style to cover the
	ones that are currently missing.  Now we can at least compile.
	
	[1] http://sourceware.org/ml/gdb-patches/2011-06/msg00118.html
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/cr16/ChangeLog.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/cr16/simops.c.diff?cvsroot=src&r1=1.5&r2=1.6


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