diff options
author | Fred Fish <fnf@specifix.com> | 1997-05-24 15:28:55 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-05-24 15:28:55 +0000 |
commit | 61a5c2fdcfd9ff62c37fee9b8ae1f8b6b74e82f2 (patch) | |
tree | beb5f71fe0dbe50a8867009685d592cd3bb498dd /include/coff/.Sanitize | |
parent | 29a76b68a6ad48eb43cf95c906bdfbc3d55ea5a8 (diff) | |
download | gdb-61a5c2fdcfd9ff62c37fee9b8ae1f8b6b74e82f2.zip gdb-61a5c2fdcfd9ff62c37fee9b8ae1f8b6b74e82f2.tar.gz gdb-61a5c2fdcfd9ff62c37fee9b8ae1f8b6b74e82f2.tar.bz2 |
* internal.h (C_UEXT, C_STATLAB, C_EXTLAB, C_SYSTEM):
New storage classes for TIc80.
PR 12236
Diffstat (limited to 'include/coff/.Sanitize')
-rw-r--r-- | include/coff/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/coff/.Sanitize b/include/coff/.Sanitize index 6b63bc7..9b1e8d2 100644 --- a/include/coff/.Sanitize +++ b/include/coff/.Sanitize @@ -63,7 +63,7 @@ Things-to-lose: Do-last: -tic80_files="ChangeLog" +tic80_files="ChangeLog internal.h" if ( echo $* | grep keep\-tic80 > /dev/null ) ; then for i in $tic80_files ; do if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then |