This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfa] Recognize i786 in config.bfd


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]