handle v850.sc
[deliverable/binutils-gdb.git] / ld / scripttempl / .Sanitize
index 55b8e8d6c581ef86cf79673af372ac89f80ed811..0a367668c3c954340ebcd07607da1ac5b47ea83f 100644 (file)
@@ -1,4 +1,4 @@
-# .Sanitize for devo/ld/config
+# .Sanitize for devo/ld/scripttempl.
 
 # Each directory to survive its way into a release will need a file
 # like this one called "./.Sanitize".  All keyword lines must exist,
 
 Do-first:
 
+v850_files="v850.sc"
+
+if ( echo $* | grep keep\-v850 > /dev/null ) ; then
+       keep_these_too="${v850_files} ${keep_these_too}"
+else
+       lose_these_too="${v850_files} ${lose_these_too}"
+fi
 
 # All files listed between the "Things-to-keep:" line and the
 # "Do-last:" line will be kept.  All other files will be removed.
@@ -26,23 +33,51 @@ 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
-hppaosf.sc
+h8500b.sc
+h8500c.sc
+h8500m.sc
+h8500s.sc
+hppaelf.sc
 i386coff.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
+sparccoff.sc
+sparclynx.sc
 st2000.sc
 vanilla.sc
-z8ksim.sc
+w65.sc
+z8000.sc
 
 Things-to-lose:
 
This page took 0.023515 seconds and 4 git commands to generate.