mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 22:24:42 +00:00
* dwarf2read.c (save_gdb_index_command): Add comment.
This commit is contained in:
parent
e5e19edd48
commit
148c11bf2e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user