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 1/2] arm: Add ENTRY/ENDPROC to private libgcc functions
Date: Wed, 1 Jul 2015 16:11:10 +0200	[thread overview]
Message-ID: <20150701161110.3437c2c0@lilith> (raw)
In-Reply-To: <1433264901-15252-1-git-send-email-sjg@chromium.org>

Hello Simon,

On Tue,  2 Jun 2015 11:08:20 -0600, Simon Glass <sjg@chromium.org> wrote:
> When CONFIG_SYS_THUMB_BUILD is defined these functions may be called from
> Thumb code. Add the required ENTRY and ENDPROC bracketing so that BLX is
> used to call these ARM functions, instead of plain BL, which will fail.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Reported-by: Pavel Machek <pavel@denx.de>
> ---
> 
>  arch/arm/lib/_ashldi3.S |  6 ++++--
>  arch/arm/lib/_ashrdi3.S |  6 ++++--
>  arch/arm/lib/_divsi3.S  |  6 ++++--
>  arch/arm/lib/_lshrdi3.S |  6 ++++--
>  arch/arm/lib/_modsi3.S  |  7 ++++---
>  arch/arm/lib/_udivsi3.S | 10 ++++++----
>  arch/arm/lib/_umodsi3.S |  6 ++++--
>  7 files changed, 30 insertions(+), 17 deletions(-)

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

Amicalement,
-- 
Albert.

      parent reply	other threads:[~2015-07-01 14:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-02 17:08 [U-Boot] [PATCH 1/2] arm: Add ENTRY/ENDPROC to private libgcc functions Simon Glass
2015-06-02 17:08 ` [U-Boot] [PATCH 2/2] Revert "break build if it would produce broken binary" Simon Glass
2015-06-02 17:13   ` Tom Rini
2015-06-03  7:18     ` Pavel Machek
2015-07-01 13:37       ` Albert ARIBAUD
2015-07-01 13:54         ` Tom Rini
2015-07-01 13:54         ` Pavel Machek
2015-07-01 14:11   ` Albert ARIBAUD
2015-07-01 14:11 ` 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=20150701161110.3437c2c0@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.