diff options
author | Jim Blandy <jimb@codesourcery.com> | 2003-06-03 05:36:53 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2003-06-03 05:36:53 +0000 |
commit | 1bb792e9e846891feed57b4dde2d0930b9b93ec2 (patch) | |
tree | 92c4dd79d8a25af1e2dcdb42fa747457f2d93ca2 /gdb/ChangeLog | |
parent | 308f753f1c23878a4fe69d904b58663b36782be8 (diff) | |
download | gdb-1bb792e9e846891feed57b4dde2d0930b9b93ec2.zip gdb-1bb792e9e846891feed57b4dde2d0930b9b93ec2.tar.gz gdb-1bb792e9e846891feed57b4dde2d0930b9b93ec2.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cb5ab22..279becb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2003-06-03 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. + 2003-06-02 David Carlton <carlton@bactrian.org> * linespec.c (find_methods): Break out code into |