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 rs ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2012-12-15 14:30:19

Modified files:
	gdb            : ChangeLog Makefile.in configure.tgt 
	                 rs6000-tdep.c 
Added files:
	gdb            : ppc-ravenscar-thread.c ppc-ravenscar-thread.h 

Log message:
	Add ravenscar-thread support for powerpc.
	
	gdb/ChangeLog:
	
	* ppc-ravenscar-thread.h, ppc-ravenscar-thread.c: New files.
	* Makefile.in (ALL_TARGET_OBS): Add ppc-ravenscar-thread.o.
	(HFILES_NO_SRCDIR): Add ppc-ravenscar-thread.h.
	(ALLDEPFILES): Add ppc-ravenscar-thread.c.
	* configure.tgt: Add ravenscar-thread.o and ppc-ravenscar-thread.o
	to gdb_target_obs for every target that uses rs6000-tdep.o.
	* rs6000-tdep.c: #include "ppc-ravenscar-thread.h".
	(rs6000_gdbarch_init): Call register_e500_ravenscar_ops
	or register_ppc_ravenscar_ops.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ppc-ravenscar-thread.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ppc-ravenscar-thread.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14941&r2=1.14942
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.1223&r2=1.1224
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.tgt.diff?cvsroot=src&r1=1.258&r2=1.259
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/rs6000-tdep.c.diff?cvsroot=src&r1=1.359&r2=1.360


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