diff options
author | Jim Wilson <wilson@tuliptree.org> | 1997-03-03 00:35:40 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1997-03-03 00:35:40 +0000 |
commit | a3c5b9a4a1194ada4fbaac9a9ac928b92ae79747 (patch) | |
tree | c382516f587c3df6a94ae7baded93b3d299c29cc /bfd/.Sanitize | |
parent | a48ef404c7175df1b49e4d3bdfe341816e9429dd (diff) | |
download | gdb-a3c5b9a4a1194ada4fbaac9a9ac928b92ae79747.zip gdb-a3c5b9a4a1194ada4fbaac9a9ac928b92ae79747.tar.gz gdb-a3c5b9a4a1194ada4fbaac9a9ac928b92ae79747.tar.bz2 |
Correct d10v sanitization errors.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index bd16175..1d57cfc 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -23,14 +23,6 @@ else lose_these_too="${arc_files} ${lose_these_too}" fi -d10v_files="cpu-d10v.c elf32-d10v.c" - -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="cpu-d30v.c elf32-d30v.c" if ( echo $* | grep keep\-d30v > /dev/null ) ; then @@ -144,6 +136,7 @@ corefile.c cpu-a29k.c cpu-alpha.c cpu-arm.c +cpu-d10v.c cpu-h8300.c cpu-h8500.c cpu-hppa.c @@ -172,6 +165,7 @@ ecofflink.c ecoffswap.h elf-bfd.h elf.c +elf32-d10v.c elf32-gen.c elf32-hppa.c elf32-hppa.h |