aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2007-11-25 21:40:39 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2007-11-25 21:40:39 +0000
commit4303944388ea72f96de9b1b662e45ac8f86cc741 (patch)
tree845139ad3874684f606283cb62b74826276352a7 /gdb/ChangeLog
parenta67d13cf51c964d13c60cbe9b59d6214ec5265a8 (diff)
downloadgdb-4303944388ea72f96de9b1b662e45ac8f86cc741.zip
gdb-4303944388ea72f96de9b1b662e45ac8f86cc741.tar.gz
gdb-4303944388ea72f96de9b1b662e45ac8f86cc741.tar.bz2
gdb/
* dwarf2read.c (dwarf2_get_pc_bounds): Moved the `DW_AT_ranges' parsing code with its variables OBJFILE, CU_HEADER and OBFD into ... (dwarf2_ranges_read): ... a new function. (read_partial_die): Implemented the parsing of `DW_AT_ranges'. gdb/testsuite/ * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2e3fc01..3cb6fb6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * dwarf2read.c (dwarf2_get_pc_bounds): Moved the `DW_AT_ranges' parsing
+ code with its variables OBJFILE, CU_HEADER and OBFD into ...
+ (dwarf2_ranges_read): ... a new function.
+ (read_partial_die): Implemented the parsing of `DW_AT_ranges'.
+
2007-11-24 Pedro Alves <pedro_alves@portugalmail.pt>
* win32-nat.c (DR6_CLEAR_VALUE): New define.