Re: [PATCH PR guile/21104] Fix GDB build failure with Guile 2.2

2018-02-06 Thread Doug Evans
On Tue, Feb 6, 2018 at 11:25 AM, Eli Zaretskii wrote: >> From: "Doug Evans via gdb-patches" >> Date: Tue, 6 Feb 2018 10:58:07 -0800 >> Cc: guile-devel@gnu.org >> >> diff --git a/gdb/NEWS b/gdb/NEWS >> index f69173a245..324f98b217 100644 >> --- a/gdb/NEWS >> +++ b/gdb/NEWS >> @@ -3,6 +3,8 @@ >> >>

Re: [PATCH PR guile/21104] Fix GDB build failure with Guile 2.2

2018-02-06 Thread Eli Zaretskii
> From: "Doug Evans via gdb-patches" > Date: Tue, 6 Feb 2018 10:58:07 -0800 > Cc: guile-devel@gnu.org > > diff --git a/gdb/NEWS b/gdb/NEWS > index f69173a245..324f98b217 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -3,6 +3,8 @@ > > *** Changes since GDB 8.1 > > +* Guile 2.2 support has been

[PATCH PR guile/21104] Fix GDB build failure with Guile 2.2

2018-02-06 Thread Doug Evans
Guile folk. Any comments? This patch gets gdb building again with guile 2.2. Regression tested with guile 2.0.{13,14} and 2.2.3 on amd64-linux. In time I think we could delete Guile 2.0 support and that would simplify the code, but no rush. [And if someone wants to redo the 2.0 support to further