diff options
author | Doug Evans <dje@google.com> | 2010-12-01 19:37:36 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-12-01 19:37:36 +0000 |
commit | 148c11bf2e571032ff6b7baa6c364a2b01f0b42e (patch) | |
tree | 6f6ad4a86ca8b5de86d59cd36c9c38739f3620ab /gdb/dwarf2read.c | |
parent | e5e19edd4853ac4add8c4db7fa02607a869ebfb1 (diff) | |
download | gdb-148c11bf2e571032ff6b7baa6c364a2b01f0b42e.zip gdb-148c11bf2e571032ff6b7baa6c364a2b01f0b42e.tar.gz gdb-148c11bf2e571032ff6b7baa6c364a2b01f0b42e.tar.bz2 |
* dwarf2read.c (save_gdb_index_command): Add comment.
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r-- | gdb/dwarf2read.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |