Message-ID: <002401c29529$af5adac0$0100a8c0@p4> From: "Andrew Cottrell" To: Subject: Fw: gdb/591: bfd/config.bfd does not support i768 (aka Intel P4) Date: Tue, 26 Nov 2002 19:55:31 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1123 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1123 Reply-To: djgpp-workers AT delorie DOT com FYI. ----- Original Message ----- From: To: ; ; Sent: Tuesday, November 26, 2002 9:15 AM Subject: Re: gdb/591: bfd/config.bfd does not support i768 (aka Intel P4) > Synopsis: bfd/config.bfd does not support i768 (aka Intel P4) > > State-Changed-From-To: open->analyzed > State-Changed-By: cagney > State-Changed-When: Mon Nov 25 14:15:29 2002 > State-Changed-Why: > patch approved: > > On Fri, Nov 08, 2002 at 10:32:28PM -0500, Andrew Cagney wrote: > > > Is this ok? I note that some parts of BFD's configure.in already > > recognize i786 but not all :-? > > > Seems reasonable to me. > > > > If it is, I can do a s/i\[23456\]/i\[34567\]/g on configure.in and > > config.bfd. > > > This too. (except that the above subst needs tweaking) > There might be a few more files too.. > > $ find . -type f \! -name \*~ \! -name \*.rej \! -name \*.orig \! -name .\#\* \! -name \#\* \! -name ChangeLog\* \! -name CVS | xargs grep -l 'i\[3456\]' > ./gas/configure > ./gas/configure.in > ./configure.in > ./config/acinclude.m4 > ./bfd/configure > ./bfd/configure.in > ./bfd/configure.host > ./bfd/config.bfd > ./libiberty/config.table > ./binutils/configure.in > ./binutils/configure > ./ld/configure.host > ./ld/configure.tgt > ./etc/configure.texi > ./expect/configure > ./gdb/NEWS > ./gdb/configure > ./gdb/configure.host > ./gdb/configure.tgt > ./gdb/config/i386/nm-i386.h > ./gdb/gdbserver/configure.srv > ./gdb/nlm/configure > ./gdb/nlm/configure.in > ./utils/sparclite/configure > ./utils/sparclite/configure.in > ./newlib/NEWS > ./newlib/README > ./newlib/configure.host > ./libgloss/configure > ./libgloss/libnosys/configure.in > ./libgloss/testsuite/libgloss.all/configure.in > > Feel free to update any of the binutils files. > > -- Alan Modra IBM OzLabs - Linux Technology Centre > > http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gdb&pr=591 > >