public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: frysk-common/ChangeLog
Date: Sat, 08 Dec 2007 01:07:00 -0000	[thread overview]
Message-ID: <20071208010722.18568.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  c5a53ab70bbd3acf3a8aee24627e651bb04127ee (commit)
      from  86395789e16a674353533d7b897df0f24ce4d2df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit c5a53ab70bbd3acf3a8aee24627e651bb04127ee
Author: Andrew Cagney <cagney@redhat.com>
Date:   Fri Dec 7 20:05:57 2007 -0500

    frysk-common/ChangeLog
    2007-12-07  Andrew Cagney  <cagney@redhat.com>
    
    	* mkenum.sh (map): Construct the String to Enum table using the
    	enum's name, not string.

-----------------------------------------------------------------------

Summary of changes:
 frysk-common/ChangeLog |    5 +++++
 frysk-common/mkenum.sh |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/frysk-common/ChangeLog b/frysk-common/ChangeLog
index 9d5bb00..3391c74 100644
--- a/frysk-common/ChangeLog
+++ b/frysk-common/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-07  Andrew Cagney  <cagney@redhat.com>
+
+	* mkenum.sh (map): Construct the String to Enum table using the
+	enum's name, not string.
+
 2007-12-06  Andrew Cagney  <cagney@redhat.com>
 
 	* frysk-common.ac (--enable-jar-compile): When JAVAC is GCJ,
diff --git a/frysk-common/mkenum.sh b/frysk-common/mkenum.sh
index 0413152..201c56f 100644
--- a/frysk-common/mkenum.sh
+++ b/frysk-common/mkenum.sh
@@ -100,7 +100,7 @@ print_member ()
     if test -z "${op}" ; then
 	if test x"$print" != x- ; then
 	    map="${map}
-${sp}    map.put (${_name}.enumString, ${_name});"
+${sp}    map.put (${_name}.enumName, ${_name});"
 	    valueOf="${valueOf}
 ${sp}    case ${_name}_: return ${_name};"
 	fi


hooks/post-receive
--
frysk system monitor/debugger


             reply	other threads:[~2007-12-08  1:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-08  1:07 cagney [this message]
2008-04-08 22:30 cagney
2008-04-14 18:21 cagney

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=20071208010722.18568.qmail@sourceware.org \
    --to=cagney@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /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).