2003-08-20 Michael Snyder On behalf of Dave Brolley, Doug Evans and others: * frv/: New directory, simulator for the Fujitsu FR-V. * testsuite/frv-elf/: New directory. * testsuite/sim/frv/: New directory. * configure.in: Add frv configury. * configure: Regenerate. * common/cgen-par.h (flags, pipe): New target-specific fields of CGEN_WRITE_QUEUE_ELEMENT. (CGEN_WRITE_QUEUE_ELEMENT_FLAGS): New accessor macro. (CGEN_WRITE_QUEUE_ELEMENT_PIPE): New accessor macro. * common/gennltvals.sh: Add frv target. * common/nltvals.def: Add frv target. Index: configure.in =================================================================== RCS file: /cvs/src/src/sim/configure.in,v retrieving revision 1.12 diff -p -r1.12 configure.in *** configure.in 23 Jul 2003 21:41:30 -0000 1.12 --- configure.in 20 Aug 2003 21:40:16 -0000 *************** case "${target}" in *** 69,74 **** --- 69,77 ---- sim_target=h8300 extra_subdirs="${extra_subdirs} testsuite" ;; + frv-*-*) sim_target=frv + extra_subdirs="${extra_subdirs} testsuite" + ;; h8500-*-*) sim_target=h8500 ;; i960-*-*) sim_target=i960 ;; m32r-*-*) sim_target=m32r ;;