All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: Enable -ffunction-sections / -fdata-sections / --gc-sections
Date: Tue, 28 May 2013 06:10:06 +0200	[thread overview]
Message-ID: <20130528061006.301f79bf@lilith> (raw)
In-Reply-To: <1366911622-6566-1-git-send-email-trini@ti.com>

Hi Tom,

On Thu, 25 Apr 2013 13:40:22 -0400, Tom Rini <trini@ti.com> wrote:

> While other architectures have enabled these gcc / ld options for some
> time on U-Boot itself, ARM has only been doing this on SPL.  Enable this
> on full U-Boot as well now.
> 
> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
> Signed-off-by: Tom Rini <trini@ti.com>
> ---
>  arch/arm/config.mk         |    3 +++
>  arch/arm/cpu/ixp/config.mk |    4 ----
>  2 files changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/config.mk b/arch/arm/config.mk
> index 461899e..dc64160 100644
> --- a/arch/arm/config.mk
> +++ b/arch/arm/config.mk
> @@ -31,6 +31,9 @@ CONFIG_STANDALONE_LOAD_ADDR = 0xc100000
>  endif
>  endif
>  
> +LDFLAGS_FINAL += --gc-sections
> +PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
> +
>  # Support generic board on ARM
>  __HAVE_ARCH_GENERIC_BOARD := y
>  
> diff --git a/arch/arm/cpu/ixp/config.mk b/arch/arm/cpu/ixp/config.mk
> index b02e8af..fd3c29f 100644
> --- a/arch/arm/cpu/ixp/config.mk
> +++ b/arch/arm/cpu/ixp/config.mk
> @@ -31,10 +31,6 @@ PLATFORM_CPPFLAGS += -mbig-endian -march=armv5te -mtune=strongarm1100
>  PLATFORM_LDFLAGS += -EB
>  USE_PRIVATE_LIBGCC = yes
>  
> -# -fdata-sections triggers "section .bss overlaps section .rel.dyn" linker error
> -PLATFORM_RELFLAGS += -ffunction-sections
> -LDFLAGS_u-boot += --gc-sections
> -
>  # =========================================================================
>  #
>  # Supply options according to compiler version

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

      parent reply	other threads:[~2013-05-28  4:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-25 17:40 [U-Boot] [PATCH] arm: Enable -ffunction-sections / -fdata-sections / --gc-sections Tom Rini
2013-05-23 10:08 ` Albert ARIBAUD
2013-05-23 15:37   ` Tom Rini
2013-05-28  4:10 ` Albert ARIBAUD [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=20130528061006.301f79bf@lilith \
    --to=albert.u.boot@aribaud.net \
    --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.