From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: zhichao.gao@intel.com) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by groups.io with SMTP; Mon, 22 Apr 2019 19:35:10 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Apr 2019 19:35:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,384,1549958400"; d="scan'208";a="144995740" Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga007.fm.intel.com with ESMTP; 22 Apr 2019 19:35:09 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Dandan Bi Subject: [PATCH 0/3] MdePkg/DebugLib: Change the global variable name Date: Tue, 23 Apr 2019 10:35:04 +0800 Message-Id: <20190423023507.16952-1-zhichao.gao@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1740 The DebugLib instances of DebugPortProtocol, ConOut and StdErr use a global variable "mExitBootServicesEvent" which is in conflict with the same variable in StatusCodeHandlerRuntimeDxe.inf. That would cause a build error through GCC5. So change the name to the "mDebugLibExitBootServicesEvent". Cc: Michael D Kinney Cc: Liming Gao Cc: Dandan Bi Zhichao Gao (3): MdePkg/UefiDebugLibConOut: Change the global variable name MdePkg/UefiDebugLibStdErr: Change the global variable name MdePkg/UefiDebugLibDebugPortProtocol: Change the global variable name MdePkg/Library/UefiDebugLibConOut/DebugLibConstructor.c | 4 ++-- .../UefiDebugLibDebugPortProtocol/DebugLibConstructor.c | 4 ++-- MdePkg/Library/UefiDebugLibStdErr/DebugLibConstructor.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) -- 2.21.0.windows.1