diff options
author | John Gilmore <gnu@cygnus> | 1991-05-31 11:26:52 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-31 11:26:52 +0000 |
commit | 137a7f11191773e9e70f36edc4d27a2199b88a9a (patch) | |
tree | e6d1bfeb11487da694b829aa1e7a29c3d85a87ef /include | |
parent | 141c97eac7b0683480e63cc68d62d510fdee1f16 (diff) | |
download | gdb-137a7f11191773e9e70f36edc4d27a2199b88a9a.zip gdb-137a7f11191773e9e70f36edc4d27a2199b88a9a.tar.gz gdb-137a7f11191773e9e70f36edc4d27a2199b88a9a.tar.bz2 |
Add i386coff.h. Print msg when sanitizing sparc-opcode.h.
Diffstat (limited to 'include')
-rw-r--r-- | include/.Sanitize | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/.Sanitize b/include/.Sanitize index b43f4fd..b8d6d0f 100644 --- a/include/.Sanitize +++ b/include/.Sanitize @@ -45,6 +45,7 @@ ecoff.h gdbm.h getopt.h i386-opcode.h +i386coff.h i860-opcode.h i960-opcode.h ieee.h @@ -77,6 +78,7 @@ Do-last: if ( echo $* | grep keep\-v9 > /dev/null ) ; then echo Keeping v9 in sparc-opcode.h. else + echo Sanitizing v9 in sparc-opcode.h. rm -f new grep -v v9 sparc-opcode.h > new rm sparc-opcode.h @@ -88,7 +90,10 @@ echo Done in `pwd`. # # # $Log$ -# Revision 1.1 1991/05/23 17:00:59 rich +# Revision 1.2 1991/05/31 11:26:52 gnu +# Add i386coff.h. Print msg when sanitizing sparc-opcode.h. +# +# Revision 1.1 1991/05/23 17:00:59 rich # Initial revision # # |