public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: "Pierre Muller" <pierre.muller@ics-cnrs.unistra.fr>
To: "'Joel Brobecker'" <brobecker@adacore.com>, <gdb@sourceware.org>
Cc: <gdb-patches@sourceware.org>
Subject: RE: 2 weeks away from potential GDB 7.4.1 release...
Date: Fri, 13 Apr 2012 08:07:00 -0000	[thread overview]
Message-ID: <003f01cd194c$6d4e7680$47eb6380$@muller@ics-cnrs.unistra.fr> (raw)
In-Reply-To: <20120412153301.GW25623@adacore.com>

We I committed a patch about a pascal regression

http://sourceware.org/ml/gdb-patches/2012-03/msg00599.html

http://sourceware.org/ml/gdb-cvs/2012-03/msg00205.html

I asked if I should merge it to fixes...

So I suppose that now is the time...
Is this OK?


ChangeLog entry:

2012-04-13  Pierre Muller  <muller@ics.u-strasbg.fr>

        * p-typeprint.c (pascal_type_print_method_args):
        Fix display of parameter of methods.


Index: p-typeprint.c
===================================================================
RCS file: /cvs/src/src/gdb/p-typeprint.c,v
retrieving revision 1.42.2.1
diff -c -r1.42.2.1 p-typeprint.c
*** p-typeprint.c       6 Jan 2012 04:43:21 -0000       1.42.2.1
--- p-typeprint.c       13 Apr 2012 08:04:10 -0000
***************
*** 183,190 ****
          physname += len;

          for (j = 0; j < i; ++j)
!           fputc_filtered (physname[i], stream);
!         fputs_filtered (physname, stream);

          physname += i;
          if (physname[0] != 0)
--- 183,189 ----
          physname += len;

          for (j = 0; j < i; ++j)
!           fputc_filtered (physname[j], stream);

          physname += i;
          if (physname[0] != 0)


  parent reply	other threads:[~2012-04-13  8:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-12 15:33 Joel Brobecker
2012-04-12 16:28 ` Paul Smith
2012-04-12 17:18   ` Joel Brobecker
2012-04-12 18:04     ` Paul Smith
2012-04-12 19:14       ` Joel Brobecker
2012-04-13 13:11         ` Jan Kratochvil
2012-04-12 17:34 ` Mike Frysinger
2012-04-12 17:42   ` Joel Brobecker
2012-04-13  8:07 ` Pierre Muller [this message]
2012-04-13 13:16 ` Jan Kratochvil
2012-04-13 19:10   ` Joel Brobecker
2012-04-19 15:29   ` Joel Brobecker
2012-04-20  8:44     ` Jan Kratochvil

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='003f01cd194c$6d4e7680$47eb6380$@muller@ics-cnrs.unistra.fr' \
    --to=pierre.muller@ics-cnrs.unistra.fr \
    --cc=brobecker@adacore.com \
    --cc=gdb-patches@sourceware.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).