public inbox for insight-prs@sourceware.org
help / color / mirror / Atom feed
* Re: insight/102: patch for sim/ppc/sim_calls.c
@ 2002-01-04 13:29 kseitz
  0 siblings, 0 replies; 2+ messages in thread
From: kseitz @ 2002-01-04 13:29 UTC (permalink / raw)
  To: insight-prs, kseitz, ming, nobody

Synopsis: patch for sim/ppc/sim_calls.c

Responsible-Changed-From-To: unassigned->kseitz
Responsible-Changed-By: kseitz
Responsible-Changed-When: Fri Jan  4 13:29:18 2002
Responsible-Changed-Why:
    got it.
State-Changed-From-To: open->closed
State-Changed-By: kseitz
State-Changed-When: Fri Jan  4 13:29:18 2002
State-Changed-Why:
    This patch should be sent to gdb-patches@sources.redhat.com, since it is gdb "proper" that governs this file.

http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=102&database=insight


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

* insight/102: patch for sim/ppc/sim_calls.c
@ 2001-09-13  3:33 ming
  0 siblings, 0 replies; 2+ messages in thread
From: ming @ 2001-09-13  3:33 UTC (permalink / raw)
  To: insight-gnats

>Number:         102
>Category:       insight
>Synopsis:       patch for sim/ppc/sim_calls.c
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 13 03:33:04 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     ming@ocdtt.com
>Release:        insignt-5.0
>Organization:
>Environment:
host: i686-pc-cygwin
target: powerpc-linux
>Description:
Solve the conflict definition of strsignal() in insight's gdb/defs.h and /usr/include/string.h
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="insight-gdb.patch"
Content-Disposition: inline; filename="insight-gdb.patch"

--- sim/ppc/sim_calls.c	Tue Apr 27 02:33:34 1999
+++ sim/ppc/sim_calls.c	Thu Sep 13 17:38:56 2001
@@ -28,6 +28,11 @@
 
 #undef printf_filtered /* blow away the mapping */
 
+#include "defs.h"
+#include "bfd.h"
+#include "callback.h"
+#include "remote-sim.h"
+
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
@@ -39,11 +44,6 @@
 #include <strings.h>
 #endif
 #endif
-
-#include "defs.h"
-#include "bfd.h"
-#include "callback.h"
-#include "remote-sim.h"
 
 /* Define the rate at which the simulator should poll the host
    for a quit. */


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

end of thread, other threads:[~2002-01-04 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-04 13:29 insight/102: patch for sim/ppc/sim_calls.c kseitz
  -- strict thread matches above, loose matches on Subject: below --
2001-09-13  3:33 ming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).