public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Define the unique _fltused in BaseLib
@ 2020-04-28  7:01 Guomin Jiang
  2020-04-28  7:01 ` [PATCH v3 1/2] MdePkg/BaseLib: Add _fltused to feed MSVC compiler Guomin Jiang
  2020-04-28  7:01 ` [PATCH v3 2/2] CryptoPkg/IntrinsicLib: Remove _fltused to avoid duplication Guomin Jiang
  0 siblings, 2 replies; 3+ messages in thread
From: Guomin Jiang @ 2020-04-28  7:01 UTC (permalink / raw)
  To: devel

Out of edk2 may need _fltused and may confict with edk2, define the
unique to provide the _fltused and expect to avoid build error result by
missing _fltused symbol

Guomin Jiang (2):
  MdePkg/BaseLib: Add _fltused to feed MSVC compiler
  CryptoPkg/IntrinsicLib: Remove _fltused to avoid duplication

 CryptoPkg/Library/IntrinsicLib/MemoryIntrinsics.c | 12 +-----------
 MdePkg/Library/BaseLib/BaseLib.inf                |  3 ++-
 MdePkg/Library/BaseLib/FltUsed.c                  | 14 ++++++++++++++
 3 files changed, 17 insertions(+), 12 deletions(-)
 create mode 100644 MdePkg/Library/BaseLib/FltUsed.c

-- 
2.25.1.windows.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-28  7:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-28  7:01 [PATCH v3 0/2] Define the unique _fltused in BaseLib Guomin Jiang
2020-04-28  7:01 ` [PATCH v3 1/2] MdePkg/BaseLib: Add _fltused to feed MSVC compiler Guomin Jiang
2020-04-28  7:01 ` [PATCH v3 2/2] CryptoPkg/IntrinsicLib: Remove _fltused to avoid duplication Guomin Jiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox