From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24443 invoked by alias); 31 Jan 2002 01:30:31 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 24406 invoked from network); 31 Jan 2002 01:30:29 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 31 Jan 2002 01:30:29 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id DA2AE3DD1 for ; Wed, 30 Jan 2002 20:30:23 -0500 (EST) Message-ID: <3C589E2E.5040504@cygnus.com> Date: Wed, 30 Jan 2002 17:30:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [patch] Mention i386 problem Content-Type: multipart/mixed; boundary="------------090001080702090003060502" X-SW-Source: 2002-01/txt/msg00791.txt.bz2 This is a multi-part message in MIME format. --------------090001080702090003060502 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 88 FYI, I added the attatched. At least it is now documented. (trunk and branch) Andrew --------------090001080702090003060502 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 828 2002-01-30 Andrew Cagney * PROBLEMS: Note that the i386 fix was missing from 5.1.1. Index: PROBLEMS =================================================================== RCS file: /cvs/src/src/gdb/PROBLEMS,v retrieving revision 1.2 diff -p -r1.2 PROBLEMS *** PROBLEMS 2001/12/07 23:33:19 1.2 --- PROBLEMS 2002/01/31 01:27:25 *************** *** 1,3 **** --- 1,17 ---- + Known problems in GDB 5.1.1 + + + See also the bug database http://www.gnu.org/software/gdb/bugs/ + + + Contrary to the GDB 5.1 announcement, the update did not contain fixes + to a i386 floating point problem. The latest sources do contain the + fix and it will be included in GDB 5.2. + + + Known problems in GDB 5.1 + + hppa2.0-hp-hpux10.20 Due to a problem (conflicting types) with libiberty/regex.c, GDB 5.1 --------------090001080702090003060502--