Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] Remove solib-svr4.c warning
@ 2007-05-22 23:01 Joel Brobecker
  2007-05-31 11:09 ` Kevin Buettner
  0 siblings, 1 reply; 4+ messages in thread
From: Joel Brobecker @ 2007-05-22 23:01 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 354 bytes --]

Hello,

As suggested by:

  http://www.sourceware.org/ml/gdb-patches/2007-05/msg00198.html

This patch removes a warning that was deemed as not very useful.

2007-05-22  Joel Brobecker  <brobecker@adacore.com>

        * solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.

Tested on x86-linux, no regression.
OK to commit?

Thanks,
-- 
Joel

[-- Attachment #2: solib-warning.diff --]
[-- Type: text/plain, Size: 570 bytes --]

Index: solib-svr4.c
===================================================================
RCS file: /cvs/src/src/gdb/solib-svr4.c,v
retrieving revision 1.65
diff -u -p -r1.65 solib-svr4.c
--- solib-svr4.c	16 May 2007 14:07:55 -0000	1.65
+++ solib-svr4.c	22 May 2007 22:19:27 -0000
@@ -1348,11 +1348,7 @@ svr4_solib_create_inferior_hook (void)
   svr4_relocate_main_executable ();
 
   if (!svr4_have_link_map_offsets ())
-    {
-      warning (_("no shared library support for this OS / ABI"));
-      return;
-
-    }
+    return;
 
   if (!enable_break ())
     return;

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFA] Remove solib-svr4.c warning
  2007-05-31 11:09 ` Kevin Buettner
@ 2007-05-31  1:29   ` Kevin Buettner
  2007-06-01 14:25   ` Joel Brobecker
  1 sibling, 0 replies; 4+ messages in thread
From: Kevin Buettner @ 2007-05-31  1:29 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches, gdb-patches

On Tue, 22 May 2007 15:59:40 -0700
Joel Brobecker <brobecker@adacore.com> wrote:

> 2007-05-22  Joel Brobecker  <brobecker@adacore.com>
> 
>         * solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.
> 
> Tested on x86-linux, no regression.
> OK to commit?

Okay.

Kevin


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFA] Remove solib-svr4.c warning
  2007-05-22 23:01 [RFA] Remove solib-svr4.c warning Joel Brobecker
@ 2007-05-31 11:09 ` Kevin Buettner
  2007-05-31  1:29   ` Kevin Buettner
  2007-06-01 14:25   ` Joel Brobecker
  0 siblings, 2 replies; 4+ messages in thread
From: Kevin Buettner @ 2007-05-31 11:09 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches, gdb-patches

On Tue, 22 May 2007 15:59:40 -0700
Joel Brobecker <brobecker@adacore.com> wrote:

> 2007-05-22  Joel Brobecker  <brobecker@adacore.com>
> 
>         * solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.
> 
> Tested on x86-linux, no regression.
> OK to commit?

Okay.

Kevin


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFA] Remove solib-svr4.c warning
  2007-05-31 11:09 ` Kevin Buettner
  2007-05-31  1:29   ` Kevin Buettner
@ 2007-06-01 14:25   ` Joel Brobecker
  1 sibling, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2007-06-01 14:25 UTC (permalink / raw)
  To: Kevin Buettner; +Cc: gdb-patches

> > 2007-05-22  Joel Brobecker  <brobecker@adacore.com>
> > 
> >         * solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.
> > 
> > Tested on x86-linux, no regression.
> > OK to commit?
> 
> Okay.

Thanks, Kevin. This is now checked in.

-- 
Joel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-06-01 14:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-22 23:01 [RFA] Remove solib-svr4.c warning Joel Brobecker
2007-05-31 11:09 ` Kevin Buettner
2007-05-31  1:29   ` Kevin Buettner
2007-06-01 14:25   ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox