From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTPS id B7B093858C27 for ; Mon, 25 Oct 2021 10:25:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B7B093858C27 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-463-qyp6LDYtPp-jTEXYXBxfKw-1; Mon, 25 Oct 2021 06:25:50 -0400 X-MC-Unique: qyp6LDYtPp-jTEXYXBxfKw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8C7815074C; Mon, 25 Oct 2021 10:25:48 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.39.194.250]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A59E35D6BA; Mon, 25 Oct 2021 10:25:42 +0000 (UTC) From: Florian Weimer To: Lukasz Majewski Cc: Szabolcs Nagy , =?utf-8?B?RsSBbmctcnXDrCBTw7Ju?= =?utf-8?B?Zw==?= , "H.J. Lu" , libc-alpha@sourceware.org , Patches and discussions about the oe-core layer , Andreas Schwab , Joseph Myers , Carlos O'Donell Subject: Re: [PATCH v2] dl: Use "adr" assembler command to get proper load address on ARM References: <20210907131616.23472-1-lukma@denx.de> <20211015075417.29931-1-lukma@denx.de> <20211015120915.GD1982710@arm.com> <20211015145831.5d0fafcd@ktm> <20211018110818.GE1982710@arm.com> <871r4iftvc.fsf@oldenburg.str.redhat.com> <20211025121819.16f63048@ktm> Date: Mon, 25 Oct 2021 12:25:40 +0200 In-Reply-To: <20211025121819.16f63048@ktm> (Lukasz Majewski's message of "Mon, 25 Oct 2021 12:18:19 +0200") Message-ID: <878ryhwgd7.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2021 10:25:55 -0000 * Lukasz Majewski: > Do we have any idea on how to move forward with this issue? Either fix the prelink tool not to prelink shared objects that do not have a dependency on libc.so.6, or fix the dynamic loader to work if prelinked on AArch64. I do not have a strong opinion. Thanks, Florian