From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B3FBF219FFEC1 for ; Tue, 23 May 2017 16:03:54 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 23 May 2017 16:03:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,383,1491289200"; d="scan'208";a="90970719" Received: from mdkinney-mobl.amr.corp.intel.com ([10.241.98.52]) by orsmga002.jf.intel.com with ESMTP; 23 May 2017 16:03:49 -0700 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Cecil Sheng , Andrew Fish , Star Zeng , Eric Dong , Michael D Kinney Date: Tue, 23 May 2017 16:03:46 -0700 Message-Id: <1495580628-12256-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 Subject: [Patch 0/2] MdeModulePkg: Fix XCODE5 build failures X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2017 23:03:54 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=572 Fix local variable type in RegularExpressionDxe and an X64 GAS(.S) file assembly instructon format in DebugSupportDxe. Both of these are generatingf build failures with the XCODE5 tool chain when building MdeModulePkg.dsc. Cc: Cecil Sheng Cc: Andrew Fish Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael D Kinney Michael Kinney (2): MdeModulePkg/RegularExpressionDxe: Fix XCODE5 build failure MdeModulePkg/DebugSupportDxe: Fix XCODE5 build failure MdeModulePkg/Universal/DebugSupportDxe/X64/AsmFuncs.S | 4 ++-- MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -- 2.6.3.windows.1