diff options
author | Doug Evans <dje@google.com> | 1998-01-29 17:17:15 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-29 17:17:15 +0000 |
commit | a25897a9e54c703fd8b0e71382031a11c513440e (patch) | |
tree | e82acce4744d5f6962700b2dd3c248f090e99997 /bfd/.Sanitize | |
parent | e1b747c4f2f1a3eacf838a2b216ffca718163677 (diff) | |
download | gdb-a25897a9e54c703fd8b0e71382031a11c513440e.zip gdb-a25897a9e54c703fd8b0e71382031a11c513440e.tar.gz gdb-a25897a9e54c703fd8b0e71382031a11c513440e.tar.bz2 |
remove sky stuff from elf32-mips.c
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index da60467..570deaf 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -570,7 +570,7 @@ else done fi -sky_files="ChangeLog archures.c reloc.c cpu-mips.c config.bfd configure.in configure bfd-in2.h libbfd.h" +sky_files="ChangeLog archures.c elf32-mips.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 |