From: Martin Hunt Date: Wed, 15 Apr 1998 19:18:41 +0000 (+0000) Subject: Wed Apr 15 12:19:42 1998 Martin M. Hunt X-Git-Tag: gdb-4_18~2620 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65c0c9787fe1488db1c284ab152c0b0d88522cb2;p=external%2Fbinutils.git Wed Apr 15 12:19:42 1998 Martin M. Hunt * solib.c (enable_break): Only call warning once instead of three times. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fd25765..fbc858a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 15 12:19:42 1998 Martin M. Hunt + + * solib.c (enable_break): Only call warning once + instead of three times. + Tue Apr 14 16:52:59 1998 Mark Alexander * sparc-tdep.c (sparc_extract_struct_value_address): Make it 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