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/scripttempl/.Sanitize | |
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/scripttempl/.Sanitize')
-rw-r--r-- | ld/scripttempl/.Sanitize | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ld/scripttempl/.Sanitize b/ld/scripttempl/.Sanitize index 30fd79c..ff7848b 100644 --- a/ld/scripttempl/.Sanitize +++ b/ld/scripttempl/.Sanitize @@ -15,14 +15,6 @@ Do-first: -h8s_files="h8300s.sc" - -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 @@ -46,6 +38,7 @@ elfppc.sc go32coff.sc h8300.sc h8300h.sc +h8300s.sc h8500.sc h8500b.sc h8500c.sc |