]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
authorAndrew Cagney <cagney@redhat.com>
Fri, 24 May 2002 02:56:29 +0000 (02:56 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 24 May 2002 02:56:29 +0000 (02:56 +0000)
gdb/ChangeLog
gdb/PROBLEMS

index 48d6b3a8d19e457bd6eb7bab7a528c8cc36060e4..5928d7af7509cefb56a84a050fed1e8871cb2a4b 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
+
 2002-05-22  Michal Ludvig  <mludvig@suse.cz>
 
        * dwarf2cfi.c (frame_state_for): Added safety check for a valid
        Merge from mainline:
 
        2002-05-14  Michal Ludvig  <mludvig@suse.cz>
-
-               * dwarf2cfi.c (context_cpy): Copy registers correctly.
-               (update_context): Use __func__ in warnings.
+       * dwarf2cfi.c (context_cpy): Copy registers correctly.
+       (update_context): Use __func__ in warnings.
        
        2002-05-07  Michal Ludvig  <mludvig@suse.cz>
-
-               * dwarf2cfi.c: Code cleanup, removed unused variables,
-               added default labels to switch {} statements.
+       * dwarf2cfi.c: Code cleanup, removed unused variables,
+       added default labels to switch {} statements.
 
 2002-05-01  Andreas Schwab  <schwab@suse.de>
 
index 09c62e1712f293b1f3c81d0b3159e152308c0d39..49d27967daa04c3f5c1ccf9bb7f42ac559055229 100644 (file)
@@ -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.