From 148c11bf2e571032ff6b7baa6c364a2b01f0b42e Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 1 Dec 2010 19:37:36 +0000 Subject: [PATCH] * dwarf2read.c (save_gdb_index_command): Add comment. --- gdb/ChangeLog | 4 ++++ gdb/dwarf2read.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ad7278d..2abbdf9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-12-01 Doug Evans + + * dwarf2read.c (save_gdb_index_command): Add comment. + 2010-12-01 Ulrich Weigand * valops.c (value_assign): Returned value is never lazy. If a diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 6087c3b..31a08a7 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -15471,6 +15471,7 @@ write_psymtabs_to_index (struct objfile *objfile, const char *dir) of address entries. Each address entry has three elements. [0] The low address. This is a 64-bit little-endian value. [1] The high address. This is a 64-bit little-endian value. + Like DW_AT_high_pc, the value is one byte beyond the end. [2] The CU index. This is an offset_type value. 5. The symbol table. This is a hash table. The size of the hash -- 2.7.4