diff options
author | Martin Hunt <hunt@redhat.com> | 1996-07-23 18:01:42 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1996-07-23 18:01:42 +0000 |
commit | 683b24264305fb99c26aed7321c00b476234bf3a (patch) | |
tree | 98b2750635f059c364d73f50996553a069a3b1da /ld | |
parent | e9525d967335a937c596bca942590c9794daaec1 (diff) | |
download | gdb-683b24264305fb99c26aed7321c00b476234bf3a.zip gdb-683b24264305fb99c26aed7321c00b476234bf3a.tar.gz gdb-683b24264305fb99c26aed7321c00b476234bf3a.tar.bz2 |
start-sanitize-d10v
Tue Jul 23 10:36:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* emulparams/d10velf.sh: New file.
end-sanitize-d10v
Diffstat (limited to 'ld')
-rw-r--r-- | ld/emulparams/.Sanitize | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/emulparams/.Sanitize b/ld/emulparams/.Sanitize index 2a97632..4114ff4 100644 --- a/ld/emulparams/.Sanitize +++ b/ld/emulparams/.Sanitize @@ -23,6 +23,14 @@ 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 + # All files listed between the "Things-to-keep:" line and the # "Do-last:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize |