Received: by mail.netbsd.org (Postfix, from userid 605) id 1B71684DF6; Sat, 12 Oct 2019 14:52:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 816EE84DE7 for ; Sat, 12 Oct 2019 14:48:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fUi8wX9LA10V for ; Sat, 12 Oct 2019 14:48:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1E8E784CE9 for ; Sat, 12 Oct 2019 14:48:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1861AFBF4; Sat, 12 Oct 2019 14:48:32 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 12 Oct 2019 14:48:32 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/common/lib/libc/arch/aarch64/gen To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20191012144832.1861AFBF4@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Sat Oct 12 14:48:32 UTC 2019 Modified Files: src/common/lib/libc/arch/aarch64/gen [netbsd-9]: byte_swap_8.S Log Message: Pull up following revision(s) (requested by maya in ticket #304): common/lib/libc/arch/aarch64/gen/byte_swap_8.S: revision 1.2 Remove htonll and ntohll as symbols from aarch64 libc. Other architectures do not define them, and so we don't provide a function declaration in any header. This means a package may detect it with a link-test and then fail due to the missing declaration, like sysutils/collectd currently does. Done this way as aarch64 has not had a release yet. Discussed with releng. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.1.28.1 \ src/common/lib/libc/arch/aarch64/gen/byte_swap_8.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.