* hpux-symtab.h: New file describing the debug symbols emitted by
the HP C compilers.
This commit is contained in:
parent
64b7bf9f67
commit
36d4f4d851
3 changed files with 2571 additions and 0 deletions
|
@ -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
|
||||
|
|
6
include/ChangeLog.hpread
Normal file
6
include/ChangeLog.hpread
Normal file
|
@ -0,0 +1,6 @@
|
|||
Fri Aug 19 09:56:31 1994 Jeff Law (law@snake.cs.utah.edu)
|
||||
|
||||
* hpux-symtab.h: New file describing the debug symbols emitted by
|
||||
the HP C compilers.
|
||||
|
||||
|
2559
include/hpux-symtab.h
Executable file
2559
include/hpux-symtab.h
Executable file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue