diff options
author | Jeff Law <law@redhat.com> | 1994-11-25 08:06:49 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-11-25 08:06:49 +0000 |
commit | 2848f793440a8e9988b1fc682b8f1546af1eaa28 (patch) | |
tree | 7c673e55a3ab09631a576463ebbd2fcae37bda6d /gdb/.Sanitize | |
parent | 8ee0532ba8de5c9f4055959738cbeb7244a3e7f8 (diff) | |
download | gdb-2848f793440a8e9988b1fc682b8f1546af1eaa28.zip gdb-2848f793440a8e9988b1fc682b8f1546af1eaa28.tar.gz gdb-2848f793440a8e9988b1fc682b8f1546af1eaa28.tar.bz2 |
* hpread.c: Include hp-symtab.h instead of hpux-symtab.h.
Various name changes to match those used by hp-symtab.h.
No longer sanitize away hpread changes. Merge ChangeLog.hpread into
ChangeLog and ChangeLog-93.
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index e5a24b1..31afb47 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -29,20 +29,6 @@ else fi fi -hpread_files="hpread.c ChangeLog.hpread" - -if ( echo $* | grep keep\-hpread > /dev/null ) ; then - keep_these_too="${hpread_files} ${keep_these_too}" - if [ -n "${verbose}" ] ; then - echo Keeping ${hpread_files} - fi -else - lose_these_too="${hpread_files} ${lose_these_too}" - if [ -n "${verbose}" ] ; then - echo Deleting ${hpread_files} - fi -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 @@ -159,6 +145,7 @@ hppa-pinsn.c hppa-tdep.c hppab-nat.c hppah-nat.c +hpread.c i386-pinsn.c i386-stub.c i386-tdep.c |