diff options
author | Fred Fish <fnf@specifix.com> | 1997-07-09 00:34:22 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-07-09 00:34:22 +0000 |
commit | 67bc13a47895b2500107dabb863e7172773b7257 (patch) | |
tree | c7d0d973a70c0f0cba80d5ff0560f0845a9966dd | |
parent | 7f2e68542bb088c0e61711e99d232d173af48044 (diff) | |
download | gdb-67bc13a47895b2500107dabb863e7172773b7257.zip gdb-67bc13a47895b2500107dabb863e7172773b7257.tar.gz gdb-67bc13a47895b2500107dabb863e7172773b7257.tar.bz2 |
Add coffswap.h to file list for TIc80 sanitization.
-rw-r--r-- | bfd/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index f0eb629..b5c2004 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -409,7 +409,7 @@ else done fi -tic80_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure configure.in targets.c coffcode.h" +tic80_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure configure.in targets.c coffcode.h coffswap.h" if ( echo $* | grep keep\-tic80 > /dev/null ) ; then for i in $tic80_files ; do if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then |