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 aarch64-tdep.h c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	mshawcroft@sourceware.org	2013-02-04 12:54:00

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

Log message:
	Adding aarch64-linux-tdep support.
	
	2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
	Marcus Shawcroft  <marcus.shawcroft@arm.com>
	Nigel Stephens  <nigel.stephens@arm.com>
	Yufeng Zhang  <yufeng.zhang@arm.com>
	
	* Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
	(ALLDEPFILES): Add aarch64-linux-tdep.c.
	* aarch64-linux-tdep.c: New file.
	* aarch64-linux-tdep.h: New file.
	* aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
	* configure.tgt: Add aarch64-none-linux-gnu.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/aarch64-linux-tdep.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/aarch64-linux-tdep.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15112&r2=1.15113
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.1234&r2=1.1235
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/aarch64-tdep.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.tgt.diff?cvsroot=src&r1=1.263&r2=1.264


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