This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Fwd: 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: Alan Modra <amodra at gmail dot com>, GDB <gdb-patches at sourceware dot org>, Nick Clifton <nickc at redhat dot com>
- Date: Mon, 28 Jul 2014 11:18:43 -0700
- Subject: Re: Fwd: GDB 7.8 update (getting closer, new pre-release)
- Authentication-results: sourceware.org; auth=none
- References: <20140717133826 dot GL4888 at adacore dot com> <CAMe9rOqNWg+JOt3-MBp8+N2j7n5vtft4i9uZNu+RJseUn7bLLw at mail dot gmail dot com> <20140717182341 dot GM4888 at adacore dot com> <CAMe9rOp05O-S-Pg1cEiFm+FdzknDSwJg3FTrob-K=UPXKSMmEA at mail dot gmail dot com> <20140719214017 dot GA9087 at bubble dot grove dot modra dot org> <20140728151448 dot GA6644 at adacore dot com>
On Mon, Jul 28, 2014 at 8:14 AM, Joel Brobecker <brobecker@adacore.com> wrote:
>> > > 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.
>> >
>> > Can you please have one of the binutils maintainers assess the risk
>> > level of backporting these patches into 7.8?
>>
>> I've become a little rusty on the x86 target code but it looks OK to
>> me. The simple approach that HJ has taken is quite suited to a
>> release branch, as compared to redesigning x86_64 ifunc support..
>> (The latter might be preferable on mainline to avoid the reloc
>> scanning, if possible, but I leave that decision to HJ.)
>
> Thanks, Alan.
>
> HJ,
>
> if this hasn't been ported to the branch yet, please go ahead now.
>
I checked them into 7.8 branch.
Thanks.
--
H.J.