diff options
author | Martin Hunt <hunt@redhat.com> | 1996-07-18 00:39:03 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1996-07-18 00:39:03 +0000 |
commit | 7be9a3121d93c07f7a75d7c78f49a4bf6f2af20b (patch) | |
tree | 8b48b3ca8919d78ff1c883abf8696c51c6f02600 /gas/config/.Sanitize | |
parent | 2154656e3d46d0305bcb9441d8c58d25e8660687 (diff) | |
download | gdb-7be9a3121d93c07f7a75d7c78f49a4bf6f2af20b.zip gdb-7be9a3121d93c07f7a75d7c78f49a4bf6f2af20b.tar.gz gdb-7be9a3121d93c07f7a75d7c78f49a4bf6f2af20b.tar.bz2 |
start-sanitize-d10v
Wed Jul 17 14:25:13 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* config/tc-d10v.c: New file.
* config/tc-d10v.h: New file.
* configure (d10v-*-elf): New target.
* configure.in (d10v-*-elf): New target.
end-sanitize-d10v
Diffstat (limited to 'gas/config/.Sanitize')
-rw-r--r-- | gas/config/.Sanitize | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index 3931c52..ca1c10a 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -23,6 +23,14 @@ else lose_these_too="${arc_files} ${lose_these_too}" fi +d10v_files="tc-d10v.c tc-d10v.h" + +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 # "Files-to-sed:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize |