diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-03-15 15:57:12 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-03-15 15:57:12 +0000 |
commit | 9373cf26198091ce52ee863787dbb0ac7f053fcf (patch) | |
tree | 6f57fb2181dbb74d4010b98beff413218d08fa7b /gdb/ChangeLog | |
parent | 9a1edae6874ca55a51e0246b347d4e863ee73854 (diff) | |
download | gdb-9373cf26198091ce52ee863787dbb0ac7f053fcf.zip gdb-9373cf26198091ce52ee863787dbb0ac7f053fcf.tar.gz gdb-9373cf26198091ce52ee863787dbb0ac7f053fcf.tar.bz2 |
gdb/
* dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
than LOW. Comment it.
(read_partial_die): Call complaint for inappropriate zero LOWPC or
HIGHPC not strictly higher than LOWPC.
gdb/testsuite/
* gdb.dwarf2/dw2-empty-pc-range.S: New file.
* gdb.dwarf2/dw2-empty-pc-range.exp: New file.
* gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
Provide a stub byte there.
(DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
DW_AT_entry_pc.
(dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a92d048..6342675 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com> + + * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher + than LOW. Comment it. + (read_partial_die): Call complaint for inappropriate zero LOWPC or + HIGHPC not strictly higher than LOWPC. + 2011-03-15 Pierre Muller <muller@ics.u-strasbg.fr> Fix formatting of function declarations returning a pointer in |