]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/dwarf2read.c
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 25 Nov 2007 21:40:39 +0000 (21:40 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 25 Nov 2007 21:40:39 +0000 (21:40 +0000)
commit4303944388ea72f96de9b1b662e45ac8f86cc741
tree845139ad3874684f606283cb62b74826276352a7
parenta67d13cf51c964d13c60cbe9b59d6214ec5265a8
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.
gdb/ChangeLog
gdb/dwarf2read.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw2-ranges.S [new file with mode: 0644]
gdb/testsuite/gdb.dwarf2/dw2-ranges.exp [new file with mode: 0644]