From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web12.756.1626829919688844644 for ; Tue, 20 Jul 2021 18:12:00 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Wed, 21 Jul 2021 09:11:55 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Ard Biesheuvel'" , "'Bob Feng'" References: <20210720220646.659-1-christopher.zurcher@outlook.com> In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbUEFUQ0ggdjcgMS8zXSBCYXNlVG9vbHM6IFJlbW92ZSBDT01NT04gc2VjdGlvbiBmcm9tIHRoZSBHQ0MgZGlzY2FyZCBsaXN0?= Date: Wed, 21 Jul 2021 09:11:57 +0800 Message-ID: <004301d77dcd$670f1b90$352d52b0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQJ5kGoOeGOvNUe1+U4VClsJD2mD/gKputGHqfMpvMA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Christopher: Thanks for your update. Can you let me know which platform is verified with this change by GCC tool chain? Ovmf? Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: christopher.zurcher@outlook.com > > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA7=D4=C221=C8=D5 6:07 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Ard Biesheuvel ; Bob Feng = ; > Liming Gao > =D6=F7=CC=E2: [PATCH v7 1/3] BaseTools: Remove COMMON section from the = GCC > discard list >=20 > From: Christopher Zurcher >=20 > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2507 >=20 > The COMMON section is used by OpenSSL assembly-optimized crypto > functions. OpenSSL assembly code is auto-generated from the submodule > and cannot be modified to remove dependence on the COMMON section. > The default -fno-common compiler flag should still prevent variable = from > being emitted into the COMMON section. >=20 > Cc: Ard Biesheuvel > Cc: Bob Feng > Cc: Liming Gao > Signed-off-by: Christopher Zurcher > --- > BaseTools/Scripts/GccBase.lds | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/BaseTools/Scripts/GccBase.lds = b/BaseTools/Scripts/GccBase.lds > index a9dd2138d4..83cebd29d5 100644 > --- a/BaseTools/Scripts/GccBase.lds > +++ b/BaseTools/Scripts/GccBase.lds > @@ -74,6 +74,5 @@ SECTIONS { > *(.dynamic) > *(.hash .gnu.hash) > *(.comment) > - *(COMMON) > } > } > -- > 2.32.0.windows.1