diff options
author | Jeff Law <law@redhat.com> | 1996-07-05 18:54:28 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-07-05 18:54:28 +0000 |
commit | cce8528df93021ce6c45f5e645f9281d3210f619 (patch) | |
tree | 6e2c129f695f6673e42e6d4326fac3e7c9688645 /ld/emulparams | |
parent | 16cf520e5f8451ba67154501745ad7cbeb46486c (diff) | |
download | gdb-cce8528df93021ce6c45f5e645f9281d3210f619.zip gdb-cce8528df93021ce6c45f5e645f9281d3210f619.tar.gz gdb-cce8528df93021ce6c45f5e645f9281d3210f619.tar.bz2 |
No longer sanitize away h8s stuff.
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/.Sanitize | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ld/emulparams/.Sanitize b/ld/emulparams/.Sanitize index da8e516..804a12a 100644 --- a/ld/emulparams/.Sanitize +++ b/ld/emulparams/.Sanitize @@ -23,14 +23,6 @@ else lose_these_too="${arc_files} ${lose_these_too}" fi -h8s_files="h8300s.sh" - -if ( echo $* | grep keep\-h8s > /dev/null ) ; then - keep_these_too="${h8s_files} ${keep_these_too}" -else - lose_these_too="${h8s_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 @@ -66,6 +58,7 @@ gld960coff.sh go32.sh h8300.sh h8300h.sh +h8300s.sh h8500.sh h8500b.sh h8500c.sh |