Wed Apr 15 12:19:42 1998 Martin M. Hunt <hunt@cygnus.com>
authorMartin Hunt <hunt@redhat.com>
Wed, 15 Apr 1998 19:18:41 +0000 (19:18 +0000)
committerMartin Hunt <hunt@redhat.com>
Wed, 15 Apr 1998 19:18:41 +0000 (19:18 +0000)
* solib.c (enable_break): Only call warning once
instead of three times.

gdb/ChangeLog
gdb/solib.c

index fd25765bd07742c35f9fb7f682c2abee9c4eaca3..fbc858adc0f2c0dcca91fef5db0fefd7d0f7dc58 100644 (file)
@@ -1,3 +1,8 @@
+Wed Apr 15 12:19:42 1998  Martin M. Hunt  <hunt@cygnus.com>
+
+       * solib.c (enable_break): Only call warning once
+       instead of three times.
+
 Tue Apr 14 16:52:59 1998  Mark Alexander  <marka@cygnus.com>
 
        * sparc-tdep.c (sparc_extract_struct_value_address): Make it
index 2acd2faa6052debb9b6c922d9f4e8c918e20eac8..7d52b6984d70b587ee8de28a386ceaafae68d2a6 100644 (file)
@@ -1602,9 +1602,7 @@ enable_break ()
       /* For whatever reason we couldn't set a breakpoint in the dynamic
         linker.  Warn and drop into the old code.  */
 bkpt_at_symbol:
-      warning ("Unable to find dynamic linker breakpoint function.");
-      warning ("GDB will be unable to debug shared library initializers");
-      warning ("and track explicitly loaded dynamic code.");
+      warning ("Unable to find dynamic linker breakpoint function.\nGDB will be unable to debug shared library initializers\nand track explicitly loaded dynamic code.");
     }
 #endif
 
This page took 0.029449 seconds and 4 git commands to generate.