diff options
author | Harry Liebel <Harry.Liebel@arm.com> | 2015-07-30 09:50:58 +0000 |
---|---|---|
committer | lersek <lersek@Edk2> | 2015-07-30 09:50:58 +0000 |
commit | d799c0283259ed7709055aca3871e8f67f38610a (patch) | |
tree | 56ab3995e804868c5181e826c0547bba242d4f3a /StdLib/LibC/LibC.inf | |
parent | 3352b62bebfd1e5c2e9961f481df968ab317d78d (diff) | |
download | edk2-platforms-d799c0283259ed7709055aca3871e8f67f38610a.tar.xz |
StdLib/LibC: Provide missing ARM symbols
Provide missing functionality by using files from LLVM.
Changes made:
- Formatting changes (tabs to spaces, DOS line endings etc).
- Simplified 'int_endianness.h' to work for our case.
- Added LLVM licence to the individual files.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Harry Liebel <Harry.Liebel@arm.com>
Reviewed-by: Olivier Martin <Olivier.Martin@arm.com>
Reviewed-by: Daryl McDaniel <edk2-lists@mc2research.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18117 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'StdLib/LibC/LibC.inf')
-rw-r--r-- | StdLib/LibC/LibC.inf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/StdLib/LibC/LibC.inf b/StdLib/LibC/LibC.inf index d8704db907..e44d8a8a23 100644 --- a/StdLib/LibC/LibC.inf +++ b/StdLib/LibC/LibC.inf @@ -85,6 +85,8 @@ Main/Ipf/FpuRmode.s
[Sources.ARM]
+ Main/Arm/fixunsdfsi.c
+ Main/Arm/floatunsidf.c
Main/Arm/flt_rounds.c
[Binaries.IA32]
|