From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31031 invoked by alias); 6 Dec 2001 15:14:05 -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 31010 invoked from network); 6 Dec 2001 15:14:05 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 6 Dec 2001 15:14:05 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 8A3E63D5E; Thu, 6 Dec 2001 10:14:03 -0500 (EST) Message-ID: <3C0F8B3B.1020904@cygnus.com> Date: Thu, 06 Dec 2001 07:14:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: Pierre Muller Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Add support for i786 cpu. References: <4.2.0.58.20011206095610.01984b40@ics.u-strasbg.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00171.txt.bz2 > Uname now reports i786 cpu for a Pentium IV. > (at least the current CVS version for djgpp, > I don't know for other target). > > This makes the patterns > i[3456]86-*-.... > obsolete > so I replaced them by > i[34567]-*-.... > in the following patch. > > I alreday found this i[34567]86 pattern in > src/bfd/configure file. > > Is configure generated by configure.in? > If yes, how is this done? > > A lot of other dirs (including the master src dir) > need the same modifications.... Sounds like something to pull onto the 5.1 branch as well. Regenerating configure from configure.in involves the running of autoconf (cd src/gdb; autoconf). The relevant version is at ftp://sources.redhat.com/pub/binutils. Andrew > 2001-12-06 Pierre Muller > > * configure: Replace i[3456]86 patterns by i[34567]86 patterns > to support Pentium IV processor reported as i786 cpu. > * configure.in: Idem. > * configure.host: Idem. > * configure.tgt: Idem. > >