aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-01-07 09:30:46 +0000
committerTristan Gingold <gingold@adacore.com>2010-01-07 09:30:46 +0000
commit089b4803bf8f591e762c475dbabceb3c37d97ffc (patch)
tree3ce3e954f45efb999a205356b8de8a15dbcca5b7 /gdb/ChangeLog
parentf1ec9ded5c740c22735843025e5d3a8ff4c4079e (diff)
downloadgdb-089b4803bf8f591e762c475dbabceb3c37d97ffc.zip
gdb-089b4803bf8f591e762c475dbabceb3c37d97ffc.tar.gz
gdb-089b4803bf8f591e762c475dbabceb3c37d97ffc.tar.bz2
2010-01-07 Tristan Gingold <gingold@adacore.com>
* symfile.c (build_section_addr_info_from_objfile): New function. (symbol_file_add_separate): Don't use offsets from objfile but built an addr info.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b1dbb37..66d2b08 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-07 Tristan Gingold <gingold@adacore.com>
+
+ * symfile.c (build_section_addr_info_from_objfile): New function.
+ (symbol_file_add_separate): Don't use offsets from objfile but
+ built an addr info.
+
2010-01-06 Stan Shebs <stan@codesourcery.com>
Support disconnected tracing.