* linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
defined(PT_FPR0_HI).
This commit is contained in:
parent
5045ec7ae4
commit
a1358604f1
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-11-20 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
|
||||
defined(PT_FPR0_HI).
|
||||
|
||||
2002-11-17 Stuart Hughes <seh@zee2.com>
|
||||
|
||||
* linux-arm-low.c (arm_num_regs): Increase.
|
||||
|
|
|
@ -49,7 +49,8 @@ static int s390_regmap[] = {
|
|||
|
||||
PT_FPC,
|
||||
|
||||
#ifdef PT_FPR0_HI
|
||||
/* <asm/ptrace.h> defines GPR_SIZE. */
|
||||
#if GPR_SIZE == 4
|
||||
PT_FPR0_HI, PT_FPR1_HI, PT_FPR2_HI, PT_FPR3_HI,
|
||||
PT_FPR4_HI, PT_FPR5_HI, PT_FPR6_HI, PT_FPR7_HI,
|
||||
PT_FPR8_HI, PT_FPR9_HI, PT_FPR10_HI, PT_FPR11_HI,
|
||||
|
|
Loading…
Reference in a new issue