This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] Fix djgpp gdb-7.4 (and probably trunk) build failure in readline


On Fri, 27 Jan 2012 18:09:39 +0100, Pierre Muller wrote:
> DJGPP has no SIGWINCH
[...]
> 2012-01-27  Pierre Muller  <muller@ics.u-strasbg.fr>
> 
>         * signals.c (_rl_block_sigwinch, _rl_release_sigwinch): Add
>         conditional SIGWINCH around functions.

I see this is the only unconditional use of SIGWINCH in readline-6.2 which
I imported into GDB.  _rl_block_sigwinch was not present in readline-5.1
formerly bundled with GDB.  Therefore it is upstream readline-6.2 regression.

Could you post that patch to <bug-readline at gnu.org> and GDB should then
rather import the approved patch?


Thanks,
Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]