From: behanw@converseincode.com (Behan Webster)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: LLVMLinux: use static inline in ARM ftrace.h
Date: Tue, 11 Mar 2014 00:01:44 -0700 [thread overview]
Message-ID: <531EB4D8.6030207@converseincode.com> (raw)
In-Reply-To: <1392949370-26422-1-git-send-email-behanw@converseincode.com>
On 02/20/14 18:22, behanw at converseincode.com wrote:
> From: Behan Webster <behanw@converseincode.com>
>
> With compilers which follow the C99 standard (like modern versions of gcc and
> clang), "extern inline" does the wrong thing (emits code for an externally
> linkable version of the inline function). In this case using static inline
> and removing the NULL version of return_address in return_address.c does
> the right thing.
Any input? Is it good as it is?
Behan
--
Behan Webster
behanw at converseincode.com
WARNING: multiple messages have this Message-ID (diff)
From: Behan Webster <behanw@converseincode.com>
To: rostedt@goodmis.org, fweisbec@gmail.com, mingo@redhat.com,
linux@arm.linux.org.uk, kpark3469@gmail.com
Cc: keun-o.park@windriver.com, dave.martin@linaro.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] arm: LLVMLinux: use static inline in ARM ftrace.h
Date: Tue, 11 Mar 2014 00:01:44 -0700 [thread overview]
Message-ID: <531EB4D8.6030207@converseincode.com> (raw)
In-Reply-To: <1392949370-26422-1-git-send-email-behanw@converseincode.com>
On 02/20/14 18:22, behanw@converseincode.com wrote:
> From: Behan Webster <behanw@converseincode.com>
>
> With compilers which follow the C99 standard (like modern versions of gcc and
> clang), "extern inline" does the wrong thing (emits code for an externally
> linkable version of the inline function). In this case using static inline
> and removing the NULL version of return_address in return_address.c does
> the right thing.
Any input? Is it good as it is?
Behan
--
Behan Webster
behanw@converseincode.com
next prev parent reply other threads:[~2014-03-11 7:01 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-21 2:22 [PATCH] arm: LLVMLinux: use static inline in ARM ftrace.h behanw at converseincode.com
2014-02-21 2:22 ` behanw
2014-03-11 7:01 ` Behan Webster [this message]
2014-03-11 7:01 ` Behan Webster
2014-03-11 12:31 ` Steven Rostedt
2014-03-11 12:31 ` Steven Rostedt
2014-03-24 5:58 ` [PATCH v2] " behanw at converseincode.com
2014-03-24 5:58 ` behanw
-- strict thread matches above, loose matches on Subject: below --
2014-07-10 5:32 [PATCH] " behanw at converseincode.com
2014-07-10 5:32 ` behanw
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=531EB4D8.6030207@converseincode.com \
--to=behanw@converseincode.com \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.