Fix gcc bug 24490, location list query failed due to out-of-range address.
authorJim Wilson <wilson@tuliptree.org>
Mon, 14 Nov 2005 22:25:16 +0000 (22:25 +0000)
committerJim Wilson <wilson@tuliptree.org>
Mon, 14 Nov 2005 22:25:16 +0000 (22:25 +0000)
commit22c6cabacd3d2d544644da1775d242750eaabc27
tree439859d0c8ff60cc90c22ca0ebc1789c07e2e803
parentbd73ccbdac382366a3830e8ace88506091c6fd78
Fix gcc bug 24490, location list query failed due to out-of-range address.
PR 2024
* dwarf2loc.c (dwarf_expr_frame_base): Use get_frame_address_in_block
instead of get_frame_pc.
(loclist_read_variable): Likewise.
gdb/ChangeLog
gdb/dwarf2loc.c