public inbox for insight-prs@sourceware.org
help / color / mirror / Atom feed
From: "Toine Litjens" <toine@inducom.nl>
To: nobody@sourceware.cygnus.com
Cc: insight-prs@sourceware.cygnus.com
Subject: Re: insight/85
Date: Tue, 03 Jul 2001 01:23:00 -0000	[thread overview]
Message-ID: <20010703082301.5324.qmail@sourceware.cygnus.com> (raw)

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"
 
 


                 reply	other threads:[~2001-07-03  1:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010703082301.5324.qmail@sourceware.cygnus.com \
    --to=toine@inducom.nl \
    --cc=insight-prs@sourceware.cygnus.com \
    --cc=nobody@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).