* hppa-linux-nat.c: Use hppa-linux-offsets.h.

* hppa-linux-offsets.h: New file.
This commit is contained in:
Daniel Jacobowitz
2007-12-31 15:49:44 +00:00
parent 98b528ac84
commit afa3502125
3 changed files with 110 additions and 5 deletions

View File

@@ -29,11 +29,8 @@
#include <sys/ptrace.h>
#include <linux/version.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,43)
#include <asm/offset.h>
#else
#include <asm/offsets.h>
#endif
#include <asm/ptrace.h>
#include "hppa-linux-offsets.h"
#include "hppa-tdep.h"