This is the mail archive of the gdb-patches@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: RFC: s390x: correct core file register layout


I've committed this patch.  (But as always, I'd be happy to revise it
if someone had nice suggestions.)

Jim Blandy <jimb@redhat.com> writes:

> 2003-05-23  Jim Blandy  <jimb@redhat.com>
> 
> 	* s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
> 	elements of gregset_t are 64 bits each, but access registers
> 	are still 32 bits, so they're packed two per gregset_t
> 	element.  Unpack/pack them properly.


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