diff options
author | Randolph Chung <tausq@debian.org> | 2004-05-19 02:45:24 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-05-19 02:45:24 +0000 |
commit | 9ca80cf8cc06af0c6cb0e8dfd868615ca3065c0e (patch) | |
tree | bb930234b953b06ff21a9f61cd86fd04214857a5 /gdb/ChangeLog | |
parent | ed70ba000bad04e98f97f2cc0c914029db153083 (diff) | |
download | gdb-9ca80cf8cc06af0c6cb0e8dfd868615ca3065c0e.zip gdb-9ca80cf8cc06af0c6cb0e8dfd868615ca3065c0e.tar.gz gdb-9ca80cf8cc06af0c6cb0e8dfd868615ca3065c0e.tar.bz2 |
2004-05-18 Randolph Chung <tausq@debian.org>
* somsolib.c (som_solib_remove_inferior_hook): Make all the size
references to dld_flags_buffer consistent.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ccdfb14..e9fbfa9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2004-05-18 Randolph Chung <tausq@debian.org> + * somsolib.c (som_solib_remove_inferior_hook): Make all the size + references to dld_flags_buffer consistent. + +2004-05-18 Randolph Chung <tausq@debian.org> + * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use it for unwinding the stack. |