diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-28 23:13:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-28 23:13:44 +0000 |
commit | edc4ed85c8603a7f0fd33f11bdb7c68c2978a119 (patch) | |
tree | f29318446a1901395269693988a07ff1f4e3cc1f /gas/.Sanitize | |
parent | 07882245940db77eb343864330f652d3ec6a0d8a (diff) | |
download | gdb-edc4ed85c8603a7f0fd33f11bdb7c68c2978a119.zip gdb-edc4ed85c8603a7f0fd33f11bdb7c68c2978a119.tar.gz gdb-edc4ed85c8603a7f0fd33f11bdb7c68c2978a119.tar.bz2 |
add write.c to v850_files
Diffstat (limited to 'gas/.Sanitize')
-rw-r--r-- | gas/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize index eebfe6d..d9fe1b9e 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -189,7 +189,7 @@ else done fi -v850_files="ChangeLog configure.in configure Makefile.in" +v850_files="ChangeLog configure.in configure Makefile.in write.c" if ( echo $* | grep keep\-v850 > /dev/null ) ; then for i in $v850_files ; do if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then |