This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: GDB 7.8 update (getting closer, new pre-release)
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: GDB <gdb-patches at sourceware dot org>
- Date: Thu, 17 Jul 2014 07:50:06 -0700
- Subject: Re: GDB 7.8 update (getting closer, new pre-release)
- Authentication-results: sourceware.org; auth=none
- References: <20140717133826 dot GL4888 at adacore dot com>
On Thu, Jul 17, 2014 at 6:38 AM, Joel Brobecker <brobecker@adacore.com> wrote:
> Hello everyone,
>
> First, a big Thank You to everyone who worked on cleaning out
> all the regressions and blocking issues so far. While the release
> process for this branch started as the quietest ever for me,
> the number of identified blocking issues eventually rose to about
> 3 times the number of issues identified in the previous release
> process. We're down to 3 entries in the TODO list before 7.8 release,
> so Thank You to everyone involved in the fixes getting us there.
>
> The 3 entries are:
>
> [Doug/Pedro] Asynchronous + all-stop problematic on gdbserver
> (being debated as not critical for 7.8, and I think I saw a patch
> from Doug to help the user in case of problem)
>
> [Doug] /usr/share/gdb/{guile,python}/ gets installed even --without-{guile,python}
> NTH - not serious, nice to have only
>
> [Doug] Precompile scheme files
> NTH - not critical, but just a bit more important than "nice to have"
>
> Issue #1 looks like it's on its way to being mitigated, and in
> the meantime isn't critical. Issue #2 is "nice to have", and
> issue #3 is "important".
>
> Doug - any thoughts on when we might a fix, at least for issue #3?
> I propose that we take issue #2 out of the mix. We've been doing
> this for Python files too, so it could be argued as not being
> a regression.
>
> I propose I make a second pre-release tomorrow morning, or even
> tonight. That should give people some time to re-test. I'm away
> next week, but hopefully by the time I come back, we'll be ready
> to make that release.
>
> Thoughts?
>
Is that possible to include those 2 patches:
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=144bed8d4d8a1bdc0067f55f2ee71c07e5594677
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=cca5b8b64b3286bb96cd7a2c18232d1acea85cd9
in GDB 7.8. It properly disassembles PLT section in libc.so with
IFUNC.
Thanks.
--
H.J.