diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-10-18 04:35:35 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-10-18 04:35:35 +0000 |
commit | 4bb5d5671324488702adb4dd637cc5cf1cb12af9 (patch) | |
tree | 5f9e481b3f2e541e2015499e887ac7d73d325299 | |
parent | 8ff529d836c614c76a36cfbcbf848f6c56ad9e0f (diff) | |
download | binutils-4bb5d5671324488702adb4dd637cc5cf1cb12af9.zip binutils-4bb5d5671324488702adb4dd637cc5cf1cb12af9.tar.gz binutils-4bb5d5671324488702adb4dd637cc5cf1cb12af9.tar.bz2 |
* README: Mention problems with HP/UX.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/README | 14 |
2 files changed, 16 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1cc56a5..77c0a0d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2001-10-18 Andrew Cagney <ac131313@redhat.com> + + * README: Mention problems with HP/UX. + 2001-10-16 Andrew Cagney <ac131313@redhat.com> Based on code by John Moore <jmore@redhat.com>: @@ -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 |