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/gdbserver ChangeLog linux-low.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_7_6-branch
Changes by:	brobecke@sourceware.org	2013-03-13 18:54:50

Modified files:
	gdb/gdbserver  : ChangeLog linux-low.c 

Log message:
	Extraneous NULL in linux_target_ops when HAVE_LINUX_BTRACE not defined
	
	This fixes the followin error when HAVE_LINUX_BTRACE is not defined:
	
	linux-low.c:5943: error: excess elements in struct initializer
	linux-low.c:5943: error: (near initialization for 'linux_target_ops')
	
	gdb/gdbserver/ChangeLog:
	
	* linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
	Remove extraneous NULL element.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.697&r2=1.697.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/linux-low.c.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.233&r2=1.233.2.1


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