OSDN Git Service

* 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)
commitb503a6d25e6868f60708aa42c9458ed7a705df4c
tree125a0b1add304f58a8081da5a7378f336dc805c0
parent0643470292ef5e1213d866ce814d8924dcdf9718
* 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