OSDN Git Service

* solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.
authorbrobecke <brobecke>
Fri, 1 Jun 2007 14:24:36 +0000 (14:24 +0000)
committerbrobecke <brobecke>
Fri, 1 Jun 2007 14:24:36 +0000 (14:24 +0000)
gdb/ChangeLog
gdb/solib-svr4.c

index 74377ff..7662eac 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.
+
 2007-06-01  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * irix5-nat.c (JB_ELEMENT_SIZE, get_longjmp_target): Remove.
index 7867d45..e202638 100644 (file)
@@ -1348,11 +1348,7 @@ svr4_solib_create_inferior_hook (void)
   svr4_relocate_main_executable ();
 
   if (!svr4_have_link_map_offsets ())
-    {
-      warning (_("no shared library support for this OS / ABI"));
-      return;
-
-    }
+    return;
 
   if (!enable_break ())
     return;