* 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:
Fred Fish
1992-08-11 05:29:41 +00:00
parent bec66218fc
commit a679650f37
4 changed files with 88 additions and 11 deletions

View File

@@ -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)