public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch V2 0/4] Fix Xcode 9 Beta treating 32-bit left shift as undefined behavior
@ 2017-08-03  8:59 Yonghong Zhu
  2017-08-03  8:59 ` [Patch V2 1/4] BaseTools: Fix Xcode 9 Beta treating 32-bit left shift as undefined Yonghong Zhu
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Yonghong Zhu @ 2017-08-03  8:59 UTC (permalink / raw)
  To: edk2-devel

V2:
 Fix build MdeModulePkg failure by use LShiftU64() rather than << operator.

Bug: https://bugzilla.tianocore.org/show_bug.cgi?id=635

Yonghong Zhu (4):
  BaseTools: Fix Xcode 9 Beta treating 32-bit left shift as undefined
  DuetPkg: Fix Xcode 9 Beta treating 32-bit left shift as undefined
  IntelFrameworkModulePkg: Fix Xcode 9 Beta treating 32-bit left shift
    as undefined
  MdePkg: Fix Xcode 9 Beta treating 32-bit left shift as undefined

 BaseTools/Source/C/Common/Decompress.c                              | 4 ++--
 BaseTools/Source/C/TianoCompress/TianoCompress.c                    | 4 ++--
 DuetPkg/EfiLdr/TianoDecompress.c                                    | 6 +++---
 .../BaseUefiTianoCustomDecompressLib.c                              | 6 +++---
 MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c        | 6 +++---
 5 files changed, 13 insertions(+), 13 deletions(-)

-- 
2.6.1.windows.1



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

end of thread, other threads:[~2017-08-10 10:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-03  8:59 [Patch V2 0/4] Fix Xcode 9 Beta treating 32-bit left shift as undefined behavior Yonghong Zhu
2017-08-03  8:59 ` [Patch V2 1/4] BaseTools: Fix Xcode 9 Beta treating 32-bit left shift as undefined Yonghong Zhu
2017-08-10  9:48   ` Gao, Liming
2017-08-03  8:59 ` [Patch V2 2/4] DuetPkg: " Yonghong Zhu
2017-08-04  1:26   ` Wu, Hao A
2017-08-03  8:59 ` [Patch V2 3/4] IntelFrameworkModulePkg: " Yonghong Zhu
2017-08-10  9:48   ` Gao, Liming
2017-08-03  8:59 ` [Patch V2 4/4] MdePkg: " Yonghong Zhu
2017-08-10  9:48   ` Gao, Liming

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