handle v850.sc
[deliverable/binutils-gdb.git] / ld / scripttempl / .Sanitize
index 55588e1dac1707958b32adc1c127b9a71010dda3..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
@@ -41,10 +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
@@ -56,6 +59,7 @@ i386go32.sc
 i386lynx.sc
 i386msdos.sc
 i960.sc
+m68kaux.sc
 m68kcoff.sc
 m68klynx.sc
 m88kbcs.sc
@@ -63,6 +67,8 @@ mips.sc
 mipsbsd.sc
 nw.sc
 pe.sc
+ppcpe.sc
+psos.sc
 riscix.sc
 sa29200.sc
 sh.sc
This page took 0.024008 seconds and 4 git commands to generate.