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 gdb/MAINTAINERS gdb/Makefile ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jbeniston@sourceware.org	2009-05-18 13:25:35

Modified files:
	gdb            : ChangeLog MAINTAINERS Makefile.in NEWS 
	                 configure.tgt 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.asm: asm-source.exp 
	sim            : ChangeLog MAINTAINERS configure configure.ac 
	sim/common     : ChangeLog gennltvals.sh nltvals.def 
Added files:
	gdb            : lm32-tdep.c 
	sim/lm32       : Makefile.in arch.c arch.h config.in configure 
	                 configure.ac cpu.c cpu.h cpuall.h decode.c 
	                 decode.h dv-lm32cpu.c dv-lm32timer.c 
	                 dv-lm32uart.c lm32-sim.h lm32.c mloop.in 
	                 model.c sem-switch.c sem.c sim-if.c sim-main.h 
	                 tconfig.in traps.c user.c 

Log message:
	gdb/
	2009-05-18  Jon Beniston <jon@beniston.com>
	
	* MAINTAINERS: Add lm32 target.
	* Makefile.in: Add lm32 dependencies.
	* NEWS: Indicate lm32 is a new target.
	* configure.tgt: Add lm32 targets.
	* lm32-tdep.c: New file.
	
	gdb/testsuite
	2009-05-18  Jon Beniston <jon@beniston.com>
	
	* gdb.asm/asm-source.exp: Add lm32 target.
	
	include/gdb/
	2009-05-18  Jon Beniston <jon@beniston.com>
	
	* sim-lm32.h: New file.
	
	sim/
	2009-05-18  Jon Beniston <jon@beniston.com>
	
	* MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim.
	* configure.ac: Add lm32 target.
	* lm32: New directory.
	
	sim/common
	2009-05-18  Jon Beniston <jon@beniston.com>
	
	* gennltvals.sh: Add lm32 target.
	* nltvals.def: Add lm32 syscall definitions.
	
	sim/lm32/
	2009-05-18  Jon Beniston <jon@beniston.com>
	
	* Makefile.in: New file.
	* arch.c: New file.
	* arch.h: New file.
	* config.in: New file.
	* configure: New file.
	* configure.ac: New file.
	* cpu.c: New file.
	* cpu.h: New file.
	* cpuall.h: New file.
	* decode.c: New file.
	* decode.h: New file.
	* dv-lm32cpu.c: New file.
	* dv-lm32timer.c: New file.
	* dv-lm32uart.c: New file.
	* lm32.c: New file.
	* lm32-sim.h: New file.
	* mloop.in: New file.
	* model.c: New file.
	* sem.c: New file.
	* sem-switch.c: New file.
	* sim-if.c: New file.
	* sim-main.c: New file.
	* tconfig.in: New file.
	* traps.c: New file.
	* user.c: New file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/lm32-tdep.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.10483&r2=1.10484
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/MAINTAINERS.diff?cvsroot=src&r1=1.418&r2=1.419
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.1082&r2=1.1083
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&r1=1.311&r2=1.312
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/configure.tgt.diff?cvsroot=src&r1=1.217&r2=1.218
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1870&r2=1.1871
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.asm/asm-source.exp.diff?cvsroot=src&r1=1.73&r2=1.74
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/ChangeLog.diff?cvsroot=src&r1=1.121&r2=1.122
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/MAINTAINERS.diff?cvsroot=src&r1=1.24&r2=1.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/configure.diff?cvsroot=src&r1=1.28&r2=1.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/configure.ac.diff?cvsroot=src&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/common/ChangeLog.diff?cvsroot=src&r1=1.170&r2=1.171
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/common/gennltvals.sh.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/common/nltvals.def.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/arch.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/arch.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/config.in.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/configure.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/configure.ac.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/cpu.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/cpu.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/cpuall.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/decode.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/decode.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/dv-lm32cpu.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/dv-lm32timer.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/dv-lm32uart.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/lm32-sim.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/lm32.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/mloop.in.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/model.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/sem-switch.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/sem.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/sim-if.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/sim-main.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/tconfig.in.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/traps.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/lm32/user.c.diff?cvsroot=src&r1=NONE&r2=1.1


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