diff options
author | Fred Fish <fnf@specifix.com> | 1995-11-20 19:22:40 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1995-11-20 19:22:40 +0000 |
commit | e7b6403a67d83ad3e478f99addefdbe2e5e5f379 (patch) | |
tree | 191dd86cbc950de790a172720f268bcafa3379bb /gdb/objfiles.c | |
parent | 880b742924c4ba235b4529efc6c15634a4963bac (diff) | |
download | gdb-e7b6403a67d83ad3e478f99addefdbe2e5e5f379.zip gdb-e7b6403a67d83ad3e478f99addefdbe2e5e5f379.tar.gz gdb-e7b6403a67d83ad3e478f99addefdbe2e5e5f379.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r-- | gdb/objfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index d652215..6688e2d 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -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 |