diff options
author | Joyce Janczyn <janczyn@cygnus> | 1998-06-12 20:05:08 +0000 |
---|---|---|
committer | Joyce Janczyn <janczyn@cygnus> | 1998-06-12 20:05:08 +0000 |
commit | c7dd0ea6bc4773397f9344c5c90d5d56f03d747c (patch) | |
tree | 5d842d80fd9c4c085740068c527711cdfebbdb15 /sim | |
parent | a85e84c530dd2544291396ebd09b19f9c160a0fc (diff) | |
download | gdb-c7dd0ea6bc4773397f9344c5c90d5d56f03d747c.zip gdb-c7dd0ea6bc4773397f9344c5c90d5d56f03d747c.tar.gz gdb-c7dd0ea6bc4773397f9344c5c90d5d56f03d747c.tar.bz2 |
Add dv-mn103iop.c to list of files to sanitize out.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/mn10300/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mn10300/.Sanitize b/sim/mn10300/.Sanitize index 2de2a3d..4e4c763 100644 --- a/sim/mn10300/.Sanitize +++ b/sim/mn10300/.Sanitize @@ -15,7 +15,7 @@ Do-first: -am30_files="dv-mn103cpu.c dv-mn103int.c dv-mn103tim.c dv-mn103ser.c" +am30_files="dv-mn103cpu.c dv-mn103int.c dv-mn103tim.c dv-mn103ser.c dv-mn103iop.c" if ( echo $* | grep keep\-am30 > /dev/null ) ; then keep_these_too="${am30_files} ${keep_these_too}" else |