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 Makefile.in configure.tgt cr ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	ricard@sourceware.org	2013-09-06 10:50:10

Modified files:
	gdb            : ChangeLog Makefile.in configure.tgt cris-tdep.c 
Added files:
	gdb            : cris-tdep.h cris-linux-tdep.c 

Log message:
	Extract Linux-specific portitions of cris-tdep.c to a new file.
	This brings in some standard functionality hitherdo missing from
	the CRIS/CRISv32 port thanks to the new call to gdbarch_init_osabi,
	as well as clearly showing that there is Linux support for this
	platform by virtue of the existence of a cris-linux-tdep.c file.
	
	2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
	
	* Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
	* configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
	gdb_target_obs for cris target.
	* cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
	(cris_gdbarch_init): Move calls to
	set_gdbarch_fetch_tls_load_module_address and
	set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
	Add call to gdbarch_init_osabi.
	* cris-linux-tdep.c: New file.
	* cris-tdep.h: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cris-tdep.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cris-linux-tdep.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15986&r2=1.15987
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.1267&r2=1.1268
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.tgt.diff?cvsroot=src&r1=1.279&r2=1.280
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cris-tdep.c.diff?cvsroot=src&r1=1.195&r2=1.196


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