This is the mail archive of the sid@sourceware.org mailing list for the SID 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]

[patch][commit] Correct Comment in sid/component/cgen-cpu/CGEN.sh.in


Hi,

I've committed the attached patch which corrects the Usage comment in this script template.

Dave
2006-05-10  Dave Brolley  <brolley@redhat.com>

	* CGEN.sh.in: Correct usage comment.

Index: sid/component/cgen-cpu/CGEN.sh.in
===================================================================
RCS file: /cvs/cvsfiles/devo/sid/component/cgen-cpu/CGEN.sh.in,v
retrieving revision 1.9
diff -c -p -r1.9 CGEN.sh.in
*** sid/component/cgen-cpu/CGEN.sh.in	21 Feb 2005 09:11:37 -0000	1.9
--- sid/component/cgen-cpu/CGEN.sh.in	5 May 2006 22:55:47 -0000
***************
*** 2,8 ****
  # Generate CGEN simulator files.
  #
  # Usage: /bin/sh cgen.sh cpu-decode srcdir \
! #	cgen cgendir cgenflags \
  #	arch archflags cpu isa mach prefix file-prefix \
  #	arch-file file-specs
  #
--- 2,8 ----
  # Generate CGEN simulator files.
  #
  # Usage: /bin/sh cgen.sh cpu-decode srcdir \
! #	cgendir cgenflags \
  #	arch archflags cpu isa mach prefix file-prefix \
  #	arch-file file-specs
  #

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