diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-10-18 15:34:39 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-10-18 15:34:39 +0000 |
commit | 34439770999ff8e32edcfdf3468e660b317f30ea (patch) | |
tree | 3de463a37294d180487ccaf61cd9b385f94edfb8 /gdb/ChangeLog | |
parent | 7d3d3ece84a958fc06770e3bb346ee5ca70da145 (diff) | |
download | gdb-34439770999ff8e32edcfdf3468e660b317f30ea.zip gdb-34439770999ff8e32edcfdf3468e660b317f30ea.tar.gz gdb-34439770999ff8e32edcfdf3468e660b317f30ea.tar.bz2 |
* solib-svr4.c (debug_loader_offset_p, debug_loader_offset)
(debug_loader_name, svr4_default_sos): New.
(svr4_current_sos): Call svr4_default_sos.
(enable_break): Add a comment about AT_BASE. Set the new
variables and retry solib_add.
(svr4_clear_solib): Clear the new variables.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ab06977..4fe939d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,13 @@ -2006-10-17 Daniel Jacobowitz <dan@codesourcery.com> +2006-10-18 Daniel Jacobowitz <dan@codesourcery.com> + + * solib-svr4.c (debug_loader_offset_p, debug_loader_offset) + (debug_loader_name, svr4_default_sos): New. + (svr4_current_sos): Call svr4_default_sos. + (enable_break): Add a comment about AT_BASE. Set the new + variables and retry solib_add. + (svr4_clear_solib): Clear the new variables. + +2006-10-18 Daniel Jacobowitz <dan@codesourcery.com> * NEWS: Mention support for TLS without debugging information. |