diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-11-25 22:00:26 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-11-25 22:00:26 +0000 |
commit | fd9223f9af5f578251c5931b915a4bba6d3b4497 (patch) | |
tree | 8ceac02c3e42ab8675dace1ce11bdf900af9722e /sim/v850 | |
parent | bd4ba9023a6ea01de7af697e4f04b7bd9b4001da (diff) | |
download | gdb-fd9223f9af5f578251c5931b915a4bba6d3b4497.zip gdb-fd9223f9af5f578251c5931b915a4bba6d3b4497.tar.gz gdb-fd9223f9af5f578251c5931b915a4bba6d3b4497.tar.bz2 |
Strip ChangeLog of v850e information
Diffstat (limited to 'sim/v850')
-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 e21fc66..2b890ef 100644 --- a/sim/v850/.Sanitize +++ b/sim/v850/.Sanitize @@ -40,7 +40,7 @@ Things-to-lose: Do-last: -v850e_files="interp.c simops.c v850.igen v850-dc" +v850e_files="interp.c simops.c v850.igen v850-dc ChangeLog" if ( echo $* | grep keep\-v850e > /dev/null ) ; then for i in $v850e_files ; do if test -r $i && (grep sanitize-v850e $i > /dev/null) ; then |