]> git.proxmox.com Git - mirror_edk2.git/commit
StdLib: Patches and updates for ARM.
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 16 Sep 2011 20:59:10 +0000 (20:59 +0000)
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 16 Sep 2011 20:59:10 +0000 (20:59 +0000)
commitc614ca505dd2947acbd111e2764056aeac2012ad
treeba9bbea3d94c2265d40377307b73032c694981aa
parent9c6595dca0fc1985a4170fa5503a7132d3445ac8
StdLib: Patches and updates for ARM.

Add ARMGCC and RVCT toolchain support.
Update and Add ARM specific machine headers.
Set the empty macro for __warn_references().
Make __flt_rounds() return 'Round to nearest' by default on ARM.

Signed-off-by: Olivier Martin [olivier.martin@arm.com]
Reviewed-by: darylm503
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12367 6f19259b-4bc3-4df7-8a09-765794883524
17 files changed:
StdLib/Include/Arm/machine/ansi.h
StdLib/Include/Arm/machine/bswap.h [new file with mode: 0644]
StdLib/Include/Arm/machine/byte_swap.h [new file with mode: 0644]
StdLib/Include/Arm/machine/endian.h [new file with mode: 0644]
StdLib/Include/Arm/machine/endian_machdep.h [new file with mode: 0644]
StdLib/Include/Arm/machine/int_const.h [new file with mode: 0644]
StdLib/Include/Arm/machine/int_limits.h [new file with mode: 0644]
StdLib/Include/Arm/machine/int_mwgwtypes.h [new file with mode: 0644]
StdLib/Include/Arm/machine/int_types.h [new file with mode: 0644]
StdLib/Include/Arm/machine/limits.h [new file with mode: 0644]
StdLib/Include/Arm/machine/param.h [new file with mode: 0644]
StdLib/Include/Arm/machine/signal.h
StdLib/Include/Arm/machine/types.h [new file with mode: 0644]
StdLib/Include/sys/cdefs_aout.h
StdLib/LibC/Main/Arm/flt_rounds.c
StdLib/StdLib.dsc
StdLib/StdLib.inc