From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 8EC03740041 for ; Fri, 27 Oct 2023 14:13:53 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Ulg/GvUQxkpGm5zbCkFhiNAHkwiXJnhQdLXtgaCVRaY=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20140610; t=1698416032; v=1; b=pCd4mbrk/DObw4bEW3+QJOeOlZFy64lM1kn6/6NkT8c3zRwFk05B+MhULvF87BHUOhghXfGF MNgIOSFgifrISJ8XRM3/HIg0ND7xL2QhDYTmVg5SWuqBvxQ/bHl3yLLJWkwftNEskDiFOOv+LOd YusXlyFKwlCgncSg2a2vH0/E= X-Received: by 127.0.0.2 with SMTP id 8VVYYY7687511xzg1wifBJkq; Fri, 27 Oct 2023 07:13:52 -0700 X-Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by mx.groups.io with SMTP id smtpd.web11.7922.1698416031430123817 for ; Fri, 27 Oct 2023 07:13:51 -0700 X-Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 43FBACE1C1B for ; Fri, 27 Oct 2023 14:13:48 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7CCD9C433C8 for ; Fri, 27 Oct 2023 14:13:47 +0000 (UTC) X-Received: by mail-lj1-f176.google.com with SMTP id 38308e7fff4ca-2c50fbc218bso29844651fa.3 for ; Fri, 27 Oct 2023 07:13:47 -0700 (PDT) X-Gm-Message-State: APCea1D448UpKi1MA5qBXKxhx7686176AA= X-Google-Smtp-Source: AGHT+IHLoEDDBcNOi4Akr/WkuSxnWYbKUvsN/0RFh1RyeLZhovCxN+UoxMMaRvZeK81szBFI9E3VQgS45yJT9rssz+0= X-Received: by 2002:a05:651c:1253:b0:2bb:a28b:58e1 with SMTP id h19-20020a05651c125300b002bba28b58e1mr1893346ljh.41.1698416025733; Fri, 27 Oct 2023 07:13:45 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Ard Biesheuvel" Date: Fri, 27 Oct 2023 16:13:34 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH] BaseTools/GenFw: Change opcode when converting ADR to ADRP To: devel@edk2.groups.io, jake@nvidia.com Cc: Pedro Falcato , "rebecca@bsdio.com" , "gaoliming@byosoft.com.cn" , "bob.c.feng@intel.com" , "yuwei.chen@intel.com" Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,ardb@kernel.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=pCd4mbrk; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=kernel.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On Fri, 27 Oct 2023 at 16:09, Jake Garver via groups.io wrote: > > Hi Ard: > > > Can you double check the object file? I suspect this is a linker relaxation not a compiler issue. > > With LTO in play, is there a way to check the object file? It's not in aarch64 assembly. > Perhaps not. Could you try adding -Wl,--no-relax to the DLINK_FLAGS for your build and see if it makes a difference? We should be adding that in any case, but it would be good to know if it helps here too. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110211): https://edk2.groups.io/g/devel/message/110211 Mute This Topic: https://groups.io/mt/102202314/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-