OSDN Git Service

* s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
authorjimb <jimb>
Tue, 3 Jun 2003 05:36:52 +0000 (05:36 +0000)
committerjimb <jimb>
Tue, 3 Jun 2003 05:36:52 +0000 (05:36 +0000)
commitf58bc9a5f874103c3b9f263cd21b54c75f83c981
treeb1b29a42998758c3136c8e4c4259d548ed66e38e
parent032c639894d226d25c3e4356da594dac1e668c8e
* 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