mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8042059: Various fixes to linux/sparc
Reviewed-by: twisti, kvn
This commit is contained in:
parent
e88c91e4c3
commit
c781bb874f
5 changed files with 29 additions and 33 deletions
|
@ -34,19 +34,7 @@
|
|||
#include "libproc_md.h"
|
||||
#endif
|
||||
|
||||
#if defined(sparc) || defined(sparcv9)
|
||||
/*
|
||||
If _LP64 is defined ptrace.h should be taken from /usr/include/asm-sparc64
|
||||
otherwise it should be from /usr/include/asm-sparc
|
||||
These two files define pt_regs structure differently
|
||||
*/
|
||||
#ifdef _LP64
|
||||
#include "asm-sparc64/ptrace.h"
|
||||
#else
|
||||
#include "asm-sparc/ptrace.h"
|
||||
#endif
|
||||
|
||||
#endif //sparc or sparcv9
|
||||
#include <linux/ptrace.h>
|
||||
|
||||
/************************************************************************************
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue