Fix sanitization of D10V script template
authorStan Shebs <shebs@codesourcery.com>
Fri, 1 Nov 1996 02:14:43 +0000 (02:14 +0000)
committerStan Shebs <shebs@codesourcery.com>
Fri, 1 Nov 1996 02:14:43 +0000 (02:14 +0000)
ld/scripttempl/.Sanitize

index 0a367668c3c954340ebcd07607da1ac5b47ea83f..11a99bd64cd8261f9611dcc4881a3273287859b1 100644 (file)
 
 Do-first:
 
+d10v_files="elfd10v.sc"
+
+if ( echo $* | grep keep\-d10v > /dev/null ) ; then
+       keep_these_too="${d10v_files} ${keep_these_too}"
+else
+       lose_these_too="${d10v_files} ${lose_these_too}"
+fi
+
 v850_files="v850.sc"
 
 if ( echo $* | grep keep\-v850 > /dev/null ) ; then
@@ -41,7 +49,6 @@ aout.sc
 delta68.sc
 ebmon29k.sc
 elf.sc
-elfd10v.sc
 elfmips.sc
 elfppc.sc
 go32coff.sc