* objfiles.c (allocate_objfile): Change warning message about mapped
symbol tables so that it is obvious that they are not supported on this particular machine rather than implying they are not supported at all in this version of gdb.
This commit is contained in:
parent
880b742924
commit
e7b6403a67
2 changed files with 8 additions and 1 deletions
|
@ -208,7 +208,7 @@ allocate_objfile (abfd, mapped)
|
|||
|
||||
if (mapped)
|
||||
{
|
||||
warning ("this version of gdb does not support mapped symbol tables.");
|
||||
warning ("mapped symbol tables are not supported on this machine; missing or broken mmap().");
|
||||
|
||||
/* Turn off the global flag so we don't try to do mapped symbol tables
|
||||
any more, which shuts up gdb unless the user specifically gives the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue