Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@cygnus.com>
To: Jason Molenda <jmolenda@apple.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [patch] remove extraneous check_typedef () call in c_val_print ()
Date: Wed, 05 Sep 2001 17:34:00 -0000	[thread overview]
Message-ID: <3B96C4AE.70401@cygnus.com> (raw)
In-Reply-To: <E557604E-9E58-11D5-BF6F-000393540DDC@apple.com>

jason,

i've sent you info on getting an account, once that is done, feel free 
to add your self to the write - after - approval list.

andrew

2001-08-31  Jason Molenda  (jmolenda@apple.com)

         * c-valprint.c (c_val_print):  Second call to check_typedef ()
         is no longer necessary.

Index: c-valprint.c
===================================================================
RCS file: /cvs/src/src/gdb/c-valprint.c,v
retrieving revision 1.9
diff -u -p -r1.9 c-valprint.c
--- c-valprint.c        2001/04/27 00:19:09     1.9
+++ c-valprint.c        2001/08/31 21:29:04
@@ -168,7 +168,6 @@ c_val_print (struct type *type, char *va
         {
           addr = unpack_pointer (type, valaddr + embedded_offset);
         print_unpacked_pointer:
-         elttype = check_typedef (TYPE_TARGET_TYPE (type));

           if (TYPE_CODE (elttype) == TYPE_CODE_FUNC)
             {


      parent reply	other threads:[~2001-09-05 17:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-31 14:40 Jason Molenda
2001-08-31 14:41 ` Jason Molenda
2001-09-05 16:27   ` Michael Snyder
2001-09-05 17:34   ` Andrew Cagney [this message]

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=3B96C4AE.70401@cygnus.com \
    --to=ac131313@cygnus.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=jmolenda@apple.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