From: Rob Herring <robherring2@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v13 6/6] add weak entry definition
Date: Thu, 03 Oct 2013 17:37:00 -0500 [thread overview]
Message-ID: <524DF18C.30509@gmail.com> (raw)
In-Reply-To: <1380202529-52241-7-git-send-email-fenghua@phytium.com.cn>
On 09/26/2013 08:35 AM, fenghua at phytium.com.cn wrote:
> From: David Feng <fenghua@phytium.com.cn>
>
> Signed-off-by: David Feng <fenghua@phytium.com.cn>
> ---
> include/linux/linkage.h | 4 ++++
> 1 file changed, 4 insertions(+)
This patch should come before adding core v8 support.
Rob
>
> diff --git a/include/linux/linkage.h b/include/linux/linkage.h
> index 9ddf830..2a2848a 100644
> --- a/include/linux/linkage.h
> +++ b/include/linux/linkage.h
> @@ -49,6 +49,10 @@
> .globl SYMBOL_NAME(name); \
> LENTRY(name)
>
> +#define WEAK(name) \
> + .weak SYMBOL_NAME(name); \
> + LENTRY(name)
> +
> #ifndef END
> #define END(name) \
> .size name, .-name
>
next prev parent reply other threads:[~2013-10-03 22:37 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-26 13:35 [U-Boot] [PATCH v13 0/6] arm64 patch fenghua at phytium.com.cn
2013-09-26 13:35 ` [U-Boot] [PATCH v13 1/6] core support of arm64 fenghua at phytium.com.cn
2013-09-26 13:35 ` [U-Boot] [PATCH v13 2/6] board support of vexpress_aemv8a fenghua at phytium.com.cn
2013-09-26 13:35 ` [U-Boot] [PATCH v13 3/6] generic board patch of manual reloc and zero gd_t fenghua at phytium.com.cn
2013-09-26 13:35 ` [U-Boot] [PATCH v13 4/6] 64bit initrd start address support fenghua at phytium.com.cn
2013-09-26 13:35 ` [U-Boot] [PATCH v13 5/6] remove compiling warnings fenghua at phytium.com.cn
2013-09-26 13:35 ` [U-Boot] [PATCH v13 6/6] add weak entry definition fenghua at phytium.com.cn
2013-10-03 22:37 ` Rob Herring [this message]
2013-10-03 21:35 ` [U-Boot] [PATCH v13 1/6] core support of arm64 Rob Herring
2013-10-03 21:51 ` Rob Herring
2013-10-03 21:54 ` York Sun
2013-10-03 21:56 ` Tom Rini
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=524DF18C.30509@gmail.com \
--to=robherring2@gmail.com \
--cc=u-boot@lists.denx.de \
/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.