MdePkg: Remove RVCT support

RVCT is obsolete and no longer used.
Remove support for it.

Signed-off-by: Rebecca Cran <quic_rcran@quicinc.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
Rebecca Cran
2022-05-04 02:48:14 +08:00
committed by mergify[bot]
parent e9eeb0ad2b
commit 48b919cb14
9 changed files with 3 additions and 73 deletions

View File

@@ -72,9 +72,9 @@
#endif
//
// RVCT and MSFT don't support the __builtin_unreachable() macro
// MSFT doesn't support the __builtin_unreachable() macro
//
#if defined (__ARMCC_VERSION) || defined (_MSC_EXTENSIONS)
#if defined (_MSC_EXTENSIONS)
#define UNREACHABLE()
#endif