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/utils ChangeLog Makefile.def Makefile.in c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2007-02-05 20:34:31

Modified files:
	utils          : ChangeLog Makefile.def Makefile.in configure 
	                 configure.ac 
Added files:
	utils/mep      : ChangeLog Makefile.in aclocal.m4 cfg.l cfg.y 
	                 cmodel.l cmodel.y cmp-cfg.c configure 
	                 configure.in current.cfg default.cfg gmap.l 
	                 gmap.y lex.cfg.c lex.cmodel.c lex.gmap.c 
	                 mepcfgtool.c mepcfgtool.h parse.cfg.c 
	                 parse.cfg.h parse.cmodel.c parse.cmodel.h 
	                 parse.gmap.c parse.gmap.h rebuild.mk 
	                 verify-cfg.c 
	utils/mep/testsuite: ChangeLog Makefile.am Makefile.in 
	                     cop-data-bus-width-test.sh 
	                     customise-test.sh customise.sh 
	utils/mep/testsuite/gmap: test.map 
	utils/mep/testsuite/option_unit: byteswap_dsp.cpu 
	                                 byteswap_function.cxx cop1.cpu 
	                                 cop2.cpu cop3.cpu mep-rhcop.cpu 
	                                 square_function.cxx 
	                                 square_uci.cpu 
	                                 timeofday_engine.cxx 

Log message:
	2007-02-05  Dave Brolley  <brolley@redhat.com>
	
	* Makefile.def: Add support for mep.
	* configure.ac: Likewise.
	* Makefile.in: Regenerated.
	* configure: Regenerated.
	* Contribute the following changes:
	2001-07-06  DJ Delorie  <dj@redhat.com>
	
	* mep: New subdirectory and contents.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/ChangeLog.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/Makefile.def.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/Makefile.in.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/configure.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/configure.ac.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/ChangeLog.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/aclocal.m4.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/cfg.l.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/cfg.y.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/cmodel.l.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/cmodel.y.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/cmp-cfg.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/configure.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/configure.in.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/current.cfg.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/default.cfg.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/gmap.l.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/gmap.y.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/lex.cfg.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/lex.cmodel.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/lex.gmap.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/mepcfgtool.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/mepcfgtool.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/parse.cfg.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/parse.cfg.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/parse.cmodel.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/parse.cmodel.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/parse.gmap.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/parse.gmap.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/rebuild.mk.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/verify-cfg.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/testsuite/ChangeLog.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/testsuite/Makefile.am.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/testsuite/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/testsuite/cop-data-bus-width-test.sh.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/testsuite/customise-test.sh.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/testsuite/customise.sh.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/testsuite/gmap/test.map.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/testsuite/option_unit/byteswap_dsp.cpu.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/testsuite/option_unit/byteswap_function.cxx.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/testsuite/option_unit/cop1.cpu.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/testsuite/option_unit/cop2.cpu.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/testsuite/option_unit/cop3.cpu.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/testsuite/option_unit/mep-rhcop.cpu.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/testsuite/option_unit/square_function.cxx.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/testsuite/option_unit/square_uci.cpu.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/utils/mep/testsuite/option_unit/timeofday_engine.cxx.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]