diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-07-12 05:07:49 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-07-12 05:07:49 +0000 |
commit | 50982f7f9d9436b7f02655c496cedd298ec81ca8 (patch) | |
tree | d2c6ad7621c963720b8c040292cb1204062429b7 /opcodes/.Sanitize | |
parent | c403ad088bc9672dd3ccbf56d180721a1fe6812d (diff) | |
download | gdb-50982f7f9d9436b7f02655c496cedd298ec81ca8.zip gdb-50982f7f9d9436b7f02655c496cedd298ec81ca8.tar.gz gdb-50982f7f9d9436b7f02655c496cedd298ec81ca8.tar.bz2 |
Initial autoconfiscation; attempting also to remove use of bfd's sysdep.h file.
Diffstat (limited to 'opcodes/.Sanitize')
-rw-r--r-- | opcodes/.Sanitize | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index ab48103..6aa7cc7 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -46,6 +46,8 @@ alpha-opc.h arm-dis.c arm-opc.h a29k-dis.c +config.in +configure configure.bat configure.in dis-buf.c @@ -69,6 +71,7 @@ sh-opc.h sh-dis.c sparc-dis.c sparc-opc.c +sysdep.h w65-dis.c w65-opc.h z8k-dis.c @@ -100,7 +103,7 @@ else done fi -rce_files="configure.in" +rce_files="configure.in configure" if ( echo $* | grep keep\-rce > /dev/null ) ; then for i in $rce_files ; do if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then @@ -128,7 +131,7 @@ else done fi -arc_files="ChangeLog Makefile.in configure.in disassemble.c" +arc_files="ChangeLog Makefile.in configure.in configure disassemble.c" if ( echo $* | grep keep\-arc > /dev/null ) ; then for i in $arc_files ; do if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then |