* s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
authorJim Blandy <jimb@codesourcery.com>
Tue, 3 Jun 2003 05:36:53 +0000 (05:36 +0000)
committerJim Blandy <jimb@codesourcery.com>
Tue, 3 Jun 2003 05:36:53 +0000 (05:36 +0000)
commit1bb792e9e846891feed57b4dde2d0930b9b93ec2
tree92c4dd79d8a25af1e2dcdb42fa747457f2d93ca2
parent308f753f1c23878a4fe69d904b58663b36782be8
* 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.
gdb/ChangeLog
gdb/s390-nat.c