From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-yb1-f172.google.com (mail-yb1-f172.google.com [209.85.219.172]) by mx.groups.io with SMTP id smtpd.web11.20242.1679062058085352060 for ; Fri, 17 Mar 2023 07:07:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@9elements.com header.s=google header.b=HDbpD43g; spf=pass (domain: 9elements.com, ip: 209.85.219.172, mailfrom: patrick.rudolph@9elements.com) Received: by mail-yb1-f172.google.com with SMTP id i6so5778817ybu.8 for ; Fri, 17 Mar 2023 07:07:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=9elements.com; s=google; t=1679062057; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=RJkJVmBOxQlLHuUNekOhmLKwPraJw43Eapn0KHu+N8U=; b=HDbpD43gbCoLFdlCH6aV9DJoT/+qYWCEF+7CATBkxTiG7UI7H+99TUeInLp0knwHFF kZkf2L8UWjMwG8R/mUBJ2wnd78D3VWXdimJc6mtNGSISBqxd2JjL3xjKx6c2jisLzWrS QqNb07AKwuoI6tXEIWNLIpDUuTI97rXq22zvN9SB6kFixsxUJ8KopGOL46ZT4ayyGzNC o24HuUXF6uJv9SdrUdH2ak7FUYEtADbH/tVKg3Ju+gTs6Er8vlNc0oHZ9X4akbVZ4kTi 7KBIvSPE98+QcumskyJteoY0uypRHwyyxPdMxYMpX/Wz9d1yJTa+oXgN81NBFD79AhCC CUWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679062057; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=RJkJVmBOxQlLHuUNekOhmLKwPraJw43Eapn0KHu+N8U=; b=3YJ0IYsMoCU49m9m7K876kxwnjWQh411yFoCHwC7Cd920RPEDuvSJIWBWSQnQYQRVD i8RDtuoidIsL30E9RKj07yQj4MZo1SrNzSZBRJErVtgfWg4djLnSNK8OkvMVdkCqoBt4 qFXE/VWq+hVoAWVla5mFZe9RtDdA4x/ZXsCqEQHw4cYmIEZ5uXi36D6RZN44A/bjVCwS Epio+W+/YNauZTx4B6Nxh4O7NIeB+ah4JpluAGwFfihLFDzcR7WtRzyvqhFsF47DSqNt OpU4LsLqXNcLIE+1SYuQ0wAZQObIRnVosWPXo6gUASTdKLDIHq+R3yLk4Ld1NgYjx4Kx tbFg== X-Gm-Message-State: AO0yUKWjdoiHf8UuMf5CkIdF1Lo0GvrenOWq+wa3zKPebhTTfhMIcKP+ CdY5L02TOb42uIJtn35dzaJHdkWJqbfyNRxkVFq2HQ== X-Google-Smtp-Source: AK7set+x+xMMP0A6YUokvywOsTHcHhsxUKz304RztdGhyvE0Wf4ZH+j//E+7WbsGSEM3wl224xHnu2qbbCA99c5Z4K8= X-Received: by 2002:a25:8d02:0:b0:b46:182:d3e9 with SMTP id n2-20020a258d02000000b00b460182d3e9mr6858582ybl.3.1679062057215; Fri, 17 Mar 2023 07:07:37 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Patrick Rudolph" Date: Fri, 17 Mar 2023 15:07:26 +0100 Message-ID: Subject: Re: [edk2-devel] [PATCH 1/3] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32_X64 To: Ard Biesheuvel Cc: =?UTF-8?Q?Marvin_H=C3=A4user?= , devel@edk2.groups.io Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Fixed the title. Sorry for the confusion. On Thu, Mar 16, 2023 at 1:05=E2=80=AFAM Ard Biesheuvel wr= ote: > > On Wed, 15 Mar 2023 at 23:57, Marvin H=C3=A4user wro= te: > > > > > > > On 15. Mar 2023, at 23:51, Ard Biesheuvel wrote: > > > > > > =EF=BB=BFOn Wed, 15 Mar 2023 at 23:16, Marvin H=C3=A4user wrote: > > >> > > >> Hi, > > >> > > >> Why does the title mention X64? From what I can see, PIE is unaffect= ed for X64 (and we really want it to be). > > >> > > > > > > Why? > > > > Why what? By =E2=80=9CPIE is unaffected for X64=E2=80=9D I meant by the= patch (which only changes IA32 macros, no?). I can also see how the last p= art is a bit ambiguous, but I meant it literally - we really want X64 to be= [unaffected] (which it is, by the patch, but the title implies otherwise, = doesn=E2=80=99t it?). > > > > OK, i got confused. Thanks for clearing that up for me :-)