diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-15 14:42:51 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-15 14:42:51 +0000 |
commit | bda616399558c403cb8d3cd90a128361c5d169a3 (patch) | |
tree | 829fe67fca5fec8c42ef20cbe83446168994359a /sim/v850/.Sanitize | |
parent | a2ab5e65eba0838ef24a59b56a37f9bd34023ffc (diff) | |
download | gdb-bda616399558c403cb8d3cd90a128361c5d169a3.zip gdb-bda616399558c403cb8d3cd90a128361c5d169a3.tar.gz gdb-bda616399558c403cb8d3cd90a128361c5d169a3.tar.bz2 |
Fix sanitization for v850 V v850e V v850eq
Diffstat (limited to 'sim/v850/.Sanitize')
-rw-r--r-- | sim/v850/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/v850/.Sanitize b/sim/v850/.Sanitize index ed86b90..1fde6fc 100644 --- a/sim/v850/.Sanitize +++ b/sim/v850/.Sanitize @@ -41,7 +41,7 @@ Things-to-lose: Do-last: # NOTE: keep-v850eq keeps all of keep-v850e as well. -v850e_files="interp.c simops.c v850_sim.h" +v850e_files="interp.c simops.c v850_sim.h v850.igen v850-dc" if ( echo $* | grep keep\-v850eq > /dev/null ) ; then for i in $v850e_files ; do if test -r $i && (grep sanitize-v850eq $i > /dev/null) ; then |