summaryrefslogtreecommitdiffstats
path: root/libdwfl/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2010-02-17 01:44:42 -0800
committerRoland McGrath <[email protected]>2010-02-17 01:45:32 -0800
commitca84a5500c658aeeea301a98a6e9f205fcb82b5e (patch)
tree7be8e32e96ceabad41fe8205ea46cea2ca03afad /libdwfl/ChangeLog
parent429502fd324d731feb939a5db4b7e0723adac616 (diff)
Fix core file grovelling to skip all segments covered by the last module.
Diffstat (limited to 'libdwfl/ChangeLog')
-rw-r--r--libdwfl/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
index 833c2a51..7df643e3 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -1,3 +1,10 @@
+2010-02-17 Roland McGrath <[email protected]>
+
+ * dwfl_segment_report_module.c (addr_segndx): Take new flag argument.
+ If set, find the first index not below ADDR.
+ (dwfl_segment_report_module): Update callers.
+ Pass true when calculating return value.
+
2010-02-15 Roland McGrath <[email protected]>
* Makefile.am: Use config/eu.am for common stuff.