This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: s390 readline; Was: New gdb 31 & 64 bit patches for S/390


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
 > 
 > 


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