* RE: 2 weeks away from potential GDB 7.4.1 release...
[not found] <20120412153301.GW25623@adacore.com>
@ 2012-04-13 8:29 ` Pierre Muller
2012-04-13 12:26 ` Joel Brobecker
0 siblings, 1 reply; 3+ messages in thread
From: Pierre Muller @ 2012-04-13 8:29 UTC (permalink / raw)
To: 'Joel Brobecker', gdb; +Cc: gdb-patches
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)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2 weeks away from potential GDB 7.4.1 release...
2012-04-13 8:29 ` 2 weeks away from potential GDB 7.4.1 release Pierre Muller
@ 2012-04-13 12:26 ` Joel Brobecker
2012-04-13 13:17 ` Pierre Muller
0 siblings, 1 reply; 3+ messages in thread
From: Joel Brobecker @ 2012-04-13 12:26 UTC (permalink / raw)
To: Pierre Muller; +Cc: gdb-patches
> So I suppose that now is the time...
> Is this OK?
No objection, so go ahead.
> 2012-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
>
> * p-typeprint.c (pascal_type_print_method_args):
> Fix display of parameter of methods.
--
Joel
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: 2 weeks away from potential GDB 7.4.1 release...
2012-04-13 12:26 ` Joel Brobecker
@ 2012-04-13 13:17 ` Pierre Muller
0 siblings, 0 replies; 3+ messages in thread
From: Pierre Muller @ 2012-04-13 13:17 UTC (permalink / raw)
To: 'Joel Brobecker'; +Cc: gdb-patches
> -----Message d'origine-----
> De : gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Joel Brobecker
> Envoyé : vendredi 13 avril 2012 14:22
> À : Pierre Muller
> Cc : gdb-patches@sourceware.org
> Objet : Re: 2 weeks away from potential GDB 7.4.1 release...
>
> > So I suppose that now is the time...
> > Is this OK?
>
> No objection, so go ahead.
Committed to gdb_7_4-branch.
Pierre Muller
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-04-13 12:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20120412153301.GW25623@adacore.com>
2012-04-13 8:29 ` 2 weeks away from potential GDB 7.4.1 release Pierre Muller
2012-04-13 12:26 ` Joel Brobecker
2012-04-13 13:17 ` Pierre Muller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox