aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib.c
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>1998-04-15 19:18:41 +0000
committerMartin Hunt <hunt@redhat.com>1998-04-15 19:18:41 +0000
commit65c0c9787fe1488db1c284ab152c0b0d88522cb2 (patch)
tree90a4fc45f7f59e88a56c079cb032ff9b37b3a1d1 /gdb/solib.c
parenta4a3b11af0a3a77019f3ce44c0b669aa56442131 (diff)
downloadgdb-65c0c9787fe1488db1c284ab152c0b0d88522cb2.zip
gdb-65c0c9787fe1488db1c284ab152c0b0d88522cb2.tar.gz
gdb-65c0c9787fe1488db1c284ab152c0b0d88522cb2.tar.bz2
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.
Diffstat (limited to 'gdb/solib.c')
-rw-r--r--gdb/solib.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/solib.c b/gdb/solib.c
index 2acd2fa..7d52b69 100644
--- a/gdb/solib.c
+++ b/gdb/solib.c
@@ -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