public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Log message fix
@ 2009-06-17 20:06 Masaki Muranaka
  2009-06-18  5:39 ` Doug Evans
  0 siblings, 1 reply; 6+ messages in thread
From: Masaki Muranaka @ 2009-06-17 20:06 UTC (permalink / raw)
  To: cgen

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

Hello,

This is a small and obvious fix. Is ChangeLog entry needed?

--
Masaki Muranaka
Monami software


[-- Attachment #2: desc-cpu.scm.diff --]
[-- Type: application/octet-stream, Size: 1021 bytes --]

Index: desc-cpu.scm
===================================================================
RCS file: /cvs/src/src/cgen/desc-cpu.scm,v
retrieving revision 1.22
diff -u -p -r1.22 desc-cpu.scm
--- desc-cpu.scm	28 Oct 2005 19:30:02 -0000	1.22
+++ desc-cpu.scm	17 Jun 2009 20:05:04 -0000
@@ -965,7 +965,7 @@ init_tables (void)
 ; Then they'd be usable and we wouldn't have to special case them here.
 
 (define (cgen-desc.h)
-  (logit 1 "Generating " (current-arch-name) " desc.h ...\n")
+  (logit 1 "Generating " (current-arch-name) "-desc.h ...\n")
   (string-write
    (gen-c-copyright "CPU data header for @arch@."
 		  CURRENT-COPYRIGHT CURRENT-PACKAGE)
@@ -1018,7 +1018,7 @@ init_tables (void)
 ; no place to put this file.  To be revisited when we do have such a place.
 
 (define (cgen-desc.c)
-  (logit 1 "Generating " (current-arch-name) " desc.c ...\n")
+  (logit 1 "Generating " (current-arch-name) "-desc.c ...\n")
   (string-write
    (gen-c-copyright "CPU data for @arch@."
 		  CURRENT-COPYRIGHT CURRENT-PACKAGE)

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

end of thread, other threads:[~2009-07-07  0:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-17 20:06 [PATCH] Log message fix Masaki Muranaka
2009-06-18  5:39 ` Doug Evans
2009-06-18  7:57   ` Masaki Muranaka
2009-06-18 15:35     ` Doug Evans
2009-07-07  0:19       ` Masaki Muranaka
2009-06-20 21:36     ` Doug Evans

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).