* 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.
This commit is contained in:
Jeff Law
1994-11-25 08:06:49 +00:00
parent 8ee0532ba8
commit 2848f79344
11 changed files with 459 additions and 470 deletions

View File

@@ -521,7 +521,6 @@ find_unwind_entry(pc)
return NULL;
}
/* start-sanitize-hpread */
/* Return the adjustment necessary to make for addresses on the stack
as presented by hpread.c.
@@ -540,7 +539,6 @@ hpread_adjust_stack_address (func_addr)
else
return u->Total_frame_size << 3;
}
/* end-sanitize-hpread */
/* Called to determine if PC is in an interrupt handler of some
kind. */