From 76aee8f4cf7b5729b8d1b5de9286f3ee94b557d1 Mon Sep 17 00:00:00 2001 From: oliviermartin Date: Mon, 28 Jan 2013 11:40:04 +0000 Subject: ArmPkg/CompilerIntrinsicsLib: Add missing __aeabi_llsl and __aeabi_llsr for GCC Signed-off-by: Olivier Martin git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14103 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf') diff --git a/ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf b/ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf index e6e728af65..53b1b15c77 100644 --- a/ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf +++ b/ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf @@ -2,7 +2,7 @@ # Base Library implementation. # # Copyright (c) 2009, Apple Inc. All rights reserved.
-# Copyright (c) 2011, ARM Limited. All rights reserved. +# Copyright (c) 2011-2013, ARM Limited. All rights reserved. # # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -95,6 +95,10 @@ Arm/uldiv.S | GCC Arm/ldivmod.S | GCC + Arm/llsr.S | GCC + Arm/llsl.S | GCC + + [Packages] MdePkg/MdePkg.dec -- cgit v1.2.3