public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: Mark Wielaard <mark@klomp.org>
Cc: gdb-patches@sourceware.org, Sam James <sam@gentoo.org>
Subject: Re: [PATCH] sim: mn10300: minimize mn10300-sim.h include in sim-main.h
Date: Wed, 18 Jan 2023 19:01:24 -0500	[thread overview]
Message-ID: <Y8iIVCFvxcvmYBnl@vapier> (raw)
In-Reply-To: <20230118215314.GB6144@gnu.wildebeest.org>

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

On 18 Jan 2023 22:53, Mark Wielaard wrote:
> On Sun, Jan 15, 2023 at 04:47:44PM -0500, Mike Frysinger wrote:
> > On 15 Jan 2023 21:20, Mark Wielaard wrote:
> > > --- a/sim/mn10300/sim-main.h
> > > +++ b/sim/mn10300/sim-main.h
> > > @@ -38,7 +38,14 @@ mn10300_core_signal ((SD), (CPU), (CIA), (MAP), (NR_BYTES), (ADDR), (TRANSFER),
> > >  #include "sim-fpu.h"
> > >  #include "sim-signal.h"
> > >  
> > > +/* These datastructures and defines are only used by the igen generated
> > > +   support.c, semantics.c, idecode.c and engine.c files.  */
> > > +#if defined(SUPPORT_C) \
> > > +    || defined(SEMANTICS_C) \
> > > +    || defined(IDECODE_C) \
> > > +    || defined(ENGINE_C)
> > >  #include "mn10300-sim.h"
> > > +#endif
> > 
> > a nifty hack.  can you move the sim-fpu.h & sim-signal.h inside this
> > block ?
> 
> Sure. That does mean sim/mn10300/{dv-mn103cpu.c,interp.c,op_utils.c}
> need to also explicitly include one or both of these files. But I
> guess that these explicit includes are the intention.

yes, that's the direction we want to go

> See attached. OK to push like that?

lgtm, thanks
-mike

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      reply	other threads:[~2023-01-19  0:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-15 20:20 Mark Wielaard
2023-01-15 21:47 ` Mike Frysinger
2023-01-18 21:53   ` Mark Wielaard
2023-01-19  0:01     ` Mike Frysinger [this message]

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=Y8iIVCFvxcvmYBnl@vapier \
    --to=vapier@gentoo.org \
    --cc=gdb-patches@sourceware.org \
    --cc=mark@klomp.org \
    --cc=sam@gentoo.org \
    /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).