OSDN Git Service

2007-02-05 Dave Brolley <brolley@redhat.com>
authorbrolley <brolley>
Mon, 5 Feb 2007 20:34:31 +0000 (20:34 +0000)
committerbrolley <brolley>
Mon, 5 Feb 2007 20:34:31 +0000 (20:34 +0000)
commit6ace0255079b78d75627fe8ee0cc377434a6b0a7
treed5e05f9c63255bcf991a7d96946efa046f95512b
parentd5caa91699ecc19a1b1e8234ff6e549cee0f2fdb
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.
48 files changed:
utils/ChangeLog
utils/Makefile.def
utils/Makefile.in
utils/configure
utils/configure.ac
utils/mep/ChangeLog [new file with mode: 0644]
utils/mep/Makefile.in [new file with mode: 0644]
utils/mep/aclocal.m4 [new file with mode: 0644]
utils/mep/cfg.l [new file with mode: 0644]
utils/mep/cfg.y [new file with mode: 0644]
utils/mep/cmodel.l [new file with mode: 0644]
utils/mep/cmodel.y [new file with mode: 0644]
utils/mep/cmp-cfg.c [new file with mode: 0644]
utils/mep/configure [new file with mode: 0755]
utils/mep/configure.in [new file with mode: 0644]
utils/mep/current.cfg [new file with mode: 0644]
utils/mep/default.cfg [new file with mode: 0644]
utils/mep/gmap.l [new file with mode: 0644]
utils/mep/gmap.y [new file with mode: 0644]
utils/mep/lex.cfg.c [new file with mode: 0644]
utils/mep/lex.cmodel.c [new file with mode: 0644]
utils/mep/lex.gmap.c [new file with mode: 0644]
utils/mep/mepcfgtool.c [new file with mode: 0644]
utils/mep/mepcfgtool.h [new file with mode: 0644]
utils/mep/parse.cfg.c [new file with mode: 0644]
utils/mep/parse.cfg.h [new file with mode: 0644]
utils/mep/parse.cmodel.c [new file with mode: 0644]
utils/mep/parse.cmodel.h [new file with mode: 0644]
utils/mep/parse.gmap.c [new file with mode: 0644]
utils/mep/parse.gmap.h [new file with mode: 0644]
utils/mep/rebuild.mk [new file with mode: 0644]
utils/mep/testsuite/ChangeLog [new file with mode: 0644]
utils/mep/testsuite/Makefile.am [new file with mode: 0644]
utils/mep/testsuite/Makefile.in [new file with mode: 0644]
utils/mep/testsuite/cop-data-bus-width-test.sh [new file with mode: 0755]
utils/mep/testsuite/customise-test.sh [new file with mode: 0644]
utils/mep/testsuite/customise.sh [new file with mode: 0755]
utils/mep/testsuite/gmap/test.map [new file with mode: 0644]
utils/mep/testsuite/option_unit/byteswap_dsp.cpu [new file with mode: 0644]
utils/mep/testsuite/option_unit/byteswap_function.cxx [new file with mode: 0644]
utils/mep/testsuite/option_unit/cop1.cpu [new file with mode: 0644]
utils/mep/testsuite/option_unit/cop2.cpu [new file with mode: 0644]
utils/mep/testsuite/option_unit/cop3.cpu [new file with mode: 0644]
utils/mep/testsuite/option_unit/mep-rhcop.cpu [new file with mode: 0644]
utils/mep/testsuite/option_unit/square_function.cxx [new file with mode: 0644]
utils/mep/testsuite/option_unit/square_uci.cpu [new file with mode: 0644]
utils/mep/testsuite/option_unit/timeofday_engine.cxx [new file with mode: 0644]
utils/mep/verify-cfg.c [new file with mode: 0644]