From: Andrew Cagney Date: Thu, 18 Oct 2001 04:38:40 +0000 (+0000) Subject: * README: Mention problems with HP/UX. X-Git-Tag: gdb_5_1-2001-11-21-release~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e02ceddd6d28f557ebf1d283563c4d5bbba5dc3d;p=thirdparty%2Fbinutils-gdb.git * README: Mention problems with HP/UX. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c2dd293e3ae..3d156bb3d9a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2001-10-18 Andrew Cagney + + * README: Mention problems with HP/UX. + 2001-10-16 Christopher Faylor * win32-nat.c (safe_symbol_file_add_stub): Improve logic for avoiding diff --git a/gdb/README b/gdb/README index 6f32b257acc..a9e334aba54 100644 --- a/gdb/README +++ b/gdb/README @@ -429,9 +429,19 @@ GDB or its supporting libraries. Host/target specific installation notes ======================================= -solaris??-64-??? +hppa2.0-hp-hpux10.20 -Something goes here on how to set up a 64 bit build. +Due to a problem with libiberty/regex.c, GDB does not build on HP/UX +10.20 when using the HP supplied compiler. + +Due to bit rot problems, GDB does not work on HP/UX 10.20 when built +with GCC. + + +hppa2.0w-hp-hpux11.00 + +Due to a problem with ltconfig and long argument lines, GDB does not +configure on HP/UX 11.00. Remote debugging