handle v850.sc
[deliverable/binutils-gdb.git] / ld / scripttempl / .Sanitize
index c9ca8ac68177cacb22d90683e5560766f8390d23..0a367668c3c954340ebcd07607da1ac5b47ea83f 100644 (file)
 
 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,13 +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
@@ -42,20 +57,27 @@ 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.023413 seconds and 4 git commands to generate.