[U-Boot] [PATCH 3/5] arm: lib: Sync libgcc shift operations

Simon Glass sjg at chromium.org
Sat Apr 9 20:34:50 CEST 2016


On 20 March 2016 at 10:15, Marek Vasut <marex at denx.de> wrote:
> Sync the libgcc shift operations with Linux kernel 4.4.6 , commit
> 0d1912303e54ed1b2a371be0bba51c384dd57326 . Syncing these three
> files is easy, as there is almost no change in them, except the
> addition of Thumb support.
>
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Albert Aribaud <albert.u.boot at aribaud.net>
> Cc: Masahiro Yamada <yamada.masahiro at socionext.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Tom Rini <trini at konsulko.com>
> ---
>  arch/arm/lib/ashldi3.S | 12 ++++++++----
>  arch/arm/lib/ashrdi3.S | 12 ++++++++----
>  arch/arm/lib/lshrdi3.S | 12 ++++++++----
>  3 files changed, 24 insertions(+), 12 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list