This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

[submit] Fujitsu FR-V simulator


OK, even compressed, it was too big for the list server.
Let's try it in two chunks.

This is a "new" simulator for the Fujitsu FR-V architecture
(it's actually been sitting around for a while).  It isn't
my work, it was done primarily by Dave Brolley and Doug Evans,
with some help from sundry.

I'll submit the (equally huge) testsuites separately.

2003-08-20  Michael Snyder  <msnyder@redhat.com>
	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 ;;

Attachment: frvpatch1.gz
Description: GNU Zip compressed data


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