* [patch] ada-lang.c, probable typo
@ 2007-08-05 4:13 msnyder
2007-08-06 4:56 ` Joel Brobecker
0 siblings, 1 reply; 7+ messages in thread
From: msnyder @ 2007-08-05 4:13 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 55 bytes --]
I'm sure this is what the author meant to type. ;-)
[-- Attachment #2: 1.txt --]
[-- Type: text/plain, Size: 959 bytes --]
2007-08-04 Michael Snyder <msnyder@access-company.com>
* ada-lang.c (desc_bounds): Comparison of function address to NULL.
Index: ada-lang.c
===================================================================
RCS file: /cvs/src/src/gdb/ada-lang.c,v
retrieving revision 1.99
diff -p -r1.99 ada-lang.c
*** ada-lang.c 13 Jun 2007 17:11:09 -0000 1.99
--- ada-lang.c 5 Aug 2007 04:10:50 -0000
*************** desc_bounds (struct value *arr)
*** 1322,1328 ****
desc_bounds_type (thin_descriptor_type (type));
LONGEST addr;
! if (desc_bounds_type == NULL)
error (_("Bad GNAT array descriptor"));
/* NOTE: The following calculation is not really kosher, but
--- 1322,1328 ----
desc_bounds_type (thin_descriptor_type (type));
LONGEST addr;
! if (bounds_type == NULL)
error (_("Bad GNAT array descriptor"));
/* NOTE: The following calculation is not really kosher, but
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [patch] ada-lang.c, probable typo
2007-08-05 4:13 [patch] ada-lang.c, probable typo msnyder
@ 2007-08-06 4:56 ` Joel Brobecker
2007-08-06 11:09 ` Daniel Jacobowitz
2007-08-06 20:07 ` msnyder
0 siblings, 2 replies; 7+ messages in thread
From: Joel Brobecker @ 2007-08-06 4:56 UTC (permalink / raw)
To: msnyder; +Cc: gdb-patches
> I'm sure this is what the author meant to type. ;-)
> 2007-08-04 Michael Snyder <msnyder@access-company.com>
>
> * ada-lang.c (desc_bounds): Comparison of function address to NULL.
Correct! We never tripped on this because the compiler would have to
generate incorrect debugging info for this to happen. We checked in
this fix in our tree and I think you should check it in too (but I don't
have approval priviledges).
Thanks!
--
Joel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [patch] ada-lang.c, probable typo
2007-08-06 4:56 ` Joel Brobecker
@ 2007-08-06 11:09 ` Daniel Jacobowitz
2007-08-06 11:30 ` Eli Zaretskii
2007-08-07 16:57 ` Joel Brobecker
2007-08-06 20:07 ` msnyder
1 sibling, 2 replies; 7+ messages in thread
From: Daniel Jacobowitz @ 2007-08-06 11:09 UTC (permalink / raw)
To: Joel Brobecker; +Cc: msnyder, gdb-patches
On Sun, Aug 05, 2007 at 09:59:58PM -0700, Joel Brobecker wrote:
> > I'm sure this is what the author meant to type. ;-)
>
> > 2007-08-04 Michael Snyder <msnyder@access-company.com>
> >
> > * ada-lang.c (desc_bounds): Comparison of function address to NULL.
>
> Correct! We never tripped on this because the compiler would have to
> generate incorrect debugging info for this to happen. We checked in
> this fix in our tree and I think you should check it in too (but I don't
> have approval priviledges).
Why on earth don't you?
Does anyone (including Joel, you get a chance to object when I
nominate you for more work) object to making Joel the maintainer of
Ada support in GDB?
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [patch] ada-lang.c, probable typo
2007-08-06 11:09 ` Daniel Jacobowitz
@ 2007-08-06 11:30 ` Eli Zaretskii
2007-08-06 19:57 ` msnyder
2007-08-07 16:57 ` Joel Brobecker
1 sibling, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2007-08-06 11:30 UTC (permalink / raw)
To: Daniel Jacobowitz; +Cc: brobecker, msnyder, gdb-patches
> Date: Mon, 6 Aug 2007 07:09:13 -0400
> From: Daniel Jacobowitz <drow@false.org>
> Cc: msnyder@sonic.net, gdb-patches@sourceware.org
>
> On Sun, Aug 05, 2007 at 09:59:58PM -0700, Joel Brobecker wrote:
> > I don't have approval priviledges.
>
> Why on earth don't you?
>
> Does anyone (including Joel, you get a chance to object when I
> nominate you for more work) object to making Joel the maintainer of
> Ada support in GDB?
It makes perfect sense to me to have Joel as Ada support maintainer.
I'm bewildered how did we fail to do that until now.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [patch] ada-lang.c, probable typo
2007-08-06 11:30 ` Eli Zaretskii
@ 2007-08-06 19:57 ` msnyder
0 siblings, 0 replies; 7+ messages in thread
From: msnyder @ 2007-08-06 19:57 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Daniel Jacobowitz, brobecker, msnyder, gdb-patches
>> Date: Mon, 6 Aug 2007 07:09:13 -0400
>> From: Daniel Jacobowitz <drow@false.org>
>> Cc: msnyder@sonic.net, gdb-patches@sourceware.org
>>
>> On Sun, Aug 05, 2007 at 09:59:58PM -0700, Joel Brobecker wrote:
>> > I don't have approval priviledges.
>>
>> Why on earth don't you?
>>
>> Does anyone (including Joel, you get a chance to object when I
>> nominate you for more work) object to making Joel the maintainer of
>> Ada support in GDB?
>
> It makes perfect sense to me to have Joel as Ada support maintainer.
>
> I'm bewildered how did we fail to do that until now.
I had the same thought.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [patch] ada-lang.c, probable typo
2007-08-06 4:56 ` Joel Brobecker
2007-08-06 11:09 ` Daniel Jacobowitz
@ 2007-08-06 20:07 ` msnyder
1 sibling, 0 replies; 7+ messages in thread
From: msnyder @ 2007-08-06 20:07 UTC (permalink / raw)
To: Joel Brobecker; +Cc: msnyder, gdb-patches
>> I'm sure this is what the author meant to type. ;-)
>
>> 2007-08-04 Michael Snyder <msnyder@access-company.com>
>>
>> * ada-lang.c (desc_bounds): Comparison of function address to NULL.
>
> Correct! We never tripped on this because the compiler would have to
> generate incorrect debugging info for this to happen. We checked in
> this fix in our tree and I think you should check it in too (but I don't
> have approval priviledges).
The heck with that -- I'm taking this as approval!
Committed. ;-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [patch] ada-lang.c, probable typo
2007-08-06 11:09 ` Daniel Jacobowitz
2007-08-06 11:30 ` Eli Zaretskii
@ 2007-08-07 16:57 ` Joel Brobecker
1 sibling, 0 replies; 7+ messages in thread
From: Joel Brobecker @ 2007-08-07 16:57 UTC (permalink / raw)
To: msnyder, gdb-patches
> Does anyone (including Joel, you get a chance to object when I
> nominate you for more work) object to making Joel the maintainer of
> Ada support in GDB?
No objection from me :). I was already committed to help maintaining
this file anyway.
--
Joel
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-08-07 16:57 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-05 4:13 [patch] ada-lang.c, probable typo msnyder
2007-08-06 4:56 ` Joel Brobecker
2007-08-06 11:09 ` Daniel Jacobowitz
2007-08-06 11:30 ` Eli Zaretskii
2007-08-06 19:57 ` msnyder
2007-08-07 16:57 ` Joel Brobecker
2007-08-06 20:07 ` msnyder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox