From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by mx.groups.io with SMTP id smtpd.web11.49224.1681935047205014076 for ; Wed, 19 Apr 2023 13:10:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@posteo.de header.s=2017 header.b=d6ZcEcev; spf=pass (domain: posteo.de, ip: 185.67.36.65, mailfrom: mhaeuser@posteo.de) Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 77B07240247 for ; Wed, 19 Apr 2023 22:10:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1681935045; bh=J9vthU/jlpUzRXN/aac+849QX1MawOAsgSXy7oe0vzU=; h=From:Subject:Date:Cc:To:From; b=d6ZcEcevtvQQlYWh91IpviRrUKDs6miPZNoHZEJTGDKEynxfjs6QN2rSbqfQI8CDP UOKnnFZ82n7mDKOuET8LvbkGhpAhwx+Tf9UaG+CUEgwocLjJTfWsueXhviM1eNSNUH u1Ky2an6EWiXHsGbJP+gCuNAXhpPn6X+i0r/xqABFp8iGkQwU40Gi5h92Xl89zK3w+ gc+r7Sf7rrU9VWGCCL1AtV63PaGj7p4+V5x/dv6YjSReHqLFuCIf5DVZztesb96fjT OsJVX3wimV+LciyqVoHrTnA1CoNOtM7gPbGBsM+gjzOHw6RaLC+gZAAsDEoREKgKC8 72DKCx+fqfs7g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Q1sNh3B84z9rxK; Wed, 19 Apr 2023 22:10:44 +0200 (CEST) From: =?UTF-8?B?TWFydmluIEjDpHVzZXI=?= Mime-Version: 1.0 (1.0) Subject: Re: [edk2-devel] [PATCH 1/2] ArmPkg/AsmMacroIoLibV8: Introduce ASM_FUNC_ALIGN() Date: Wed, 19 Apr 2023 20:10:43 +0000 Message-Id: References: Cc: edk2-devel-groups-io , Leif Lindholm , Ard Biesheuvel , Sami Mujawar , Vitaly Cheptsov In-Reply-To: To: Ard Biesheuvel Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > On 19. Apr 2023, at 21:48, Ard Biesheuvel wrote: > > The issue is likely caused by > > -Wl,--defsym=PECOFF_HEADER_SIZE=0 > > Why are you setting that? It breaks the ELF to PE conversion. Where?