* GDB 6.5 branch open for patches !
@ 2006-05-16 22:14 Joel Brobecker
2006-05-17 0:27 ` David S. Miller
0 siblings, 1 reply; 6+ messages in thread
From: Joel Brobecker @ 2006-05-16 22:14 UTC (permalink / raw)
To: gdb
Hello,
Just a quick note to confirm that the gdb-6.5 branch is now open
for patches. We also gratefully accept build reports and/or
testsuite reports.
I still have on my list:
1. Patch the branch to disable -Werror by default
2. Create a first pre-release probably in a few days from now.
3. Create a second pre-release a week before target-release date.
I suggest: Mon Jun 12.
4. Target date for the actual release: Mon Jun 19.
--
Joel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: GDB 6.5 branch open for patches !
2006-05-16 22:14 GDB 6.5 branch open for patches ! Joel Brobecker
@ 2006-05-17 0:27 ` David S. Miller
2006-05-17 0:32 ` David S. Miller
0 siblings, 1 reply; 6+ messages in thread
From: David S. Miller @ 2006-05-17 0:27 UTC (permalink / raw)
To: brobecker; +Cc: gdb
From: Joel Brobecker <brobecker@adacore.com>
Date: Tue, 16 May 2006 13:24:43 -0700
> Just a quick note to confirm that the gdb-6.5 branch is now open
> for patches. We also gratefully accept build reports and/or
> testsuite reports.
Some recent change broke thread debugging on Linux/Sparc, I'll try
to figure out where this regression came from.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: GDB 6.5 branch open for patches !
2006-05-17 0:27 ` David S. Miller
@ 2006-05-17 0:32 ` David S. Miller
2006-05-17 16:33 ` Joel Brobecker
2006-05-18 1:01 ` Joel Brobecker
0 siblings, 2 replies; 6+ messages in thread
From: David S. Miller @ 2006-05-17 0:32 UTC (permalink / raw)
To: brobecker; +Cc: gdb
From: "David S. Miller" <davem@davemloft.net>
Date: Tue, 16 May 2006 17:01:17 -0700 (PDT)
> From: Joel Brobecker <brobecker@adacore.com>
> Date: Tue, 16 May 2006 13:24:43 -0700
>
> > Just a quick note to confirm that the gdb-6.5 branch is now open
> > for patches. We also gratefully accept build reports and/or
> > testsuite reports.
>
> Some recent change broke thread debugging on Linux/Sparc, I'll try
> to figure out where this regression came from.
Actually... something is up with the test tarball.
In the test tarball from the FTP site, the file
gdb-6.4.0.20060516/gdb/sparc-linux-nat.c only contains the function
"_initialize_sparc_linux_nat ()", whereas in the gdb-6.5 branch that
file also contains the necessary supply_gregset() et al. that should
be.
Perhaps the 6.5 branch snapshot FTP url was incorrect or it contains
the wrong sources :-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: GDB 6.5 branch open for patches !
2006-05-17 0:32 ` David S. Miller
@ 2006-05-17 16:33 ` Joel Brobecker
2006-05-18 1:01 ` Joel Brobecker
1 sibling, 0 replies; 6+ messages in thread
From: Joel Brobecker @ 2006-05-17 16:33 UTC (permalink / raw)
To: David S. Miller; +Cc: gdb
> Actually... something is up with the test tarball.
>
> In the test tarball from the FTP site, the file
> gdb-6.4.0.20060516/gdb/sparc-linux-nat.c only contains the function
> "_initialize_sparc_linux_nat ()", whereas in the gdb-6.5 branch that
> file also contains the necessary supply_gregset() et al. that should
> be.
>
> Perhaps the 6.5 branch snapshot FTP url was incorrect or it contains
> the wrong sources :-)
Let's see how it goes with tomorrow's sources. I think the snapshot
you tried was from the 6.4 branch, since I just updated the nightly
script that does the source packaging. I'll double-check everything
tomorrow.
--
Joel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: GDB 6.5 branch open for patches !
2006-05-17 0:32 ` David S. Miller
2006-05-17 16:33 ` Joel Brobecker
@ 2006-05-18 1:01 ` Joel Brobecker
2006-05-18 1:33 ` David S. Miller
1 sibling, 1 reply; 6+ messages in thread
From: Joel Brobecker @ 2006-05-18 1:01 UTC (permalink / raw)
To: David S. Miller; +Cc: gdb
Hi David,
> Actually... something is up with the test tarball.
>
> In the test tarball from the FTP site, the file
> gdb-6.4.0.20060516/gdb/sparc-linux-nat.c only contains the function
> "_initialize_sparc_linux_nat ()", whereas in the gdb-6.5 branch that
> file also contains the necessary supply_gregset() et al. that should
> be.
>
> Perhaps the 6.5 branch snapshot FTP url was incorrect or it contains
> the wrong sources :-)
I just double-checked today's tarball, and this file now contains
the supply_* functions. I think my announcement message was not
clear enough, so I will make sure to improve it for next time.
As of today, the tarball in the FTP directory contains the gdb-6.5
pre-release snapshots.
--
Joel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: GDB 6.5 branch open for patches !
2006-05-18 1:01 ` Joel Brobecker
@ 2006-05-18 1:33 ` David S. Miller
0 siblings, 0 replies; 6+ messages in thread
From: David S. Miller @ 2006-05-18 1:33 UTC (permalink / raw)
To: brobecker; +Cc: gdb
From: Joel Brobecker <brobecker@adacore.com>
Date: Wed, 17 May 2006 09:57:52 -0700
> I just double-checked today's tarball, and this file now contains
> the supply_* functions. I think my announcement message was not
> clear enough, so I will make sure to improve it for next time.
> As of today, the tarball in the FTP directory contains the gdb-6.5
> pre-release snapshots.
Thanks a lot Joel.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-05-18 1:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-16 22:14 GDB 6.5 branch open for patches ! Joel Brobecker
2006-05-17 0:27 ` David S. Miller
2006-05-17 0:32 ` David S. Miller
2006-05-17 16:33 ` Joel Brobecker
2006-05-18 1:01 ` Joel Brobecker
2006-05-18 1:33 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox