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-crisv32-low.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	ricard@sourceware.org	2013-09-06 08:04:19

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

Log message:
	Fix compilation for target gdbserver on CRISv32 platform.
	
	One misspelled function call, and one superfluous typedef. The latter
	causes an error of the following type when building:
	
	linux-crisv32-low.c:372: error: conflicting types for 'elf_gregset_t'
	/.../target/include/asm/elf.h:36:
	error: previous declaration of 'elf_gregset_t' was here
	
	2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
	
	* linux-crisv32-low.c (elf_gregset_t): Delete typedef.
	(initialize_low_arch): Call init_registers_crisv32 rather than
	init_register_crisv32.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.763&r2=1.764
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/linux-crisv32-low.c.diff?cvsroot=src&r1=1.20&r2=1.21


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