diff options
author | Doug Evans <dje@google.com> | 2010-12-08 19:03:35 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-12-08 19:03:35 +0000 |
commit | 0a5429f697fe6d0451684232027d252b77c37672 (patch) | |
tree | 925cbbabe78d36ec91b11ddc68fb5c63b808ecf9 /gdb/ChangeLog | |
parent | 7e17e08811095ba976071556ade9778dcfecc69f (diff) | |
download | gdb-0a5429f697fe6d0451684232027d252b77c37672.zip gdb-0a5429f697fe6d0451684232027d252b77c37672.tar.gz gdb-0a5429f697fe6d0451684232027d252b77c37672.tar.bz2 |
PR symtab/12302
* dwarf2read.c (struct psymtab_cu_index_map): New struct.
(hash_psymtab_cu_index, eq_psymtab_cu_index): New functions.
(struct addrmap_index_data): New struct.
(add_address_entry): Remove arg `pst', new args `start', `end'.
(add_address_entry_worker, write_address_map): New functions.
(write_psymtabs_to_index): Address table generation moved to
write_address_map. Build a table mapping psymtab to CU index
to pass to it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 166c116..f54caee 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,15 @@ 2010-12-08 Doug Evans <dje@google.com> + PR symtab/12302 + * dwarf2read.c (struct psymtab_cu_index_map): New struct. + (hash_psymtab_cu_index, eq_psymtab_cu_index): New functions. + (struct addrmap_index_data): New struct. + (add_address_entry): Remove arg `pst', new args `start', `end'. + (add_address_entry_worker, write_address_map): New functions. + (write_psymtabs_to_index): Address table generation moved to + write_address_map. Build a table mapping psymtab to CU index + to pass to it. + * dwarf2read.c (write_psymtabs_to_index): When stat fails, pass file name to perror. |