diff options
author | Fred Fish <fnf@specifix.com> | 1997-02-28 23:59:26 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-02-28 23:59:26 +0000 |
commit | 84fd6e7ed2d495c9c279c1a7e8bd933ed40ab605 (patch) | |
tree | 48419abf0d8377914785cc6bb1058889f508ba61 /bfd/.Sanitize | |
parent | 22f9f902d993f3a964db69dae1f814698454fca9 (diff) | |
download | gdb-84fd6e7ed2d495c9c279c1a7e8bd933ed40ab605.zip gdb-84fd6e7ed2d495c9c279c1a7e8bd933ed40ab605.tar.gz gdb-84fd6e7ed2d495c9c279c1a7e8bd933ed40ab605.tar.bz2 |
* coffcode.h (coff_set_flags): Add case for TIC80_ARCH_MAGIC.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 8a7d210..bd16175 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -447,7 +447,7 @@ else done fi -tic80_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure configure.in targets.c" +tic80_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure configure.in targets.c coffcode.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 |