* Re: rolling 5.3.92 tomorrow
@ 2003-09-11 17:41 Michael Elizabeth Chastain
0 siblings, 0 replies; 11+ messages in thread
From: Michael Elizabeth Chastain @ 2003-09-11 17:41 UTC (permalink / raw)
To: ac131313, gdb
5.3.91 was fine in my test bed. I'm spinning the tests right now, including
gdb_6_0-branch 2003-09-11 07:19:23 UTC. I'll have a report in 12-18 hours.
Michael C
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: rolling 5.3.92 tomorrow
@ 2003-09-11 20:12 Michael Elizabeth Chastain
0 siblings, 0 replies; 11+ messages in thread
From: Michael Elizabeth Chastain @ 2003-09-11 20:12 UTC (permalink / raw)
To: ac131313, gdb
> http://sources.redhat.com/gdb/bugs/1367
> readline/doc/history.0 deleted
I haven't done any more looking since my last comment. :(
Is this really a show-stopper for releasing gdb?
> http://sources.redhat.com/gdb/bugs/857
> GDB contains intl/ droppings
> Did/can micahelC's hacks fix this?
I didn't touch this, but the same place that I fixed gdb/708
would be a good place to hack in a few more 'rm' statements.
It's in file src-release, rule do-proto-toplev.
I will look at 857 tonight.
Michael C
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: rolling 5.3.92 tomorrow
@ 2003-09-11 17:46 Michael Elizabeth Chastain
0 siblings, 0 replies; 11+ messages in thread
From: Michael Elizabeth Chastain @ 2003-09-11 17:46 UTC (permalink / raw)
To: drow, gdb
drow> The only other issue I know of is that Mark's per-objfile-data patch,
drow> and my fix for the assertion failures in Java, aren't on the branch
drow> yet. Should we move those patches over?
I would love to have the Java assertion patch on the branch.
It's a very localized patch -- it just changes the order of
two tests, really. It's easy to verify that it can't break
anything. And on the upside, it fixes a crash bug.
Michael C
^ permalink raw reply [flat|nested] 11+ messages in thread
* rolling 5.3.92 tomorrow
@ 2003-09-11 14:22 Andrew Cagney
2003-09-11 14:37 ` Daniel Jacobowitz
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Andrew Cagney @ 2003-09-11 14:22 UTC (permalink / raw)
To: gdb
FYI,
Assuming that there aren't any more crasher bugs and the current ones
are in, I'll roll up another draft 6.0 tomorrow. Hopefully, after that,
I'll be able to roll out the real thing early next week.
Andrew
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: rolling 5.3.92 tomorrow
2003-09-11 14:22 Andrew Cagney
@ 2003-09-11 14:37 ` Daniel Jacobowitz
2003-09-11 17:53 ` Elena Zannoni
2003-09-11 19:47 ` Andrew Cagney
2003-09-14 23:50 ` Andrew Cagney
2 siblings, 1 reply; 11+ messages in thread
From: Daniel Jacobowitz @ 2003-09-11 14:37 UTC (permalink / raw)
To: gdb
On Thu, Sep 11, 2003 at 10:22:35AM -0400, Andrew Cagney wrote:
> FYI,
>
> Assuming that there aren't any more crasher bugs and the current ones
> are in, I'll roll up another draft 6.0 tomorrow. Hopefully, after that,
> I'll be able to roll out the real thing early next week.
Great. I have one patch left to check in (ctx->in_reg), I'll do that
today.
The only other issue I know of is that Mark's per-objfile-data patch,
and my fix for the assertion failures in Java, aren't on the branch
yet. Should we move those patches over?
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: rolling 5.3.92 tomorrow
2003-09-11 14:37 ` Daniel Jacobowitz
@ 2003-09-11 17:53 ` Elena Zannoni
2003-09-14 18:36 ` Daniel Jacobowitz
0 siblings, 1 reply; 11+ messages in thread
From: Elena Zannoni @ 2003-09-11 17:53 UTC (permalink / raw)
To: Daniel Jacobowitz; +Cc: gdb
Daniel Jacobowitz writes:
> On Thu, Sep 11, 2003 at 10:22:35AM -0400, Andrew Cagney wrote:
> > FYI,
> >
> > Assuming that there aren't any more crasher bugs and the current ones
> > are in, I'll roll up another draft 6.0 tomorrow. Hopefully, after that,
> > I'll be able to roll out the real thing early next week.
>
> Great. I have one patch left to check in (ctx->in_reg), I'll do that
> today.
>
> The only other issue I know of is that Mark's per-objfile-data patch,
> and my fix for the assertion failures in Java, aren't on the branch
> yet. Should we move those patches over?
>
I don't see why not. They didn't cause any problems in the trunk.
elena
> --
> Daniel Jacobowitz
> MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: rolling 5.3.92 tomorrow
2003-09-11 17:53 ` Elena Zannoni
@ 2003-09-14 18:36 ` Daniel Jacobowitz
0 siblings, 0 replies; 11+ messages in thread
From: Daniel Jacobowitz @ 2003-09-14 18:36 UTC (permalink / raw)
To: gdb
On Thu, Sep 11, 2003 at 02:02:50PM -0400, Elena Zannoni wrote:
> Daniel Jacobowitz writes:
> > On Thu, Sep 11, 2003 at 10:22:35AM -0400, Andrew Cagney wrote:
> > > FYI,
> > >
> > > Assuming that there aren't any more crasher bugs and the current ones
> > > are in, I'll roll up another draft 6.0 tomorrow. Hopefully, after that,
> > > I'll be able to roll out the real thing early next week.
> >
> > Great. I have one patch left to check in (ctx->in_reg), I'll do that
> > today.
> >
> > The only other issue I know of is that Mark's per-objfile-data patch,
> > and my fix for the assertion failures in Java, aren't on the branch
> > yet. Should we move those patches over?
> >
>
> I don't see why not. They didn't cause any problems in the trunk.
I've done this now.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: rolling 5.3.92 tomorrow
2003-09-11 14:22 Andrew Cagney
2003-09-11 14:37 ` Daniel Jacobowitz
@ 2003-09-11 19:47 ` Andrew Cagney
2003-09-13 0:54 ` Jim Blandy
2003-09-14 23:50 ` Andrew Cagney
2 siblings, 1 reply; 11+ messages in thread
From: Andrew Cagney @ 2003-09-11 19:47 UTC (permalink / raw)
To: gdb
Checking/editing the bug database:
> http://sources.redhat.com/gdb/bugs/1367
> readline/doc/history.0 deleted
needs to be investigated
> http://sources.redhat.com/gdb/bugs/857
> GDB contains intl/ droppings
Did/can micahelC's hacks fix this?
> http://sources.redhat.com/gdb/bugs/378
> ``GNU/Linux'' ``Linux kernel''
The ARI's complaining about regressions in ppc-linux-tdep.c
Andrew
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: rolling 5.3.92 tomorrow
2003-09-11 19:47 ` Andrew Cagney
@ 2003-09-13 0:54 ` Jim Blandy
0 siblings, 0 replies; 11+ messages in thread
From: Jim Blandy @ 2003-09-13 0:54 UTC (permalink / raw)
To: Andrew Cagney; +Cc: gdb
Andrew Cagney <ac131313@redhat.com> writes:
> > http://sources.redhat.com/gdb/bugs/378
> > ``GNU/Linux'' ``Linux kernel''
>
> The ARI's complaining about regressions in ppc-linux-tdep.c
I think this is because I forgot to apply this patch to the 60 branch,
too. I'll do so now.
2003-06-24 Jim Blandy <jimb@redhat.com>
* ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
*** gdb/ppc-linux-tdep.c.~1.36.~ 2003-06-24 18:06:07.000000000 -0500
--- gdb/ppc-linux-tdep.c 2003-06-24 18:09:02.000000000 -0500
***************
*** 731,737 ****
}
! /* If DESC is the address of a 64-bit PowerPC Linux function
descriptor, return the descriptor's entry point. */
static CORE_ADDR
ppc64_desc_entry_point (CORE_ADDR desc)
--- 731,737 ----
}
! /* If DESC is the address of a 64-bit PowerPC GNU/Linux function
descriptor, return the descriptor's entry point. */
static CORE_ADDR
ppc64_desc_entry_point (CORE_ADDR desc)
***************
*** 894,915 ****
}
! /* Support for CONVERT_FROM_FUNC_PTR_ADDR(ADDR) on PPC64 Linux.
Usually a function pointer's representation is simply the address
! of the function. On Linux on the 64-bit PowerPC however, a function
! pointer is represented by a pointer to a TOC entry. This TOC entry
! contains three words, the first word is the address of the
! function, the second word is the TOC pointer (r2), and the third
! word is the static chain value. Throughout GDB it is currently
! assumed that a function pointer contains the address of the
! function, which is not easy to fix. In addition, the conversion of
! a function address to a function pointer would require allocation
! of a TOC entry in the inferior's memory space, with all its
! drawbacks. To be able to call C++ virtual methods in the inferior
! (which are called via function pointers), find_function_addr uses
! this function to get the function address from a function
! pointer. */
/* Return real function address if ADDR (a function pointer) is in the data
space and is therefore a special function pointer. */
--- 894,915 ----
}
! /* Support for CONVERT_FROM_FUNC_PTR_ADDR(ADDR) on PPC64 GNU/Linux.
Usually a function pointer's representation is simply the address
! of the function. On GNU/Linux on the 64-bit PowerPC however, a
! function pointer is represented by a pointer to a TOC entry. This
! TOC entry contains three words, the first word is the address of
! the function, the second word is the TOC pointer (r2), and the
! third word is the static chain value. Throughout GDB it is
! currently assumed that a function pointer contains the address of
! the function, which is not easy to fix. In addition, the
! conversion of a function address to a function pointer would
! require allocation of a TOC entry in the inferior's memory space,
! with all its drawbacks. To be able to call C++ virtual methods in
! the inferior (which are called via function pointers),
! find_function_addr uses this function to get the function address
! from a function pointer. */
/* Return real function address if ADDR (a function pointer) is in the data
space and is therefore a special function pointer. */
***************
*** 929,935 ****
}
! /* On 64-bit PowerPC Linux, the ELF header's e_entry field is the
address of a function descriptor for the entry point function, not
the actual entry point itself. So to find the actual address at
which execution should begin, we need to fetch the function's entry
--- 929,935 ----
}
! /* On 64-bit PowerPC GNU/Linux, the ELF header's e_entry field is the
address of a function descriptor for the entry point function, not
the actual entry point itself. So to find the actual address at
which execution should begin, we need to fetch the function's entry
***************
*** 1062,1068 ****
if (tdep->wordsize == 8)
{
! /* Handle PPC64 Linux function pointers (which are really
function descriptors). */
set_gdbarch_convert_from_func_ptr_addr
(gdbarch, ppc64_linux_convert_from_func_ptr_addr);
--- 1062,1068 ----
if (tdep->wordsize == 8)
{
! /* Handle PPC64 GNU/Linux function pointers (which are really
function descriptors). */
set_gdbarch_convert_from_func_ptr_addr
(gdbarch, ppc64_linux_convert_from_func_ptr_addr);
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: rolling 5.3.92 tomorrow
2003-09-11 14:22 Andrew Cagney
2003-09-11 14:37 ` Daniel Jacobowitz
2003-09-11 19:47 ` Andrew Cagney
@ 2003-09-14 23:50 ` Andrew Cagney
2003-09-15 0:01 ` Daniel Jacobowitz
2 siblings, 1 reply; 11+ messages in thread
From: Andrew Cagney @ 2003-09-14 23:50 UTC (permalink / raw)
To: Michael Elizabeth Chastain, gdb
> FYI,
>
> Assuming that there aren't any more crasher bugs and the current ones are in, I'll roll up another draft 6.0 tomorrow. Hopefully, after that, I'll be able to roll out the real thing early next week.
Well that didn't happen, I'll try again in a few hours or tomorrow ...
> I would love to have the Java assertion patch on the branch.
> It's a very localized patch -- it just changes the order of
> two tests, really. It's easy to verify that it can't break
> anything. And on the upside, it fixes a crash bug.
which Java assertion patch?
Andrew
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: rolling 5.3.92 tomorrow
2003-09-14 23:50 ` Andrew Cagney
@ 2003-09-15 0:01 ` Daniel Jacobowitz
0 siblings, 0 replies; 11+ messages in thread
From: Daniel Jacobowitz @ 2003-09-15 0:01 UTC (permalink / raw)
To: gdb
On Sun, Sep 14, 2003 at 07:50:36PM -0400, Andrew Cagney wrote:
> >FYI,
> >
> >Assuming that there aren't any more crasher bugs and the current ones are
> >in, I'll roll up another draft 6.0 tomorrow. Hopefully, after that, I'll
> >be able to roll out the real thing early next week.
>
> Well that didn't happen, I'll try again in a few hours or tomorrow ...
>
> >I would love to have the Java assertion patch on the branch.
> >It's a very localized patch -- it just changes the order of
> >two tests, really. It's easy to verify that it can't break
> >anything. And on the upside, it fixes a crash bug.
>
> which Java assertion patch?
I moved it over this morning - the one for dwarf2-frame.c.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2003-09-15 0:01 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-11 17:41 rolling 5.3.92 tomorrow Michael Elizabeth Chastain
-- strict thread matches above, loose matches on Subject: below --
2003-09-11 20:12 Michael Elizabeth Chastain
2003-09-11 17:46 Michael Elizabeth Chastain
2003-09-11 14:22 Andrew Cagney
2003-09-11 14:37 ` Daniel Jacobowitz
2003-09-11 17:53 ` Elena Zannoni
2003-09-14 18:36 ` Daniel Jacobowitz
2003-09-11 19:47 ` Andrew Cagney
2003-09-13 0:54 ` Jim Blandy
2003-09-14 23:50 ` Andrew Cagney
2003-09-15 0:01 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox