* objfiles.c (allocate_objfile): Change warning message about mapped
authorFred Fish <fnf@specifix.com>
Mon, 20 Nov 1995 19:22:40 +0000 (19:22 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 20 Nov 1995 19:22:40 +0000 (19:22 +0000)
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.

gdb/ChangeLog
gdb/objfiles.c

index 20e8580aef3eff90d5aab8aba99ab4a205cadc70..74cf44ce98dd7c5f098c91bac6f64bd399e04cbf 100644 (file)
@@ -1,3 +1,10 @@
+Mon Nov 20 11:12:34 1995  Fred Fish  <fnf@cygnus.com>
+
+       * 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.
+
 Sun Nov 19 05:20:53 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * irix5-nat.c, osfsolib.c (solib_address):  Return the name of the
index d65221509980ad3ed97e3258b216afbe4719838f..6688e2d14cda6e60003cd5faaaa0a43692fbfc56 100644 (file)
@@ -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