public inbox for insight-prs@sourceware.org
help / color / mirror / Atom feed
* Re: insight/85
@ 2001-07-03  1:23 Toine Litjens
  0 siblings, 0 replies; only message in thread
From: Toine Litjens @ 2001-07-03  1:23 UTC (permalink / raw)
  To: nobody; +Cc: insight-prs

The following reply was made to PR insight/85; it has been noted by GNATS.

From: "Toine Litjens" <toine@inducom.nl>
To: <insight-gnats@sourceware.cygnus.com>,
	<insight-prs@sourceware.cygnus.com>, <hyc@microplex.com>,
	<nobody@sourceware.cygnus.com>
Cc:  
Subject: Re: insight/85
Date: Tue, 3 Jul 2001 09:58:26 +0200

 http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=85&database=insigh
 t
 
 A define in defs.h is declared too late.
 Move the #include "defs.h" in the file sim_calls.c below #include
 "options.h"
 
 ====
 include section of:  insight-5.0\sim\ppc\sim_calls.c
 
 ===
 #include <signal.h> /* FIXME - should be machine dependant version */
 #include <stdarg.h>
 #include <ctype.h>
 
 #include "psim.h"
 #include "options.h"
 #include "defs.h"
 
 #undef printf_filtered /* blow away the mapping */
 
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
 
 #ifdef HAVE_STRING_H
 #include <string.h>
 #else
 #ifdef HAVE_STRINGS_H
 #include <strings.h>
 #endif
 #endif
 
 #include "bfd.h"
 #include "callback.h"
 #include "remote-sim.h"
 
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-03  1:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-03  1:23 insight/85 Toine Litjens

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).