diff options
author | Joel Brobecker <brobecker@gnat.com> | 2003-06-04 05:50:35 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2003-06-04 05:50:35 +0000 |
commit | f534e522c9338a9d83ebe849127a9187312fb6be (patch) | |
tree | 908bccdb5d8fcd9b92f1f4560996209cc36c52ec /gdb/ChangeLog | |
parent | 4035536ba42162e512bc4462faad04c908c9f0f9 (diff) | |
download | gdb-f534e522c9338a9d83ebe849127a9187312fb6be.zip gdb-f534e522c9338a9d83ebe849127a9187312fb6be.tar.gz gdb-f534e522c9338a9d83ebe849127a9187312fb6be.tar.bz2 |
* alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
references to struct frame_info fields by calls to the equivalent
accessors. Necessary now that frame_info is opaque.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5437018..c309bb2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2003-06-03 J. Brobecker <brobecker@gnat.com> + * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace + references to struct frame_info fields by calls to the equivalent + accessors. Necessary now that frame_info is opaque. + +2003-06-03 J. Brobecker <brobecker@gnat.com> + * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete. (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep structure, field no longer exists. |