From: Andreas Schwab <schwab@linux-m68k.org>
To: DJ Delorie <dj@redhat.com>
Cc: gdb@sourceware.org
Subject: Re: why is sim_addr_range_hit_p tagged inline?
Date: Fri, 14 Nov 2014 10:25:00 -0000 [thread overview]
Message-ID: <87r3x6nknn.fsf@igel.home> (raw)
In-Reply-To: <201411132030.sADKUbhj008048@greed.delorie.com> (DJ Delorie's message of "Thu, 13 Nov 2014 15:30:37 -0500")
DJ Delorie <dj@redhat.com> writes:
> In sim/sim-arange.h:
>
> /* Return non-zero if ADDR is in range AR, traversing the entire tree.
> If no range is specified, that is defined to mean "everything". */
> extern INLINE int
> sim_addr_range_hit_p (ADDR_RANGE * /*ar*/, address_word /*addr*/);
> #define ADDR_RANGE_HIT_P(ar, addr) \
> ((ar)->range_tree == NULL || sim_addr_range_hit_p ((ar), (addr)))
>
> Why is the INLINE there? sim_addr_range_hit_p() is only defined in
> sim-arange.c
Unless HAVE_INLINE is defined.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
next prev parent reply other threads:[~2014-11-14 10:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-13 20:30 DJ Delorie
2014-11-14 10:25 ` Andreas Schwab [this message]
2014-11-14 20:16 ` DJ Delorie
2014-11-15 7:31 ` Mike Frysinger
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=87r3x6nknn.fsf@igel.home \
--to=schwab@linux-m68k.org \
--cc=dj@redhat.com \
--cc=gdb@sourceware.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