ArmPkg/CompilerIntrinsicsLib: Add missing __aeabi_llsl and __aeabi_llsr for GCC

Signed-off-by: Olivier Martin <olivier.martin@arm.com>


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14103 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
oliviermartin
2013-01-28 11:40:04 +00:00
parent ca20ce5042
commit 76aee8f4cf
3 changed files with 85 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# Base Library implementation.
#
# Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
# 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