Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [submit] Fujitsu FR-V simulator
@ 2003-08-21  1:11 Michael Snyder
  2003-08-21  1:13 ` [submit] Testsuites for " Michael Snyder
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Michael Snyder @ 2003-08-21  1:11 UTC (permalink / raw)
  To: binutils; +Cc: gdb-patches, nickc, brolley, dje

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]

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.


[-- Attachment #2: frvp1 --]
[-- Type: text/plain, Size: 1179 bytes --]

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 #3: frvpatch1.gz --]
[-- Type: application/x-gzip, Size: 273053 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-08-29 17:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-21  1:11 [submit] Fujitsu FR-V simulator Michael Snyder
2003-08-21  1:13 ` [submit] Testsuites for " Michael Snyder
2003-08-21 14:03 ` [submit] " Andrew Cagney
2003-08-21 18:01   ` Michael Snyder
2003-08-29 17:11 ` Dave Brolley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox