handle v850.sc
[deliverable/binutils-gdb.git] / ld / scripttempl / .Sanitize
index 30fd79c1c46ad4f13f3249d6bde3bbe6318d2734..0a367668c3c954340ebcd07607da1ac5b47ea83f 100644 (file)
 
 Do-first:
 
-h8s_files="h8300s.sc"
+v850_files="v850.sc"
 
-if ( echo $* | grep keep\-h8s > /dev/null ) ; then
-       keep_these_too="${h8s_files} ${keep_these_too}"
+if ( echo $* | grep keep\-v850 > /dev/null ) ; then
+       keep_these_too="${v850_files} ${keep_these_too}"
 else
-       lose_these_too="${h8s_files} ${lose_these_too}"
+       lose_these_too="${v850_files} ${lose_these_too}"
 fi
 
 # All files listed between the "Things-to-keep:" line and the
@@ -41,11 +41,13 @@ aout.sc
 delta68.sc
 ebmon29k.sc
 elf.sc
+elfd10v.sc
 elfmips.sc
 elfppc.sc
 go32coff.sc
 h8300.sc
 h8300h.sc
+h8300s.sc
 h8500.sc
 h8500b.sc
 h8500c.sc
This page took 0.023199 seconds and 4 git commands to generate.