diff options
author | Fred Fish <fnf@specifix.com> | 1993-10-12 02:44:07 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-10-12 02:44:07 +0000 |
commit | f7df1b2b260786a9e2927647c99254387aa37dbd (patch) | |
tree | c7d92c822abf16ba029eb6570578dcab30711518 /bfd/.Sanitize | |
parent | 80cad9ccad693bf4d0293b2011800c2048714c4a (diff) | |
download | gdb-f7df1b2b260786a9e2927647c99254387aa37dbd.zip gdb-f7df1b2b260786a9e2927647c99254387aa37dbd.tar.gz gdb-f7df1b2b260786a9e2927647c99254387aa37dbd.tar.bz2 |
Add elf64-sparc.c to lose_these_too if it is not added to keep_these_too.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index a2c39f9..297462b 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -17,6 +17,8 @@ Do-first: if ( echo $* | grep keep\-v9 > /dev/null ) ; then keep_these_too="elf64-sparc.c" +else + lose_these_too="elf64-sparc.c" fi # All files listed between the "Things-to-keep:" line and the |