From: Andrew Cagney Date: Fri, 24 May 2002 02:56:29 +0000 (+0000) Subject: * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems. X-Git-Tag: gdb_5_2_1-2002-07-23-release~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59a363854d47a65da5bdf5de10d4219bdc2705f4;p=thirdparty%2Fbinutils-gdb.git * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 48d6b3a8d19..5928d7af750 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-05-23 Andrew Cagney + + * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems. + 2002-05-22 Michal Ludvig * dwarf2cfi.c (frame_state_for): Added safety check for a valid @@ -13,14 +17,12 @@ Merge from mainline: 2002-05-14 Michal Ludvig - - * 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 - - * 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 diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS index 09c62e1712f..49d27967daa 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.