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 | |
parent | e5e19edd4853ac4add8c4db7fa02607a869ebfb1 (diff) | |
download | gdb-148c11bf2e571032ff6b7baa6c364a2b01f0b42e.zip gdb-148c11bf2e571032ff6b7baa6c364a2b01f0b42e.tar.gz gdb-148c11bf2e571032ff6b7baa6c364a2b01f0b42e.tar.bz2 |
* dwarf2read.c (save_gdb_index_command): Add comment.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/dwarf2read.c | 1 |
2 files changed, 5 insertions, 0 deletions
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 <dje@google.com> + + * dwarf2read.c (save_gdb_index_command): Add comment. + 2010-12-01 Ulrich Weigand <uweigand@de.ibm.com> * 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 |