summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-10-18 15:34:39 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-10-18 15:34:39 +0000
commit36935b8832d3b5b6b337f1ac5bcbc0cb798eee31 (patch)
tree9aaf28452fe653f5d70d90c01c6c2faaa3bd6833 /gdb/ChangeLog
parentef41863a37d4f6d201bcfadce3f342ccc9ebb8e5 (diff)
downloadgdb-36935b8832d3b5b6b337f1ac5bcbc0cb798eee31.tar.gz
* 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/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ab0697753ec..4fe939d40c3 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.