mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
extraneous block.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2012-02-20 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
|
||||||
|
extraneous block.
|
||||||
|
|
||||||
2012-02-20 Tristan Gingold <gingold@adacore.com>
|
2012-02-20 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
* darwin-nat.h (enum darwin_msg_state): Add comments.
|
* darwin-nat.h (enum darwin_msg_state): Add comments.
|
||||||
|
@ -2437,13 +2437,6 @@ dw2_map_symtabs_matching_filename (struct objfile *objfile, const char *name,
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
if (dw2_map_expand_apply (objfile, per_cu,
|
|
||||||
name, full_path, real_path,
|
|
||||||
callback, data))
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Before we invoke realpath, which can get expensive when many
|
/* Before we invoke realpath, which can get expensive when many
|
||||||
files are involved, do a quick comparison of the basenames. */
|
files are involved, do a quick comparison of the basenames. */
|
||||||
if (! basenames_may_differ
|
if (! basenames_may_differ
|
||||||
|
Reference in New Issue
Block a user