diff options
author | Doug Evans <dje@google.com> | 2013-04-03 19:11:01 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-04-03 19:11:01 +0000 |
commit | 0ac5b59e255a649b1a42df984ae77c4d51771371 (patch) | |
tree | 1bbb55f69eae38f5d816a1a0cb7d81051b143c82 /gdb/ChangeLog | |
parent | 5ff888ce0e5a14dbf1efea30befca5013e54e0af (diff) | |
download | binutils-gdb-0ac5b59e255a649b1a42df984ae77c4d51771371.tar.gz |
* dwarf2read.c (struct dwo_file): New member comp_dir.
Rename member name to dwo_name. All uses updated.
(hash_dwo_file): Include comp_dir in computation.
(eq_dwo_file): Ditto.
(lookup_dwo_file_slot): New arg comp_dir. All callers updated.
(create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ad754fc52a4..bf8bb98e040 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2013-04-03 Doug Evans <dje@google.com> + * dwarf2read.c (struct dwo_file): New member comp_dir. + Rename member name to dwo_name. All uses updated. + (hash_dwo_file): Include comp_dir in computation. + (eq_dwo_file): Ditto. + (lookup_dwo_file_slot): New arg comp_dir. All callers updated. + (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto. + * psymtab.c (read_psymtabs_with_fullname): Don't call psymtab_to_fullname if the basenames are different. |