* hppa-hpux-tdep.c: Include "regcache.h".

* hppa-linux-tdep.c: Likewise.
	* hppa-tdep.c: Include "gdb_stdint.h".
	(find_unwind_entry): Cast host pointer to uintptr_t before passing
	it to paddr_nz.
	* Makefile.in: Update dependencies.
This commit is contained in:
Ulrich Weigand
2007-05-13 13:02:54 +00:00
parent 7157eed432
commit e7b178235e
5 changed files with 20 additions and 8 deletions

View File

@@ -35,6 +35,7 @@
#include "solib-som.h"
#include "solib-pa64.h"
#include "regset.h"
#include "regcache.h"
#include "exceptions.h"
#include "gdb_string.h"