diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-07-06 17:03:06 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-07-06 17:03:06 +0000 |
commit | 7c1a9ec39d309aba58150801154589d40ce2dec3 (patch) | |
tree | f1ab7077384f6b0a93d1fd09fce11df0bcd40043 | |
parent | 265d172efb68723c605b0510abe0f4fba64f8834 (diff) | |
download | gdb-7c1a9ec39d309aba58150801154589d40ce2dec3.zip gdb-7c1a9ec39d309aba58150801154589d40ce2dec3.tar.gz gdb-7c1a9ec39d309aba58150801154589d40ce2dec3.tar.bz2 |
keep configure; clean elf.c not elfcode.h for arc
-rw-r--r-- | bfd/.Sanitize | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 941e783..b11a1b0 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -94,6 +94,7 @@ cofflink.c coffswap.h config config.bfd +configure configure.bat configure.host configure.in @@ -283,7 +284,7 @@ else done fi -arc_files="ChangeLog Makefile.in archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elfcode.h libbfd.h" +arc_files="ChangeLog Makefile.in archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h" 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 |