From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elena Zannoni To: Andrew Cagney Cc: Elena Zannoni , DJBARROW@de.ibm.com, gdb-patches@sourceware.cygnus.com, schwidefsky@de.ibm.com, ARENZ@de.ibm.com Subject: Re: s390 readline; Was: New gdb 31 & 64 bit patches for S/390 Date: Fri, 15 Jun 2001 10:27:00 -0000 Message-id: <15146.17800.278782.942601@kwikemart.cygnus.com> References: <3B2A2576.8070205@cygnus.com> X-SW-Source: 2001-06/msg00298.html Andrew Cagney writes: > Elena, > > I found this in the s390 patches for GDB. Given it was CC'd to > bash_maintainers I guess it, or an equivalent, was merged into the the > latest readline. > Yes, I just checked. It is in Readline 4.2. > I couldn't find the ChangeLog entry, can you make one up? > This is what the readline ChangeLog says: configure.in - add -fsigned-char to LOCAL_CFLAGS for Linux running on the IBM S/390 Elena > Andrew > > --- src.orig/readline/configure.in Sun Jul 9 19:19:56 2000 > +++ src.new/readline/configure.in Mon Feb 26 17:58:04 2001 > @@ -129,6 +129,7 @@ > > case "$host_cpu" in > *cray*) LOCAL_CFLAGS=-DCRAY ;; > +*s390*) LOCAL_CFLAGS=-fsigned-char ;; > esac > > case "$host_os" in > >