diff options
author | Jeff Law <law@redhat.com> | 1996-06-26 15:07:58 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-06-26 15:07:58 +0000 |
commit | e2d46d50a349265e7c52dc2d03d368e3a1117e6e (patch) | |
tree | 48a74c0463d86bb838906c0ce86905e8ab21245b /bfd | |
parent | 81508b2759e6effdcd77c2d9e002e58194038900 (diff) | |
download | gdb-e2d46d50a349265e7c52dc2d03d368e3a1117e6e.zip gdb-e2d46d50a349265e7c52dc2d03d368e3a1117e6e.tar.gz gdb-e2d46d50a349265e7c52dc2d03d368e3a1117e6e.tar.bz2 |
Sanitize h8s stuff out of bfd-in2.h too.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 5af89a2..f46cb72 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -315,7 +315,7 @@ else done fi -h8s_files="archures.c coff-h8300.c coffcode.h cpu-h8300.c ChangeLog" +h8s_files="archures.c coff-h8300.c coffcode.h cpu-h8300.c ChangeLog bfd-in2.h" if ( echo $* | grep keep\-h8s > /dev/null ) ; then for i in $h8s_files ; do if test ! -d $i && (grep sanitize-h8s $i > /dev/null) ; then |