Re: [PATCH, v2] Fix build on ia64

2020-03-05 Thread Ludovic Courtès
Hi, John Paul Adrian Glaubitz skribis: > On 2/9/20 2:32 PM, Ludovic Courtès wrote: >>> I have actually signed the copyright assignment for the FSF already, but >>> only for gdb/binutils. I asked back then whether it would be possible to >>> sign the copyright assignment for all GNU projects but

Re: [PATCH, v2] Fix build on ia64

2020-03-04 Thread John Paul Adrian Glaubitz
On 2/9/20 2:32 PM, Ludovic Courtès wrote: >> I have actually signed the copyright assignment for the FSF already, but >> only for gdb/binutils. I asked back then whether it would be possible to >> sign the copyright assignment for all GNU projects but that was rejected. > > Yeah, that’s not

Re: [PATCH, v2] Fix build on ia64

2020-02-09 Thread Stefan Monnier
>> I have actually signed the copyright assignment for the FSF already, but >> only for gdb/binutils. I asked back then whether it would be possible to >> sign the copyright assignment for all GNU projects but that was rejected. > Yeah, that’s not possible. Companies can do that for their

Re: [PATCH, v2] Fix build on ia64

2020-02-09 Thread Ludovic Courtès
Hi, John Paul Adrian Glaubitz skribis: > I have actually signed the copyright assignment for the FSF already, but > only for gdb/binutils. I asked back then whether it would be possible to > sign the copyright assignment for all GNU projects but that was rejected. Yeah, that’s not possible. >

Re: [PATCH, v2] Fix build on ia64

2020-02-08 Thread John Paul Adrian Glaubitz
Hi Ludo! On 2/8/20 3:10 PM, Ludovic Courtès wrote: > John Paul Adrian Glaubitz skribis: > >> * libguile/continuations.c (capture_auxiliary_stack): Fix >> logic in preprocessor code when checking for ia64 host; >> fix dereferencing of ctx variable. >> * libguile/threads.h (struct

Re: [PATCH, v2] Fix build on ia64

2020-02-08 Thread Ludovic Courtès
John Paul Adrian Glaubitz skribis: > * libguile/continuations.c (capture_auxiliary_stack): Fix > logic in preprocessor code when checking for ia64 host; > fix dereferencing of ctx variable. > * libguile/threads.h (struct scm_thread): Add missing member > SCM_STACKITEM

[PATCH, v2] Fix build on ia64

2020-02-04 Thread John Paul Adrian Glaubitz
* libguile/continuations.c (capture_auxiliary_stack): Fix logic in preprocessor code when checking for ia64 host; fix dereferencing of ctx variable. * libguile/threads.h (struct scm_thread): Add missing member SCM_STACKITEM *auxiliary_stack_base. --- libguile/continuations.c | 6