This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: GDB 7.11.90 available for testing
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 02 Aug 2016 18:29:22 +0300
- Subject: Re: GDB 7.11.90 available for testing
- Authentication-results: sourceware.org; auth=none
- References: <20160801161032.26E1E428A9@joel.gnat.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Joel Brobecker <brobecker@adacore.com>
> Date: Mon, 1 Aug 2016 09:10:32 -0700 (PDT)
>
> I have just finished creating the gdb-7.11.90 pre-release.
> It is available for download at the following location:
>
> ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-7.11.90.tar.xz
>
> A gzip'ed version is also available: gdb-7.11.90.tar.gz.
>
> Please give it a test if you can and report any problems you might find.
Building on MS-Windows natively with MinGW works fine. Two minor
comments:
. The merge with a newer Readline is still not done, sigh. So I
needeed to apply several patches again, to make a useful GDB.
. The default compiler is now g++, but "configure --help" still says
"--enable-build-with-cxx", which hints that it is by default
disabled. I suggest to update the --help text.
Thanks.