]> git.proxmox.com Git - mirror_edk2.git/commit
StdLib/LibC: Provide missing ARM symbols
authorHarry Liebel <Harry.Liebel@arm.com>
Thu, 30 Jul 2015 09:50:58 +0000 (09:50 +0000)
committerlersek <lersek@Edk2>
Thu, 30 Jul 2015 09:50:58 +0000 (09:50 +0000)
commitd799c0283259ed7709055aca3871e8f67f38610a
tree56ab3995e804868c5181e826c0547bba242d4f3a
parent3352b62bebfd1e5c2e9961f481df968ab317d78d
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
StdLib/LibC/LibC.inf
StdLib/LibC/Main/Arm/fixunsdfsi.c [new file with mode: 0644]
StdLib/LibC/Main/Arm/floatunsidf.c [new file with mode: 0644]
StdLib/LibC/Main/Arm/fp_lib.h [new file with mode: 0644]
StdLib/LibC/Main/Arm/int_endianness.h [new file with mode: 0644]
StdLib/LibC/Main/Arm/int_lib.h [new file with mode: 0644]
StdLib/LibC/Main/Arm/int_types.h [new file with mode: 0644]
StdLib/LibC/Main/Arm/int_util.h [new file with mode: 0644]