From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id 56698385E037; Wed, 26 Oct 2022 14:49:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 56698385E037 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666795789; bh=4RG01Td+0nPNqyNGNLk4eDvPjdtrc77Yg0dTaYw51m0=; h=From:To:Subject:Date:From; b=EdXrDFIvrl7/vSjq37LK5YC4JCFYoPokGxp/4pp48O1cX7mptRXSc0k9tDd4ODXU+ qFYL9d0HoYT0oxJs7JEG2wqf3dgLn//dvgdbm4VzNjaHHRzLowAxUs1r0R6XL79yr/ q0yiLwZGWfDRieXuTNw2Yjmks3a0bI0HZsYu58Rg= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Szabolcs Nagy To: glibc-cvs@sourceware.org Subject: [glibc/arm/morello/main] TODO: use empty dl-symaddr.c X-Act-Checkin: glibc X-Git-Author: Szabolcs Nagy X-Git-Refname: refs/heads/arm/morello/main X-Git-Oldrev: 057a6358356f447f686d8b4cae647cff9fe5c111 X-Git-Newrev: 0e893e3d6823f8883a5b8ed9e9b0abbff3ace340 Message-Id: <20221026144949.56698385E037@sourceware.org> Date: Wed, 26 Oct 2022 14:49:49 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0e893e3d6823f8883a5b8ed9e9b0abbff3ace340 commit 0e893e3d6823f8883a5b8ed9e9b0abbff3ace340 Author: Szabolcs Nagy Date: Fri Oct 21 16:27:33 2022 +0100 TODO: use empty dl-symaddr.c TODO: squash into commit 0edbd4c6d389b9e2be5ff1d026b4d30ae70a4af9 aarch64: morello: fix DL_SYMBOL_ADDRESS Diff: --- sysdeps/aarch64/dl-symaddr.c | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/sysdeps/aarch64/dl-symaddr.c b/sysdeps/aarch64/dl-symaddr.c index a85969a8f5..e69de29bb2 100644 --- a/sysdeps/aarch64/dl-symaddr.c +++ b/sysdeps/aarch64/dl-symaddr.c @@ -1,17 +0,0 @@ -/* Empty file: AArch64 does not have special DL_SYMBOL_ADDRESS. - Copyright (C) 2022 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */