aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6d05ed1..a36e315 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2002-01-15 Michael Snyder <msnyder@redhat.com>
+
+ * symfile.c (generic_load): Use bfd_map_over_sections method
+ instead of manipulating bfd structure members directly.
+ (add_section_size_callback): New function, bfd sections callback
+ used by generic_load.
+ (load_sections_callback): New function, bfd sections callback
+ used by generic_load.
+
2002-01-15 Elena Zannoni <ezannoni@redhat.com>
[Based on work by Jim Blandy]