public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Dave Brolley <brolley@redhat.com>
To: cgen@sources.redhat.com
Subject: [commit] logit message demotion
Date: Wed, 16 Feb 2005 19:50:00 -0000	[thread overview]
Message-ID: <4213A3EB.7070906@redhat.com> (raw)

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

Hi,

I've commited the attached patch which demotes the logit message for a 
new derived operand to level 2. The default level is 1 and all the other 
level 1 messages are to log the start/end of major passes.

Dave

[-- Attachment #2: cgen-log.ChangeLog --]
[-- Type: text/plain, Size: 135 bytes --]

2005-02-16  Dave Brolley  <brolley@redhat.com>

	* operand.scm (-derived-operand-parse): Move logit message from level 1
	to level 2.


[-- Attachment #3: cgen-log.patch.txt --]
[-- Type: text/plain, Size: 1395 bytes --]

Index: cgen/operand.scm
===================================================================
RCS file: /cvs/src/src/cgen/operand.scm,v
retrieving revision 1.8
diff -c -p -r1.8 operand.scm
*** cgen/operand.scm	16 Jul 2003 05:35:47 -0000	1.8
--- cgen/operand.scm	16 Feb 2005 19:36:34 -0000
***************
*** 1,5 ****
  ; Operands
! ; Copyright (C) 2000, 2001 Red Hat, Inc.
  ; This file is part of CGEN.
  ; See file COPYING.CGEN for details.
  
--- 1,5 ----
  ; Operands
! ; Copyright (C) 2000, 2001, 2005 Red Hat, Inc.
  ; This file is part of CGEN.
  ; See file COPYING.CGEN for details.
  
***************
*** 869,875 ****
  	    ;(elm-set! result 'hw-name base-ifield)
  	    (elm-set! result 'index parsed-encoding)
  	    ; (elm-set! result 'index (hw-index-derived)) ; A temporary dummy
! 	    (logit 1 "new derived-operand; name=" name " hw-name= " (op:hw-name result) 
  		   " index=" (obj:name parsed-encoding) "\n")
  	    (derived-ifield-set-owner! parsed-encoding result)
  	    result))
--- 869,875 ----
  	    ;(elm-set! result 'hw-name base-ifield)
  	    (elm-set! result 'index parsed-encoding)
  	    ; (elm-set! result 'index (hw-index-derived)) ; A temporary dummy
! 	    (logit 2 "new derived-operand; name=" name " hw-name= " (op:hw-name result) 
  		   " index=" (obj:name parsed-encoding) "\n")
  	    (derived-ifield-set-owner! parsed-encoding result)
  	    result))

                 reply	other threads:[~2005-02-16 19:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4213A3EB.7070906@redhat.com \
    --to=brolley@redhat.com \
    --cc=cgen@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).