diff options
author | Paul Gilliam <pgilliam@us.ibm.com> | 2006-05-18 20:38:56 +0000 |
---|---|---|
committer | Paul Gilliam <pgilliam@us.ibm.com> | 2006-05-18 20:38:56 +0000 |
commit | 82d03102e425295c01110dac212425a5c2bcb767 (patch) | |
tree | d67168f1fcc463bb49dde89de8f776f01727a469 /gdb/solib-svr4.c | |
parent | 154189a4a5a03eb0fde31a820453d9cc1324f8c9 (diff) | |
download | gdb-82d03102e425295c01110dac212425a5c2bcb767.zip gdb-82d03102e425295c01110dac212425a5c2bcb767.tar.gz gdb-82d03102e425295c01110dac212425a5c2bcb767.tar.bz2 |
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/solib-svr4.c')
-rw-r--r-- | gdb/solib-svr4.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c index b0d12b3..89fd81a 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 |