diff options
author | Doug Evans <dje@google.com> | 1998-01-28 18:42:55 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-28 18:42:55 +0000 |
commit | 36df40e0bfd939c01dd47e977853a7e67ce65976 (patch) | |
tree | e9e3a34bdf52d7c58f8860d89a6b274694a8068b /bfd/.Sanitize | |
parent | e6e3d4bdf4c9d28848bb19e51d4a949a8b12087c (diff) | |
download | gdb-36df40e0bfd939c01dd47e977853a7e67ce65976.zip gdb-36df40e0bfd939c01dd47e977853a7e67ce65976.tar.gz gdb-36df40e0bfd939c01dd47e977853a7e67ce65976.tar.bz2 |
* config.bfd, configure.in: Add dvp support.
* configure: Regenerate.
* aclocal.m4: Regenerate.
* archures.c, reloc.c, cpu-mips.c: Add dvp support.
* bfd-in2.h, libbfd.h, libcoff.h: Regenerate.
plus delete old txvu stuff, dvp generates mips files now
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index fb02228..da60467 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -31,14 +31,6 @@ else lose_these_too="${tic80_files} ${lose_these_too}" fi -sky_files="cpu-txvu.c elf32-txvu.c" - -if ( echo $* | grep keep\-sky > /dev/null ) ; then - keep_these_too="${sky_files} ${keep_these_too}" -else - lose_these_too="${sky_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 @@ -578,7 +570,7 @@ else done fi -sky_files="ChangeLog Makefile.in Makefile.am archures.c elf.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h libbfd.h" +sky_files="ChangeLog archures.c reloc.c cpu-mips.c config.bfd configure.in configure bfd-in2.h libbfd.h" if ( echo $* | grep keep\-sky > /dev/null ) ; then for i in $sky_files ; do if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then |