aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-05-24 02:56:56 +0000
committerAndrew Cagney <cagney@redhat.com>2002-05-24 02:56:56 +0000
commit0db712473f7746f65d119d2be2def54c8841c654 (patch)
tree2ecc5f30c60acc65da044e1b16023deb1665da75 /gdb
parentb9e5e4dd2b66332b04a4b4cc6baa4908c479c338 (diff)
downloadfsf-binutils-gdb-0db712473f7746f65d119d2be2def54c8841c654.zip
fsf-binutils-gdb-0db712473f7746f65d119d2be2def54c8841c654.tar.gz
fsf-binutils-gdb-0db712473f7746f65d119d2be2def54c8841c654.tar.bz2
* PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/PROBLEMS12
2 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fa7a952..d8f73c0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2002-05-23 Andrew Cagney <ac131313@redhat.com>
+ * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
+
+2002-05-23 Andrew Cagney <ac131313@redhat.com>
+
From Ross Alexander at NEC Europe:
* config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS
index 09c62e1..49d2796 100644
--- a/gdb/PROBLEMS
+++ b/gdb/PROBLEMS
@@ -18,3 +18,15 @@ can be specified as part of the configuration vis:
$ 'CC=cc -Ae' ./configure
+s390*-*-*
+---------
+
+gdb/513: GDB does not build on s390 GNU/Linux. The problem should be
+fixed in more recent sources.
+
+
+i386-*-freebsd4.4*
+------------------
+
+gdb/455: GDB doesn't build on a FreeBSD 4.4-STABLE system. The
+problem is still being investigated.