summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPaul Gilliam <pgilliam@us.ibm.com>2006-05-18 20:38:56 +0000
committerPaul Gilliam <pgilliam@us.ibm.com>2006-05-18 20:38:56 +0000
commit3e2c597ccc65700a9c3b7669e937872315b760d2 (patch)
tree8fd2e6f48112976ff79e23a249e014d6fe1b6bca /gdb
parent2619ca08170d0e6c22c22acd9b67510d0aade380 (diff)
downloadgdb-3e2c597ccc65700a9c3b7669e937872315b760d2.tar.gz
2006-05-18 Paul Gilliam <pgilliam@us.ibm.com
* solib-svr4.c (enable_break): Breakup a long line into 3 shorter ones.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/solib-svr4.c4
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9e216662f91..466a478c7f8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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".
diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c
index b0d12b369be..89fd81a4d05 100644
--- a/gdb/solib-svr4.c
+++ b/gdb/solib-svr4.c
@@ -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