2004-06-07 Guy Martin <gmsoft@gentoo.org>
Committed by Randolph Chung. * hppa-linux-nat.c: Include the correct version of the header file depending on the kernel version.
This commit is contained in:
parent
86fe4aaa40
commit
9a727a3c4f
@ -1,3 +1,9 @@
|
||||
2004-06-07 Guy Martin <gmsoft@gentoo.org>
|
||||
|
||||
Committed by Randolph Chung.
|
||||
* hppa-linux-nat.c: Include the correct version of the header file
|
||||
depending on the kernel version.
|
||||
|
||||
2004-06-06 Randolph Chung <tausq@debian.org>
|
||||
|
||||
* infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
|
||||
|
@ -27,7 +27,13 @@
|
||||
#include <sys/procfs.h>
|
||||
#include <sys/ptrace.h>
|
||||
#include <string.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 "hppa-tdep.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user