public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* [Sim] Patch to sim/common/Make-common.in
@ 2000-12-03 20:42 Ben Elliston
  0 siblings, 0 replies; only message in thread
From: Ben Elliston @ 2000-12-03 20:42 UTC (permalink / raw)
  To: gdb-patches; +Cc: cgen

The following patch activates the new "defs" file support in cgen-sim.
Okay to commit?  This is the last one -- I promise. :-)

Ben


2000-12-04  Ben Elliston  <bje@redhat.com>

	* Make-common.in (cgen-defs): New target.
	(cgen-decode): Pass $(EXTRAFILES).

*** Make-common.in	2000/09/14 21:01:42	1.97
--- Make-common.in	2000/12/04 04:40:24
***************
*** 1,5 ****
  # Makefile fragment for common parts of all simulators.
! # Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
  # Contributed by Cygnus Support.
  
  # This program is free software; you can redistribute it and/or modify
--- 1,5 ----
  # Makefile fragment for common parts of all simulators.
! # Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
  # Contributed by Cygnus Support.
  
  # This program is free software; you can redistribute it and/or modify
***************
*** 691,700 ****
  		$(CGEN) $(CGENDIR) "$(CGENFLAGS)" \
  		$(arch) "$(FLAGS)" $(cpu) "$(isa)" $(mach) "$(SUFFIX)" "$(EXTRAFILES)"
  
  cgen-decode: force
  	$(SHELL) $(srccom)/cgen.sh decode $(srcdir) \
  		$(CGEN) $(CGENDIR) "$(CGENFLAGS)" \
! 		$(arch) "$(FLAGS)" $(cpu) "$(isa)" $(mach) "$(SUFFIX)" ignored
  
  cgen-cpu-decode: force
  	$(SHELL) $(srccom)/cgen.sh cpu-decode $(srcdir) \
--- 691,705 ----
  		$(CGEN) $(CGENDIR) "$(CGENFLAGS)" \
  		$(arch) "$(FLAGS)" $(cpu) "$(isa)" $(mach) "$(SUFFIX)" "$(EXTRAFILES)"
  
+ cgen-defs: force
+ 	$(SHELL) $(srccom)/cgen.sh defs $(srcdir) \
+ 		$(CGEN) $(CGENDIR) "$(CGENFLAGS)" \
+ 		$(arch) "$(FLAGS)" $(cpu) "$(isa)" $(mach) "$(SUFFIX)" ignored
+ 
  cgen-decode: force
  	$(SHELL) $(srccom)/cgen.sh decode $(srcdir) \
  		$(CGEN) $(CGENDIR) "$(CGENFLAGS)" \
! 		$(arch) "$(FLAGS)" $(cpu) "$(isa)" $(mach) "$(SUFFIX)" "$(EXTRAFILES)"
  
  cgen-cpu-decode: force
  	$(SHELL) $(srccom)/cgen.sh cpu-decode $(srcdir) \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-12-03 20:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-03 20:42 [Sim] Patch to sim/common/Make-common.in Ben Elliston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).