This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb/821: gdb v5.2.1 build on a s390 fails in linux-s390-low.c on PT_FPRx


The following reply was made to PR gdb/821; it has been noted by GNATS.

From: Daniel Jacobowitz <drow@mvista.com>
To: "Deweulf, Francois" <Francois.Deweulf@ca.com>
Cc: gdb-gnats@sources.redhat.com
Subject: Re: gdb/821: gdb v5.2.1 build on a s390 fails in linux-s390-low.c on PT_FPRx
Date: Wed, 13 Nov 2002 09:29:03 -0500

 On Wed, Nov 13, 2002 at 01:20:16PM -0000, Deweulf, Francois wrote:
 > Sorry but I did not found any GDB 5.3 branch under
 > ftp://sources.redhat.com/pub/gdb/snapshots/
 > I found other ptrace.h files, but still no PT_FPRx declarations.
 > Regards, Francois
 > 
 > > do
 > > echo "grepping $z"
 > > grep PT_FPR $z
 > > done
 > grepping /usr/include/asm/ptrace.h
 >         PT_FPR0_HI=pt_off(fp_regs.fprs[0].fp.hi),
 >         PT_FPR0_LO=pt_off(fp_regs.fprs[0].fp.lo),
 
 OK, that's the problem.  Mine says:
 #define PT_FPR0_HI  0x98
 instead.
 
 Could you send me a copy of your <asm/ptrace.h>?
 
 
 -- 
 Daniel Jacobowitz
 MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]