mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* Makefile.in (VERSION): Bump to 4.6.3.
* dwarfread.c (scan_partial_symbols): Skip over DIE's within function scopes when building partial symbol tables. * objfiles.c (open_existing_mapped_file): Make it clear in warning message that out of date mapped files are ignored. * symtab.c (lookup_symtab_1, lookup_symbol): Print compilation unit source file name in error message.
This commit is contained in:
@@ -435,7 +435,8 @@ open_existing_mapped_file (symsfilename, mtime, mapped)
|
||||
{
|
||||
if (!mapped)
|
||||
{
|
||||
warning ("mapped symbol file `%s' is out of date", symsfilename);
|
||||
warning ("mapped symbol file `%s' is out of date, ignored it",
|
||||
symsfilename);
|
||||
}
|
||||
}
|
||||
else if ((fd = open (symsfilename, O_RDWR)) < 0)
|
||||
|
||||
Reference in New Issue
Block a user