diff options
-rw-r--r-- | ld/emulparams/.Sanitize | 9 | ||||
-rw-r--r-- | ld/scripttempl/.Sanitize | 1 |
2 files changed, 2 insertions, 8 deletions
diff --git a/ld/emulparams/.Sanitize b/ld/emulparams/.Sanitize index 12c2427..3e3505e 100644 --- a/ld/emulparams/.Sanitize +++ b/ld/emulparams/.Sanitize @@ -23,14 +23,6 @@ else lose_these_too="${arc_files} ${lose_these_too}" fi -d10v_files="d10velf.sh" - -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 - d30v_files="d30velf.sh" if ( echo $* | grep keep\-d30v > /dev/null ) ; then @@ -81,6 +73,7 @@ armaoutl.sh armcoff.sh armpe.sh coff_sparc.sh +d10velf.sh delta68.sh ebmon29k.sh elf32_sparc.sh diff --git a/ld/scripttempl/.Sanitize b/ld/scripttempl/.Sanitize index 67f0e9a..6bb4274 100644 --- a/ld/scripttempl/.Sanitize +++ b/ld/scripttempl/.Sanitize @@ -57,6 +57,7 @@ aout.sc delta68.sc ebmon29k.sc elf.sc +elfd10v.sc elfmips.sc elfppc.sc go32coff.sc |