diff options
author | Jeff Law <law@redhat.com> | 1994-08-19 16:04:42 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-08-19 16:04:42 +0000 |
commit | 36d4f4d8516c9293d633ad65dadf8e2f52c7a7b1 (patch) | |
tree | 9845c40f782813923b43748dcc0108f58f1ac1ed /include/.Sanitize | |
parent | 64b7bf9f67f7b173537cbe7e7b90c46b49d648c3 (diff) | |
download | gdb-36d4f4d8516c9293d633ad65dadf8e2f52c7a7b1.zip gdb-36d4f4d8516c9293d633ad65dadf8e2f52c7a7b1.tar.gz gdb-36d4f4d8516c9293d633ad65dadf8e2f52c7a7b1.tar.bz2 |
* hpux-symtab.h: New file describing the debug symbols emitted by
the HP C compilers.
Diffstat (limited to 'include/.Sanitize')
-rw-r--r-- | include/.Sanitize | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/.Sanitize b/include/.Sanitize index 3471105..ff7023b 100644 --- a/include/.Sanitize +++ b/include/.Sanitize @@ -21,6 +21,12 @@ else lose_these_too="mpw" fi +if ( echo $* | grep keep\-hpread > /dev/null ) ; then + keep_these_too="hpux-symtab.h ChangeLog.hpread" +else + lose_these_too="hpux-symtab.h ChangeLog.hpread" +fi + # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize |