From: Yonghong Zhu <yonghong.zhu@intel.com>
To: edk2-devel@lists.01.org
Subject: [Patch V2 0/4] Fix Xcode 9 Beta treating 32-bit left shift as undefined behavior
Date: Thu, 3 Aug 2017 16:59:48 +0800 [thread overview]
Message-ID: <1501750792-31020-1-git-send-email-yonghong.zhu@intel.com> (raw)
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
next reply other threads:[~2017-08-03 8:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-03 8:59 Yonghong Zhu [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1501750792-31020-1-git-send-email-yonghong.zhu@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox