From patchwork Mon May 4 13:43:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chung-Lin Tang X-Patchwork-Id: 38909 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5D1923876059; Mon, 4 May 2020 13:43:32 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id B63F6383E838 for ; Mon, 4 May 2020 13:43:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B63F6383E838 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=mentor.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=ChungLin_Tang@mentor.com IronPort-SDR: pkOKaMzYmjb+jo6sD6mLWZhpqAajAno/vg3CXcr+n1MxP3pBlTGbPS6xnBMXYHj9LjxNiQ8zWp hCqbl97c4wZnxEE/SCN0UyGlLRCz0KuuIHjzcCpPJg8UwNeSZEY4NFhsbfD7XFL5fnZQjpzeWP A8dzEFG+Pe7wr9HeSyG3fHzC3dt/fqH9WNcTWSpY8L7z2jp0SCH/3/0oo328ClYoAEHW+6dZVg q46RPsCKwSmxWAu7Nj5wgMjtNF0UaiSQIF4se4UsWadELZBZTj5PLnfySN8JhjMhqzaNS1+ZP4 n7E= X-IronPort-AV: E=Sophos;i="5.73,352,1583222400"; d="scan'208,223";a="50507420" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 04 May 2020 05:43:19 -0800 IronPort-SDR: ath2f9BVncw6MZlFNtBFnYPPIzldcevVZJdeEsvE9soaon7JSdYI3MJJ9KVIQVXw/sFeVXQeWP NLWC4q25i5WsiwpWdadYFv/jy8aYjHOdzC72YZhS3U/oA8/u35MlzirU/WKO+Jn4aSHKw3HQ9p sPEsW3+eqDJR4RDKbylpqVL6m9G1h5wIEiofwF9paYJvSkNWaPGInZVfLF1fpiV5M6OqeEDMXL /PhGGrUTKOtmhTe9LwFvPKHsrjdviu+0N3ZWp+xAemjh1frZYVkgTC02PYMGj1KnEEuxiI1HZv a3I= To: "Carroll, Paul" , GNU C Library From: Chung-Lin Tang Subject: [patch, nios2, committed] Delete sysdeps/unix/sysv/linux/nios2/kernel-features.h Message-ID: Date: Mon, 4 May 2020 21:43:11 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 Content-Language: en-US X-ClientProxiedBy: svr-orw-mbx-02.mgc.mentorg.com (147.34.90.202) To svr-orw-mbx-02.mgc.mentorg.com (147.34.90.202) X-Spam-Status: No, score=-22.0 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: , Reply-To: cltang@codesourcery.com Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" In commit 06436acf819d9e6ada7be3ca977d5c0a23d3f138, a kernel-features.h file for nios2 was created to undef __ASSUME_SYSVIPC_DEFAULT_IPC_64, which was wrong for Nios II. This patch removes the file again. Fixed on master and 2.31, credits to Paul Carroll. Thanks, Chung-Lin From 38c67888183db1b6ac21f2f9681b8a384987dfe8 Mon Sep 17 00:00:00 2001 From: Chung-Lin Tang Date: Mon, 4 May 2020 20:23:25 +0800 Subject: [PATCH] nios2: delete sysdeps/unix/sysv/linux/nios2/kernel-features.h Commit 06436acf819d9e6ada7be3ca977d5c0a23d3f138 created a kernel-features.h file with '#undef __ASSUME_SYSVIPC_DEFAULT_IPC_64', which is wrong for Nios II. Deleting the header. --- .../unix/sysv/linux/nios2/kernel-features.h | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/nios2/kernel-features.h diff --git a/sysdeps/unix/sysv/linux/nios2/kernel-features.h b/sysdeps/unix/sysv/linux/nios2/kernel-features.h deleted file mode 100644 index d68d114981..0000000000 --- a/sysdeps/unix/sysv/linux/nios2/kernel-features.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Set flags signalling availability of kernel features based on given - kernel version number. NIOS2 version. - Copyright (C) 2019-2020 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 - . */ - -#include_next - -#undef __ASSUME_SYSVIPC_DEFAULT_IPC_64