diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-11-28 03:36:36 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-11-28 03:36:36 +0000 |
commit | 31c4d430c4ae6068c12ed5bb965fe7a1641b9bba (patch) | |
tree | b4b601709148e28b480f7153090a7b41d1fb9d8d /gdb/ChangeLog | |
parent | 24acd898d2937c3316d4c72543cfee29cee667c6 (diff) | |
download | gdb-31c4d430c4ae6068c12ed5bb965fe7a1641b9bba.zip gdb-31c4d430c4ae6068c12ed5bb965fe7a1641b9bba.tar.gz gdb-31c4d430c4ae6068c12ed5bb965fe7a1641b9bba.tar.bz2 |
* s390-tdep.c (s390_frame_chain): Remember that the SP's element
of the frame's saved_regs array is special.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 83a4af9..07b13ee 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2001-11-27 Jim Blandy <jimb@redhat.com> + * s390-tdep.c (s390_frame_chain): Remember that the SP's element + of the frame's saved_regs array is special. + * s390-tdep.c (register_names): Call the general-purpose registers `r0' -- `r15', and the floating-point registers `f0' -- `f15', to match the assembly language. |