Browse Source

Add sim-main.h to v850e_files for sanitization.

gdb-4_18-branch
Jason Molenda 29 years ago
parent
commit
240dd45fde
  1. 2
      sim/v850/.Sanitize

2
sim/v850/.Sanitize

@ -40,7 +40,7 @@ Things-to-lose:
Do-last:
v850e_files="interp.c simops.c v850.igen v850-dc ChangeLog"
v850e_files="interp.c simops.c v850.igen v850-dc ChangeLog sim-main.h"
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

Loading…
Cancel
Save