2006-05-18 Paul Gilliam <pgilliam@us.ibm.com
authorPaul Gilliam <pgilliam@us.ibm.com>
Thu, 18 May 2006 20:38:56 +0000 (20:38 +0000)
committerPaul Gilliam <pgilliam@us.ibm.com>
Thu, 18 May 2006 20:38:56 +0000 (20:38 +0000)
* solib-svr4.c (enable_break): Breakup a long line into 3 shorter ones.

gdb/ChangeLog
gdb/solib-svr4.c

index 9e21666..466a478 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-18  Paul Gilliam  <pgilliam@us.ibm.com
+
+       * solib-svr4.c (enable_break): Breakup a long line into 3 shorter ones.
+
 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * dwarf2-frame.c: Include "value.h".
index b0d12b3..89fd81a 100644 (file)
@@ -1070,7 +1070,9 @@ enable_break (void)
       /* 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.\nGDB will be unable to debug shared library initializers\nand track explicitly loaded dynamic code."));
+      warning (_("Unable to find dynamic linker breakpoint function.\n"
+               "GDB will be unable to debug shared library initializers\n"
+               "and track explicitly loaded dynamic code."));
     }
 
   /* Scan through the list of symbols, trying to look up the symbol and