public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: Wu Zhou <woodzltc@cn.ibm.com>
To: Daniel Jacobowitz <drow@false.org>
Cc: gdb@sourceware.org
Subject: Re: New Fortran test failures
Date: Wed, 01 Mar 2006 01:39:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.64.0602282038490.9196@localhost.localdomain> (raw)
In-Reply-To: <20060228025438.GA11899@nevyn.them.org>

On Mon, 27 Feb 2006, Daniel Jacobowitz wrote:

> On Mon, Feb 27, 2006 at 09:31:28PM -0500, Wu Zhou wrote:
> > Here is the fix.  OK to install?
> > 
> > 2006-02-28  Wu Zhou  <woodzltc@cn.ibm.com>
> > 
> > 	* f-typeprint.c (f_type_print_base): Delete the redundant space.
> 
> Yeah, this is fine.  Thank you.

Thanks.  Committed.

Here is what I just committed in.

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.7622
diff -c -p -r1.7622 ChangeLog
*** ChangeLog	28 Feb 2006 22:38:03 -0000	1.7622
--- ChangeLog	1 Mar 2006 01:35:29 -0000
***************
*** 1,3 ****
--- 1,7 ----
+ 2006-03-01  Wu Zhou  <woodzltc@cn.ibm.com>
+ 
+ 	 * f-typeprint.c (f_type_print_base): Delete the redundant space.
+ 
  2006-02-28  Kevin Buettner  <kevinb@redhat.com>
  
  	* Makefile.in (mn10300-linux-tdep.o): Update dependencies.
Index: f-typeprint.c
===================================================================
RCS file: /cvs/src/src/gdb/f-typeprint.c,v
retrieving revision 1.15
diff -c -p -r1.15 f-typeprint.c
*** f-typeprint.c	24 Feb 2006 07:26:10 -0000	1.15
--- f-typeprint.c	1 Mar 2006 01:35:29 -0000
*************** f_type_print_base (struct type *type, st
*** 416,422 ****
           the type name is, as recorded in the type itself.  If there
           is no type name, then complain. */
        if (TYPE_NAME (type) != NULL)
! 	fprintfi_filtered (level, stream, "%s ", TYPE_NAME (type));
        else
  	error (_("Invalid type code (%d) in symbol table."), TYPE_CODE (type));
        break;
--- 416,422 ----
           the type name is, as recorded in the type itself.  If there
           is no type name, then complain. */
        if (TYPE_NAME (type) != NULL)
! 	fprintfi_filtered (level, stream, "%s", TYPE_NAME (type));
        else
  	error (_("Invalid type code (%d) in symbol table."), TYPE_CODE (type));
        break;


Regards
- Wu Zhou

      reply	other threads:[~2006-03-01  1:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-28  2:54 Daniel Jacobowitz
2006-02-28 14:04 ` Wu Zhou
2006-02-28 15:46   ` Daniel Jacobowitz
2006-03-01  1:39     ` Wu Zhou [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=Pine.LNX.4.64.0602282038490.9196@localhost.localdomain \
    --to=woodzltc@cn.ibm.com \
    --cc=drow@false.org \
    --cc=gdb@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).