handle v850.sc
[deliverable/binutils-gdb.git] / ld / scripttempl / .Sanitize
index 0e6008a87dc48f29e929b3bbeb0f9bb2fc6af14f..0a367668c3c954340ebcd07607da1ac5b47ea83f 100644 (file)
 
 Do-first:
 
-rce_files="rce.sc"
+v850_files="v850.sc"
 
-if ( echo $* | grep keep\-rce > /dev/null ) ; then
-       keep_these_too="${rce_files} ${keep_these_too}"
+if ( echo $* | grep keep\-v850 > /dev/null ) ; then
+       keep_these_too="${v850_files} ${keep_these_too}"
 else
-       lose_these_too="${rce_files} ${lose_these_too}"
+       lose_these_too="${v850_files} ${lose_these_too}"
 fi
 
 # All files listed between the "Things-to-keep:" line and the
@@ -33,15 +33,21 @@ Things-to-keep:
 
 README
 a29k.sc
+aix.sc
 alpha.sc
 armaout.sc
+armcoff.sc
 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
@@ -49,16 +55,20 @@ h8500m.sc
 h8500s.sc
 hppaelf.sc
 i386coff.sc
-i386pe.sc
 i386go32.sc
 i386lynx.sc
+i386msdos.sc
 i960.sc
+m68kaux.sc
 m68kcoff.sc
 m68klynx.sc
 m88kbcs.sc
 mips.sc
 mipsbsd.sc
 nw.sc
+pe.sc
+ppcpe.sc
+psos.sc
 riscix.sc
 sa29200.sc
 sh.sc
@@ -67,7 +77,7 @@ sparclynx.sc
 st2000.sc
 vanilla.sc
 w65.sc
-z8ksim.sc
+z8000.sc
 
 Things-to-lose:
 
This page took 0.0238 seconds and 4 git commands to generate.