aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1996-11-01 02:14:43 +0000
committerStan Shebs <shebs@codesourcery.com>1996-11-01 02:14:43 +0000
commitde61c9e1f30915edced6f787f08321991a2d6cc1 (patch)
tree0315dba4d26e5818b8d4ba617f768c42d9a7ee0b /ld
parent8665f3dcfacb2b9fdb699978727a89172123645d (diff)
downloadfsf-binutils-gdb-de61c9e1f30915edced6f787f08321991a2d6cc1.zip
fsf-binutils-gdb-de61c9e1f30915edced6f787f08321991a2d6cc1.tar.gz
fsf-binutils-gdb-de61c9e1f30915edced6f787f08321991a2d6cc1.tar.bz2
Fix sanitization of D10V script template
Diffstat (limited to 'ld')
-rw-r--r--ld/scripttempl/.Sanitize9
1 files changed, 8 insertions, 1 deletions
diff --git a/ld/scripttempl/.Sanitize b/ld/scripttempl/.Sanitize
index 0a36766..11a99bd 100644
--- a/ld/scripttempl/.Sanitize
+++ b/ld/scripttempl/.Sanitize
@@ -15,6 +15,14 @@
Do-first:
+d10v_files="elfd10v.sc"
+
+if ( echo $* | grep keep\-d10v > /dev/null ) ; then
+ keep_these_too="${d10v_files} ${keep_these_too}"
+else
+ lose_these_too="${d10v_files} ${lose_these_too}"
+fi
+
v850_files="v850.sc"
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
@@ -41,7 +49,6 @@ aout.sc
delta68.sc
ebmon29k.sc
elf.sc
-elfd10v.sc
elfmips.sc
elfppc.sc
go32coff.sc