diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-09-03 07:08:36 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-09-03 07:08:36 +0000 |
commit | 2ec2c9f4b8afcbaa7d78dbf5d65af13f2232b105 (patch) | |
tree | ad51689457943f6128870c8fd0e059cf3f254e53 /bfd/.Sanitize | |
parent | 5b1748d494c15b92407edc954683b87d520d15cd (diff) | |
download | gdb-2ec2c9f4b8afcbaa7d78dbf5d65af13f2232b105.zip gdb-2ec2c9f4b8afcbaa7d78dbf5d65af13f2232b105.tar.gz gdb-2ec2c9f4b8afcbaa7d78dbf5d65af13f2232b105.tar.bz2 |
sanitize changelog.2
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index c9a9b97..98b3221 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -237,7 +237,7 @@ Things-to-lose: Do-last: -i960xl_files="ChangeLog archures.c bfd-in2.h cpu-i960.c coffcode.h" +i960xl_files="ChangeLog ChangeLog.2 archures.c bfd-in2.h cpu-i960.c coffcode.h" if ( echo $* | grep keep\-i960xl > /dev/null ) ; then if [ -n "${verbose}" ] ; then echo Keeping i960xl stuff in $i960xl_files. @@ -258,7 +258,7 @@ else done fi -rce_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure.in configure targets.c aoutx.h libaout.h" +rce_files="ChangeLog ChangeLog.2 Makefile.in archures.c bfd-in2.h config.bfd configure.in configure targets.c aoutx.h libaout.h" if ( echo $* | grep keep\-rce > /dev/null ) ; then for i in $rce_files ; do if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then @@ -286,7 +286,7 @@ else done fi -arc_files="ChangeLog Makefile.in archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h" +arc_files="ChangeLog ChangeLog.2 Makefile.in archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h" if ( echo $* | grep keep\-arc > /dev/null ) ; then for i in $arc_files ; do if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then |