From patchwork Thu Jan 28 17:07:39 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 41859 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 A622739AC86A; Thu, 28 Jan 2021 17:07:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A622739AC86A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1611853673; bh=POqG2ZM8VUoavxge2jx6Bg7ODc+Mz9r/Mt0wDkCGsks=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=lp/cT9M+gUQzCSOPF0pH3HwhMw6mseTN0F3y4+zarurdoUAVBXHf55frVJUWBzxme y3OERc/7qrOBhBXlOJP/mgraUdCzd0WCxgP1ulRx2GbELBhSBQr5i4p3QCLD+90Oxv TgYjzSwtcLDzov08Q7V9xSyXHPHWVqUDazKwgVRI= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-qk1-x729.google.com (mail-qk1-x729.google.com [IPv6:2607:f8b0:4864:20::729]) by sourceware.org (Postfix) with ESMTPS id 94B4A39AC86A for ; Thu, 28 Jan 2021 17:07:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 94B4A39AC86A Received: by mail-qk1-x729.google.com with SMTP id d85so5931721qkg.5 for ; Thu, 28 Jan 2021 09:07:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=POqG2ZM8VUoavxge2jx6Bg7ODc+Mz9r/Mt0wDkCGsks=; b=eva8/RCJRi3HUSooKEZ7N4JGMRLLh+qcgvszmYYTdcpYbmdY0xZyofS2iI6Pcvyjx+ IFtGlC7QOmhYKzW4ifKj3J7MTzEfJB2l0N8yE/IFa41vgK/XpBRoW8DkQJgHVTFj2jf1 AKuvY05F/fIlV6Cz9N8vFl9hQzUhmRo22gighKeyOoVlyqooBFb1QrQUYDlcpjqh5rzM V8aaRRo2/I2lHKIHqQYjyf+6Uyn0Rs2u+Sw7siq5v4QQp1T2taAJIav5PGk17EpBcC1j lIqZnoOms5LP9e91/CYaW1YaV/KmJDYbavxGyw6UALYsqtmZosm9bJnjAKJsixCmj5EM o+lA== X-Gm-Message-State: AOAM533y7bbADSkW2UGulYI5jILyN62iPWHtDYr5Iq6/VttIPQmx4aEc 2YjZpWqmPh9k8vyXEjBUV+M+yXLFrSFumg== X-Google-Smtp-Source: ABdhPJzbZyyfADTKvrvju13Yup+M5GzjMKeES56Mid+abuNH1IrjvYtq20rWPs7SMrbK761VugHGSw== X-Received: by 2002:a37:a58d:: with SMTP id o135mr153415qke.204.1611853670980; Thu, 28 Jan 2021 09:07:50 -0800 (PST) Received: from localhost.localdomain ([177.194.48.209]) by smtp.googlemail.com with ESMTPSA id s136sm3711806qka.106.2021.01.28.09.07.49 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jan 2021 09:07:50 -0800 (PST) To: libc-alpha@sourceware.org Subject: [COMMITTED 1/7] Update alpha libm-test-ulps Date: Thu, 28 Jan 2021 14:07:39 -0300 Message-Id: <20210128170745.1250260-1-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Spam-Status: No, score=-13.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, 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: , X-Patchwork-Original-From: Adhemerval Zanella via Libc-alpha From: Adhemerval Zanella Netto Reply-To: Adhemerval Zanella Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" --- sysdeps/alpha/fpu/libm-test-ulps | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/sysdeps/alpha/fpu/libm-test-ulps b/sysdeps/alpha/fpu/libm-test-ulps index 70fd2c9339..9df08fc4f0 100644 --- a/sysdeps/alpha/fpu/libm-test-ulps +++ b/sysdeps/alpha/fpu/libm-test-ulps @@ -60,7 +60,7 @@ float: 1 ldouble: 2 Function: "asinh": -double: 1 +double: 2 float: 2 ldouble: 3 @@ -413,7 +413,7 @@ float: 1 ldouble: 2 Function: "cbrt": -double: 3 +double: 4 float: 1 ldouble: 1 @@ -652,17 +652,17 @@ float: 2 ldouble: 2 Function: "cosh": -double: 1 +double: 2 float: 2 ldouble: 1 Function: "cosh_downward": -double: 2 +double: 3 float: 1 ldouble: 2 Function: "cosh_towardzero": -double: 2 +double: 3 float: 1 ldouble: 2 @@ -928,7 +928,7 @@ float: 1 ldouble: 2 Function: "erfc": -double: 3 +double: 5 float: 3 ldouble: 2 @@ -948,6 +948,7 @@ float: 6 ldouble: 5 Function: "exp": +double: 1 float: 1 ldouble: 1 @@ -1287,7 +1288,7 @@ float: 3 ldouble: 3 Function: "sinh_towardzero": -double: 2 +double: 3 float: 2 ldouble: 3 @@ -1336,22 +1337,22 @@ float: 3 ldouble: 3 Function: "tgamma": -double: 5 +double: 9 float: 8 ldouble: 4 Function: "tgamma_downward": -double: 5 +double: 8 float: 7 ldouble: 5 Function: "tgamma_towardzero": -double: 5 +double: 9 float: 7 ldouble: 5 Function: "tgamma_upward": -double: 4 +double: 9 float: 8 ldouble: 4 From patchwork Thu Jan 28 17:07:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 41860 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 5C7C239AC874; Thu, 28 Jan 2021 17:07:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5C7C239AC874 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1611853675; bh=iUSUM1o6my4/Ja1Wbp6A0VVZiIe/rh2jVF/ieWME1Ik=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=k6Vn6eGyhhkmDMVI6zLIphQQmcP41G5o/jPt4B+5twEwkdS3rdNiHAVwro+CDxMHd jEZoTZedUGdrk8aliix4vGq+3d6i14mvNuMG/2g8PkU9kXQ+wdog6tS9Yl9ZViwAEz jKVgTJkEzxCXc7NPogkGwuEMjk/6ofrJ3yOfXYFc= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-qv1-xf2f.google.com (mail-qv1-xf2f.google.com [IPv6:2607:f8b0:4864:20::f2f]) by sourceware.org (Postfix) with ESMTPS id 2BFFB3857807 for ; Thu, 28 Jan 2021 17:07:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2BFFB3857807 Received: by mail-qv1-xf2f.google.com with SMTP id n14so3122654qvg.5 for ; Thu, 28 Jan 2021 09:07:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=iUSUM1o6my4/Ja1Wbp6A0VVZiIe/rh2jVF/ieWME1Ik=; b=FFM7agc9yhv4+rugtglbqoq5icKcdP6VLNKcxFbYPgzc7VMl4AdALOem+q6AdShNOj oWcozjKuK0dYZqznLIJPpIejk9uaLBgjfYtU7eGP8z6VRBMU+w4ytU+v/FhpoaI0DRrF 8QsRjnb9ecdaWoR/C5JfEA5cDB2CeArqjvve/xCZq4dByneDV+YKSofXT3Ty0574xJHc kqIpBFRkd5JaXpUWtmyWBVtN3dJ7JQtJ7aJI9Ma2hnk8cYD5KbQdcJRYk96cgJdEh7N2 TadsndvMgNJrn062tGV8enLuVw/Umntn4/CQHksLySWAkEfSzs2MrPlwMutfK8VWfEoP 9pFA== X-Gm-Message-State: AOAM531FMR9HnkyuW5HD+xT1F86/aSpoHTEqpgZ5dVEiSVLnJcewZydD PLbIHetV+p8qQ+kElaiosvjAICqbjfyFUw== X-Google-Smtp-Source: ABdhPJzm7JRZ+rFBkvKYmHohYRMjyc6XldU6MLTemH+zJcBbuTq2sR3Aos7OAddn/01okeprXeH8XQ== X-Received: by 2002:a05:6214:906:: with SMTP id dj6mr199767qvb.28.1611853672540; Thu, 28 Jan 2021 09:07:52 -0800 (PST) Received: from localhost.localdomain ([177.194.48.209]) by smtp.googlemail.com with ESMTPSA id s136sm3711806qka.106.2021.01.28.09.07.51 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jan 2021 09:07:51 -0800 (PST) To: libc-alpha@sourceware.org Subject: [COMMITTED 2/7] Update sparc libm-test-ulps Date: Thu, 28 Jan 2021 14:07:40 -0300 Message-Id: <20210128170745.1250260-2-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210128170745.1250260-1-adhemerval.zanella@linaro.org> References: <20210128170745.1250260-1-adhemerval.zanella@linaro.org> MIME-Version: 1.0 X-Spam-Status: No, score=-13.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, 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: , X-Patchwork-Original-From: Adhemerval Zanella via Libc-alpha From: Adhemerval Zanella Netto Reply-To: Adhemerval Zanella Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" --- sysdeps/sparc/fpu/libm-test-ulps | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/sysdeps/sparc/fpu/libm-test-ulps b/sysdeps/sparc/fpu/libm-test-ulps index 9f1636dfab..5bef54ee33 100644 --- a/sysdeps/sparc/fpu/libm-test-ulps +++ b/sysdeps/sparc/fpu/libm-test-ulps @@ -60,7 +60,7 @@ float: 1 ldouble: 2 Function: "asinh": -double: 1 +double: 2 float: 2 ldouble: 3 @@ -413,7 +413,7 @@ float: 1 ldouble: 2 Function: "cbrt": -double: 3 +double: 4 float: 1 ldouble: 1 @@ -652,17 +652,17 @@ float: 2 ldouble: 2 Function: "cosh": -double: 1 +double: 2 float: 2 ldouble: 1 Function: "cosh_downward": -double: 2 +double: 3 float: 1 ldouble: 2 Function: "cosh_towardzero": -double: 2 +double: 3 float: 1 ldouble: 2 @@ -928,7 +928,7 @@ float: 1 ldouble: 2 Function: "erfc": -double: 3 +double: 5 float: 3 ldouble: 2 @@ -948,6 +948,7 @@ float: 6 ldouble: 5 Function: "exp": +double: 1 float: 1 ldouble: 1 @@ -1287,7 +1288,7 @@ float: 3 ldouble: 3 Function: "sinh_towardzero": -double: 2 +double: 3 float: 2 ldouble: 3 @@ -1336,22 +1337,22 @@ float: 3 ldouble: 3 Function: "tgamma": -double: 5 +double: 9 float: 8 ldouble: 4 Function: "tgamma_downward": -double: 5 +double: 8 float: 7 ldouble: 5 Function: "tgamma_towardzero": -double: 5 +double: 9 float: 7 ldouble: 5 Function: "tgamma_upward": -double: 4 +double: 9 float: 8 ldouble: 4 From patchwork Thu Jan 28 17:07:41 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 41861 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 DFD6639AC876; Thu, 28 Jan 2021 17:07:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DFD6639AC876 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1611853676; bh=ox0XivI6v5b7iRqe//vcTMd2eQH7H2/Gm6lVUFxN2tA=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=eH0oUqmYSR0QopjT8cSKIg2cAp52DeWXlrkWzZoVb1LHShsLXnv0V2OHFbX/+psk1 N35vrV6kjtDFJbc8UuPKMxWj26c6nqraH0CAIMszy0Nmuzv7UHAQhjNHGULDoiCVTZ oqadcvEmAyqTElFGzOsZeyqBFJ8gbt65p6n6+gJ4= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-qv1-xf2a.google.com (mail-qv1-xf2a.google.com [IPv6:2607:f8b0:4864:20::f2a]) by sourceware.org (Postfix) with ESMTPS id BDCF139960D2 for ; Thu, 28 Jan 2021 17:07:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BDCF139960D2 Received: by mail-qv1-xf2a.google.com with SMTP id es14so3125191qvb.3 for ; Thu, 28 Jan 2021 09:07:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ox0XivI6v5b7iRqe//vcTMd2eQH7H2/Gm6lVUFxN2tA=; b=D+zx3cFrio8atOgmfcUt5MIsFfxnLULDB/zuKAHclyXM7uVHKxEhPEj9L0sxY/9oOW Sdv5E0xu1KY+c6QQP/SZlDsZBS0k4d9QOL4okSl/dpAWt5XrUM6TyMQlptDwVwRaGziu GZhZqcmmpORXYS43eSm84PP4giejUCk8Trkb0nS8qiZ+ksSZ2LairjxRS3XnVCEsEzpM iyWHDR2sryjI3yVvgYHu2/01NEoc+HOAUSBeCtjyjYWi8+AtPggsYGa0TPD0vMiPOLc2 oAUe1dxUGLxgxQ8j5DtcfiwDzMk+w5+wiPAc/TJLxF+Tki+zHRgStrzOz+FTkw7iAKwE zNZw== X-Gm-Message-State: AOAM530+OmWzpZXMOLEQ8OxhHM8CZjqHooEUGNWxj+BsXRurr09FxYvA rQF6wzBu7G3msEmbq/JTwxWUDZuN8WqXeg== X-Google-Smtp-Source: ABdhPJxLJNKhejNi0N54axssk3cxA2aGoIamU6J0BTdJj5hdT+2h0i/h9ttX1DrUlVbdSn0ImEC7pw== X-Received: by 2002:ad4:5a02:: with SMTP id ei2mr305302qvb.40.1611853674106; Thu, 28 Jan 2021 09:07:54 -0800 (PST) Received: from localhost.localdomain ([177.194.48.209]) by smtp.googlemail.com with ESMTPSA id s136sm3711806qka.106.2021.01.28.09.07.52 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jan 2021 09:07:53 -0800 (PST) To: libc-alpha@sourceware.org Subject: [COMMITTED 3/7] ia64: Fix brk call on statup Date: Thu, 28 Jan 2021 14:07:41 -0300 Message-Id: <20210128170745.1250260-3-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210128170745.1250260-1-adhemerval.zanella@linaro.org> References: <20210128170745.1250260-1-adhemerval.zanella@linaro.org> MIME-Version: 1.0 X-Spam-Status: No, score=-13.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_SHORT, RCVD_IN_DNSWL_NONE, 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: , X-Patchwork-Original-From: Adhemerval Zanella via Libc-alpha From: Adhemerval Zanella Netto Reply-To: Adhemerval Zanella Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" brk used by statup before TCB is properly set, so we can't use IA64_USE_NEW_STUB. This patch fixes a regression introduced by 720480934ab910. Checked on ia64-linux-gnu. --- sysdeps/unix/sysv/linux/ia64/brk.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sysdeps/unix/sysv/linux/ia64/brk.c diff --git a/sysdeps/unix/sysv/linux/ia64/brk.c b/sysdeps/unix/sysv/linux/ia64/brk.c new file mode 100644 index 0000000000..cf2c5bd667 --- /dev/null +++ b/sysdeps/unix/sysv/linux/ia64/brk.c @@ -0,0 +1,22 @@ +/* brk system call for Linux/ia64. + Copyright (C) 2021 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 +/* brk is used by statup before TCB is properly set. */ +#undef USE_DL_SYSINFO +#include From patchwork Thu Jan 28 17:07:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 41862 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 740C539AC84F; Thu, 28 Jan 2021 17:07:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 740C539AC84F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1611853679; bh=XjyPdKNUX+MNvoickB3O2tTYMmtoxe28/KYZsrxbUMc=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=iJfqw+ZmE5Nq1YHi3IXVLFXZCJHshVmuK1WrrnKtLKr4UV7vQmljQxVCsxMxghQAi CCVoap5SIKvMzKnKvOcU65B9ZuolARP5Oy3HPX4VMAAdZgYprG7Ut/naV5tUT/Lmlh jfcqNhJH2CRlt4g8a6pfBFtgB4REcELr2lQjLPdI= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-qt1-x82f.google.com (mail-qt1-x82f.google.com [IPv6:2607:f8b0:4864:20::82f]) by sourceware.org (Postfix) with ESMTPS id 70E7A3857807 for ; Thu, 28 Jan 2021 17:07:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 70E7A3857807 Received: by mail-qt1-x82f.google.com with SMTP id v3so4596014qtw.4 for ; Thu, 28 Jan 2021 09:07:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=XjyPdKNUX+MNvoickB3O2tTYMmtoxe28/KYZsrxbUMc=; b=ctrjYMKJDoGC/pQCDBxmKdmBhNTbA3ClVeLABsa878ZOUU2rqG9ilsavunMZ9oCJPG OZqxtQR9CTmNwhp9AyWq0Nhhti/3hkQ4mL8ur4XlsALjV1Mq3F7lR9PO5b51+qwVLO/K fgjAgK0umLFjn2lLW2i5gEGsxQtMmu/ExqBNMWvUJAsGZZZANKfFiVUVAzbHKT5xXfC2 uSYknbnGUqr1cavBOj1vtHr3NdsDFLfvU+ehjJwKM8lr9FGJaRUonxtNDPHozLdSrL/N 6Gn/HgI2dkAOBMBGxsdii0BVpxmuvyDTDLNb+GeaJ30UeTunhWBnrqHIZcnfeGIVSnPn 4Ugg== X-Gm-Message-State: AOAM533Qw48zsvq8oIHjwunx73ln6yV9nYTuojka7RNcxfX33V29L7lH ojQC8ujl43ekVfW1lvl/5z6nivpK+JCXsw== X-Google-Smtp-Source: ABdhPJysbLDng8RjY5iaVrj7DoK8+qTzuuZN4rmsReUcnYgtjX8wuXuypcepe94lk40aMlUrqIgqKA== X-Received: by 2002:ac8:550a:: with SMTP id j10mr439906qtq.193.1611853675720; Thu, 28 Jan 2021 09:07:55 -0800 (PST) Received: from localhost.localdomain ([177.194.48.209]) by smtp.googlemail.com with ESMTPSA id s136sm3711806qka.106.2021.01.28.09.07.54 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jan 2021 09:07:55 -0800 (PST) To: libc-alpha@sourceware.org Subject: [COMMITTED 4/7] sh: Update libm-tests-ulps Date: Thu, 28 Jan 2021 14:07:42 -0300 Message-Id: <20210128170745.1250260-4-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210128170745.1250260-1-adhemerval.zanella@linaro.org> References: <20210128170745.1250260-1-adhemerval.zanella@linaro.org> MIME-Version: 1.0 X-Spam-Status: No, score=-13.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, 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: , X-Patchwork-Original-From: Adhemerval Zanella via Libc-alpha From: Adhemerval Zanella Netto Reply-To: Adhemerval Zanella Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" --- sysdeps/sh/libm-test-ulps | 42 +++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/sysdeps/sh/libm-test-ulps b/sysdeps/sh/libm-test-ulps index 04a8e90581..9c297f4481 100644 --- a/sysdeps/sh/libm-test-ulps +++ b/sysdeps/sh/libm-test-ulps @@ -24,8 +24,8 @@ double: 1 float: 1 Function: "asinh": -double: 1 -float: 1 +double: 2 +float: 2 Function: "asinh_towardzero": double: 2 @@ -163,7 +163,7 @@ double: 1 float: 2 Function: "cbrt": -double: 3 +double: 4 float: 1 Function: "cbrt_towardzero": @@ -258,11 +258,11 @@ double: 1 float: 1 Function: "cosh": -double: 1 -float: 1 +double: 2 +float: 2 Function: "cosh_towardzero": -double: 2 +double: 3 float: 1 Function: Real part of "cpow": @@ -364,13 +364,17 @@ double: 1 float: 1 Function: "erfc": -double: 3 +double: 5 float: 2 Function: "erfc_towardzero": double: 3 float: 3 +Function: "exp": +double: 1 +float: 1 + Function: "exp10": double: 2 @@ -415,15 +419,15 @@ double: 1 Function: "j0": double: 2 -float: 2 +float: 8 Function: "j0_towardzero": -double: 3 -float: 1 +double: 4 +float: 6 Function: "j1": -double: 1 -float: 2 +double: 2 +float: 8 Function: "j1_towardzero": double: 3 @@ -500,7 +504,7 @@ double: 2 float: 2 Function: "sinh_towardzero": -double: 2 +double: 3 float: 2 Function: "tan": @@ -519,16 +523,16 @@ double: 2 float: 2 Function: "tgamma": -double: 5 -float: 4 +double: 9 +float: 8 Function: "tgamma_towardzero": -double: 5 -float: 4 +double: 9 +float: 7 Function: "y0": -double: 2 -float: 1 +double: 3 +float: 6 Function: "y0_towardzero": double: 3 From patchwork Thu Jan 28 17:07:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 41863 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 8F65039AF185; Thu, 28 Jan 2021 17:08:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8F65039AF185 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1611853680; bh=UvwSTYR4EG8VF5Ead6AM2NHU+zWNeDyTYeEQx37tKAQ=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=eheD4RDFiwgJbfl4kCaqCvu7aRvatTzHCZ19pqkq4KOzcxCtG8dMyPRLfh23xIY4/ hAB9XBIEH0VGvGplopumzfKwdqPPZ07x9+4VfYATUsDZj1YyJj9EGp4LUyD4tZRQXS y2BvhpBStT/yRreczyon3ZB89NE1HGWbNTMZk8Po= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-qv1-xf2b.google.com (mail-qv1-xf2b.google.com [IPv6:2607:f8b0:4864:20::f2b]) by sourceware.org (Postfix) with ESMTPS id 74DD13857807 for ; Thu, 28 Jan 2021 17:07:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 74DD13857807 Received: by mail-qv1-xf2b.google.com with SMTP id ew18so3123984qvb.4 for ; Thu, 28 Jan 2021 09:07:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=UvwSTYR4EG8VF5Ead6AM2NHU+zWNeDyTYeEQx37tKAQ=; b=rewp/uSOPX5s7ILR+pFJ02IqKwsZukUnAcLfUiyJHU/g20DrHZGT7/yy78WBei0wlp 4hPDbVrMUGummrrXUS51QxSnu4VcOGps4vVa9aui5nBAA8kPohWaIGgup1nLOmy/ReQ9 FwsMcTcvk9/c5a9SeH639ism3O3flZzizPXAGMtVLbAjARVfQi1QPhbCZRQzZWo9MQNz v05XwwK1l33w4uWQBubUkJgGfO6ABjBelosViuSKqUxYY2AbdV027LhESmvl4uFfDSOV Y+1DEFyDRnPC0ecW2DYosG1Sqrk9zbjzNjcOz+330T+U+8nsNMv9spxAy0HSqMIXQdQY hKug== X-Gm-Message-State: AOAM531PxVU1Mj9frnqRNNIrMUZ+ra4QwSZXJI7oV9ID0+nuSI0Lklxr 4Z/BUdDc/mGoJ1+xXWc9Qj+lId2TK6Wlug== X-Google-Smtp-Source: ABdhPJwjFjMfkq3PQX/r6nYfTNitzb5ScoQ958bpfx0xdJsZvzYGoJuo8Y7urgiT/fHNB71xCfIAQA== X-Received: by 2002:a05:6214:c65:: with SMTP id t5mr283374qvj.19.1611853677877; Thu, 28 Jan 2021 09:07:57 -0800 (PST) Received: from localhost.localdomain ([177.194.48.209]) by smtp.googlemail.com with ESMTPSA id s136sm3711806qka.106.2021.01.28.09.07.55 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jan 2021 09:07:56 -0800 (PST) To: libc-alpha@sourceware.org Subject: [COMMITTED 5/7] Update ia64 libm-test-ulps Date: Thu, 28 Jan 2021 14:07:43 -0300 Message-Id: <20210128170745.1250260-5-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210128170745.1250260-1-adhemerval.zanella@linaro.org> References: <20210128170745.1250260-1-adhemerval.zanella@linaro.org> MIME-Version: 1.0 X-Spam-Status: No, score=-13.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, 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: , X-Patchwork-Original-From: Adhemerval Zanella via Libc-alpha From: Adhemerval Zanella Netto Reply-To: Adhemerval Zanella Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" --- sysdeps/ia64/fpu/libm-test-ulps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/ia64/fpu/libm-test-ulps b/sysdeps/ia64/fpu/libm-test-ulps index 249dd9e7e5..cc533d91ec 100644 --- a/sysdeps/ia64/fpu/libm-test-ulps +++ b/sysdeps/ia64/fpu/libm-test-ulps @@ -1149,12 +1149,12 @@ Function: "j0_downward": double: 6 float: 4 float128: 4 -ldouble: 3 +ldouble: 4 Function: "j0_towardzero": double: 4 float: 6 -float128: 2 +float128: 4 ldouble: 9 Function: "j0_upward": From patchwork Thu Jan 28 17:07:44 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 41864 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 2FF0338708BD; Thu, 28 Jan 2021 17:08:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2FF0338708BD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1611853690; bh=PmWTYtmzJuq7MTKyKtuupXJonBKYMEpgLTC724NPUKo=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=R0E6fKNUNffrU+zUrukRRNAcZpS5DoRA1KQwBEHR0IzOYiqHNecajNADZK8CDtRs9 /Os4AKvweHdazVBPJ/jYVDq+fjGbomYhnP4I9WNdSyGl7QgUX6OkBk5zRDUOeYOH/V 5zeLysG8ba4wfQ9UZUDEU7Qzn1udooYcG9xIE67M= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-qk1-x730.google.com (mail-qk1-x730.google.com [IPv6:2607:f8b0:4864:20::730]) by sourceware.org (Postfix) with ESMTPS id 7B01738708BD for ; Thu, 28 Jan 2021 17:08:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7B01738708BD Received: by mail-qk1-x730.google.com with SMTP id v126so5908624qkd.11 for ; Thu, 28 Jan 2021 09:08:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=PmWTYtmzJuq7MTKyKtuupXJonBKYMEpgLTC724NPUKo=; b=keSSBkV7IgdOGxJmRNSPni61WxrIIL3Igf7XBSZK0M/wQenEdYKaRuqUyPpzhBHYXt t0MzRvITuFUv3SZUcx0G0BolygfzBVSKa6Fzv0OZ44yY65ihxIOKc3tOiSPnjXZjivct AFiAcg4+k1VNmZr/H3cg8dK+nG29mj/8a2f5/ifAwaSHnmjl44BXZo/TUu7UFNW3sR4U bFIiN3XME+F8tdasNl4yGUXT2LaXgb/9beSvaOaiPxRA2B5jm0xSIeh2M6Jb7igEMqU/ GtF4MIU6H4j0LE00fcJeZJzDVX6PPxE5XVyAFaIs2z0HBCkDGG/q/oDzNuAK7ECbcW6T qj3Q== X-Gm-Message-State: AOAM530HmkjW0kiASHd6j8F9bHea/fhmG8Fg5qjkVjLouub+56xBCwp0 aTcKl4Fio0SweCVEGemI9Z9PJC7uzdlfQw== X-Google-Smtp-Source: ABdhPJz3pihT5/lsP/dGMb4KlXFY3f9b61m2smsla7yS6pzMqC4EYTXigkesvNsd2yDusImtVHqyyw== X-Received: by 2002:a37:4e01:: with SMTP id c1mr88903qkb.481.1611853679904; Thu, 28 Jan 2021 09:07:59 -0800 (PST) Received: from localhost.localdomain ([177.194.48.209]) by smtp.googlemail.com with ESMTPSA id s136sm3711806qka.106.2021.01.28.09.07.58 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jan 2021 09:07:59 -0800 (PST) To: libc-alpha@sourceware.org Subject: [COMMITTED 6/7] Update libc.pot for 2.33 release Date: Thu, 28 Jan 2021 14:07:44 -0300 Message-Id: <20210128170745.1250260-6-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210128170745.1250260-1-adhemerval.zanella@linaro.org> References: <20210128170745.1250260-1-adhemerval.zanella@linaro.org> MIME-Version: 1.0 X-Spam-Status: No, score=-13.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, 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: , X-Patchwork-Original-From: Adhemerval Zanella via Libc-alpha From: Adhemerval Zanella Netto Reply-To: Adhemerval Zanella Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" --- po/libc.pot | 744 ++++++++++++++++++++++++++++------------------------ 1 file changed, 403 insertions(+), 341 deletions(-) diff --git a/po/libc.pot b/po/libc.pot index 0d430e4492..a6cd202733 100644 --- a/po/libc.pot +++ b/po/libc.pot @@ -5,8 +5,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libc 2.31.9000\n" -"POT-Creation-Date: 2020-07-22 23:24-0400\n" +"Project-Id-Version: libc 2.32.9000\n" +"POT-Creation-Date: 2021-01-27 17:07-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -67,7 +67,7 @@ msgstr "" #: argp/argp-parse.c:103 catgets/gencat.c:109 catgets/gencat.c:113 #: iconv/iconv_prog.c:61 iconv/iconv_prog.c:62 nscd/nscd.c:107 nscd/nscd.c:111 -#: nss/makedb.c:120 +#: nss/makedb.c:121 msgid "NAME" msgstr "" @@ -122,7 +122,7 @@ msgstr "" msgid "Do not use existing catalog, force new output file" msgstr "" -#: catgets/gencat.c:113 nss/makedb.c:120 +#: catgets/gencat.c:113 nss/makedb.c:121 msgid "Write output to file NAME" msgstr "" @@ -139,11 +139,11 @@ msgid "" "[OUTPUT-FILE [INPUT-FILE]...]" msgstr "" -#: catgets/gencat.c:229 debug/pcprofiledump.c:209 elf/ldconfig.c:306 +#: catgets/gencat.c:229 debug/pcprofiledump.c:209 elf/ldconfig.c:311 #: elf/pldd.c:247 elf/sln.c:77 elf/sprof.c:372 iconv/iconv_prog.c:388 #: iconv/iconvconfig.c:379 locale/programs/locale.c:276 #: locale/programs/localedef.c:438 login/programs/pt_chown.c:89 -#: malloc/memusagestat.c:563 nss/getent.c:953 nss/makedb.c:369 +#: malloc/memusagestat.c:563 nss/getent.c:953 nss/makedb.c:370 #: posix/getconf.c:503 sysdeps/unix/sysv/linux/lddlibc4.c:61 #, c-format msgid "" @@ -152,11 +152,11 @@ msgid "" msgstr "" #: catgets/gencat.c:245 debug/pcprofiledump.c:225 debug/xtrace.sh:64 -#: elf/ldconfig.c:322 elf/ldd.bash.in:38 elf/pldd.c:263 elf/sotruss.sh:75 +#: elf/ldconfig.c:327 elf/ldd.bash.in:38 elf/pldd.c:263 elf/sotruss.sh:75 #: elf/sprof.c:389 iconv/iconv_prog.c:405 iconv/iconvconfig.c:396 #: locale/programs/locale.c:293 locale/programs/localedef.c:460 #: login/programs/pt_chown.c:63 malloc/memusage.sh:71 malloc/memusagestat.c:581 -#: nscd/nscd.c:522 nss/getent.c:88 nss/makedb.c:385 posix/getconf.c:485 +#: nscd/nscd.c:522 nss/getent.c:88 nss/makedb.c:386 posix/getconf.c:485 #: sysdeps/unix/sysv/linux/lddlibc4.c:68 #, c-format msgid "" @@ -166,10 +166,10 @@ msgid "" msgstr "" #: catgets/gencat.c:250 debug/pcprofiledump.c:230 debug/xtrace.sh:68 -#: elf/ldconfig.c:327 elf/pldd.c:268 elf/sprof.c:395 iconv/iconv_prog.c:410 +#: elf/ldconfig.c:332 elf/pldd.c:268 elf/sprof.c:395 iconv/iconv_prog.c:410 #: iconv/iconvconfig.c:401 locale/programs/locale.c:298 #: locale/programs/localedef.c:465 malloc/memusage.sh:75 -#: malloc/memusagestat.c:586 nscd/nscd.c:527 nss/getent.c:93 nss/makedb.c:390 +#: malloc/memusagestat.c:586 nscd/nscd.c:527 nss/getent.c:93 nss/makedb.c:391 #: posix/getconf.c:490 #, c-format msgid "Written by %s.\n" @@ -180,7 +180,7 @@ msgid "*standard input*" msgstr "" #: catgets/gencat.c:287 iconv/iconv_charmap.c:167 iconv/iconv_prog.c:273 -#: nss/makedb.c:246 +#: nss/makedb.c:247 #, c-format msgid "cannot open input file `%s'" msgstr "" @@ -355,60 +355,89 @@ msgstr "" msgid "invalid mode parameter" msgstr "" -#: elf/cache.c:69 +#: elf/cache.c:180 msgid "unknown" msgstr "" -#: elf/cache.c:141 +#: elf/cache.c:254 msgid "Unknown OS" msgstr "" -#: elf/cache.c:146 +#: elf/cache.c:259 #, c-format msgid ", OS ABI: %s %d.%d.%d" msgstr "" -#: elf/cache.c:163 elf/ldconfig.c:1297 +#: elf/cache.c:297 +#, c-format +msgid "Cache file has wrong endianness.\n" +msgstr "" + +#: elf/cache.c:306 +msgid "Cache generated by: " +msgstr "" + +#: elf/cache.c:320 elf/ldconfig.c:1427 #, c-format msgid "Can't open cache file %s\n" msgstr "" -#: elf/cache.c:177 +#: elf/cache.c:334 #, c-format msgid "mmap of cache file failed.\n" msgstr "" -#: elf/cache.c:181 elf/cache.c:195 elf/cache.c:205 +#: elf/cache.c:338 elf/cache.c:352 elf/cache.c:363 #, c-format msgid "File is not a cache file.\n" msgstr "" -#: elf/cache.c:233 elf/cache.c:243 +#: elf/cache.c:392 elf/cache.c:407 #, c-format msgid "%d libs found in cache `%s'\n" msgstr "" -#: elf/cache.c:437 +#: elf/cache.c:405 +#, c-format +msgid "Malformed extension data in cache file %s\n" +msgstr "" + +#: elf/cache.c:548 +#, c-format +msgid "Writing of cache extension data failed" +msgstr "" + +#: elf/cache.c:558 +#, c-format +msgid "%s: ISA level is too high (%d > %d)" +msgstr "" + +#: elf/cache.c:725 #, c-format msgid "Can't create temporary cache file %s" msgstr "" -#: elf/cache.c:445 elf/cache.c:455 elf/cache.c:459 elf/cache.c:463 -#: elf/cache.c:473 +#: elf/cache.c:733 elf/cache.c:743 elf/cache.c:747 elf/cache.c:752 +#: elf/cache.c:770 #, c-format msgid "Writing of cache data failed" msgstr "" -#: elf/cache.c:468 +#: elf/cache.c:765 #, c-format msgid "Changing access rights of %s to %#o failed" msgstr "" -#: elf/cache.c:477 +#: elf/cache.c:774 #, c-format msgid "Renaming of %s to %s failed" msgstr "" +#: elf/cache.c:804 +#, c-format +msgid "Could not create library path" +msgstr "" + #: elf/dl-close.c:406 elf/dl-open.c:293 msgid "cannot create scope list" msgstr "" @@ -468,139 +497,143 @@ msgstr "" msgid "internal error: symidx out of range of fptr table" msgstr "" -#: elf/dl-hwcaps.c:92 elf/dl-hwcaps.c:104 +#: elf/dl-hwcaps.c:104 +msgid "cannot create HWCAP priorities" +msgstr "" + +#: elf/dl-hwcaps.c:247 elf/dl-hwcaps.c:262 msgid "cannot create capability list" msgstr "" -#: elf/dl-load.c:428 +#: elf/dl-load.c:432 msgid "cannot allocate name record" msgstr "" -#: elf/dl-load.c:514 elf/dl-load.c:627 elf/dl-load.c:716 elf/dl-load.c:812 +#: elf/dl-load.c:518 elf/dl-load.c:631 elf/dl-load.c:725 elf/dl-load.c:821 msgid "cannot create cache for search path" msgstr "" -#: elf/dl-load.c:610 +#: elf/dl-load.c:614 msgid "cannot create RUNPATH/RPATH copy" msgstr "" -#: elf/dl-load.c:703 +#: elf/dl-load.c:711 msgid "cannot create search path array" msgstr "" -#: elf/dl-load.c:964 +#: elf/dl-load.c:951 msgid "cannot stat shared object" msgstr "" -#: elf/dl-load.c:1075 elf/dl-load.c:2278 +#: elf/dl-load.c:1082 elf/dl-load.c:2293 msgid "cannot create shared object descriptor" msgstr "" -#: elf/dl-load.c:1094 elf/dl-load.c:1658 elf/dl-load.c:1759 +#: elf/dl-load.c:1101 elf/dl-load.c:1668 elf/dl-load.c:1770 msgid "cannot read file data" msgstr "" -#: elf/dl-load.c:1140 +#: elf/dl-load.c:1147 msgid "ELF load command alignment not page-aligned" msgstr "" -#: elf/dl-load.c:1147 +#: elf/dl-load.c:1154 msgid "ELF load command address/offset not properly aligned" msgstr "" -#: elf/dl-load.c:1226 +#: elf/dl-load.c:1233 msgid "object file has no loadable segments" msgstr "" -#: elf/dl-load.c:1239 +#: elf/dl-load.c:1246 msgid "cannot dynamically load executable" msgstr "" -#: elf/dl-load.c:1275 +#: elf/dl-load.c:1271 msgid "object file has no dynamic section" msgstr "" -#: elf/dl-load.c:1302 +#: elf/dl-load.c:1289 msgid "cannot dynamically load position-independent executable" msgstr "" -#: elf/dl-load.c:1304 +#: elf/dl-load.c:1291 msgid "shared object cannot be dlopen()ed" msgstr "" -#: elf/dl-load.c:1317 +#: elf/dl-load.c:1304 msgid "cannot allocate memory for program header" msgstr "" -#: elf/dl-load.c:1350 elf/dl-load.h:130 +#: elf/dl-load.c:1337 elf/dl-load.h:130 msgid "cannot change memory protections" msgstr "" -#: elf/dl-load.c:1370 +#: elf/dl-load.c:1357 msgid "cannot enable executable stack as shared object requires" msgstr "" -#: elf/dl-load.c:1383 +#: elf/dl-load.c:1385 msgid "cannot close file descriptor" msgstr "" -#: elf/dl-load.c:1658 +#: elf/dl-load.c:1668 msgid "file too short" msgstr "" -#: elf/dl-load.c:1693 +#: elf/dl-load.c:1704 msgid "invalid ELF header" msgstr "" -#: elf/dl-load.c:1705 +#: elf/dl-load.c:1716 msgid "ELF file data encoding not big-endian" msgstr "" -#: elf/dl-load.c:1707 +#: elf/dl-load.c:1718 msgid "ELF file data encoding not little-endian" msgstr "" -#: elf/dl-load.c:1711 +#: elf/dl-load.c:1722 msgid "ELF file version ident does not match current one" msgstr "" -#: elf/dl-load.c:1715 +#: elf/dl-load.c:1726 msgid "ELF file OS ABI invalid" msgstr "" -#: elf/dl-load.c:1718 +#: elf/dl-load.c:1729 msgid "ELF file ABI version invalid" msgstr "" -#: elf/dl-load.c:1721 +#: elf/dl-load.c:1732 msgid "nonzero padding in e_ident" msgstr "" -#: elf/dl-load.c:1724 +#: elf/dl-load.c:1735 msgid "internal error" msgstr "" -#: elf/dl-load.c:1731 +#: elf/dl-load.c:1742 msgid "ELF file version does not match current one" msgstr "" -#: elf/dl-load.c:1739 +#: elf/dl-load.c:1750 msgid "only ET_DYN and ET_EXEC can be loaded" msgstr "" -#: elf/dl-load.c:1744 +#: elf/dl-load.c:1755 msgid "ELF file's phentsize not the expected size" msgstr "" -#: elf/dl-load.c:2297 +#: elf/dl-load.c:2312 msgid "wrong ELF class: ELFCLASS64" msgstr "" -#: elf/dl-load.c:2298 +#: elf/dl-load.c:2313 msgid "wrong ELF class: ELFCLASS32" msgstr "" -#: elf/dl-load.c:2301 +#: elf/dl-load.c:2316 msgid "cannot open shared object file" msgstr "" @@ -624,15 +657,15 @@ msgstr "" msgid "TLS generation counter wrapped! Please report this." msgstr "" -#: elf/dl-open.c:808 +#: elf/dl-open.c:802 msgid "invalid mode for dlopen()" msgstr "" -#: elf/dl-open.c:825 +#: elf/dl-open.c:819 msgid "no more namespaces available for dlmopen()" msgstr "" -#: elf/dl-open.c:849 +#: elf/dl-open.c:843 msgid "invalid target namespace in dlmopen()" msgstr "" @@ -673,218 +706,228 @@ msgstr "" msgid "cannot allocate version reference table" msgstr "" -#: elf/ldconfig.c:145 +#: elf/ldconfig.c:150 msgid "Print cache" msgstr "" -#: elf/ldconfig.c:146 +#: elf/ldconfig.c:151 msgid "Generate verbose messages" msgstr "" -#: elf/ldconfig.c:147 +#: elf/ldconfig.c:152 msgid "Don't build cache" msgstr "" -#: elf/ldconfig.c:148 +#: elf/ldconfig.c:153 msgid "Don't update symbolic links" msgstr "" -#: elf/ldconfig.c:149 +#: elf/ldconfig.c:154 msgid "Change to and use ROOT as root directory" msgstr "" -#: elf/ldconfig.c:149 +#: elf/ldconfig.c:154 msgid "ROOT" msgstr "" -#: elf/ldconfig.c:150 +#: elf/ldconfig.c:155 msgid "CACHE" msgstr "" -#: elf/ldconfig.c:150 +#: elf/ldconfig.c:155 msgid "Use CACHE as cache file" msgstr "" -#: elf/ldconfig.c:151 +#: elf/ldconfig.c:156 msgid "CONF" msgstr "" -#: elf/ldconfig.c:151 +#: elf/ldconfig.c:156 msgid "Use CONF as configuration file" msgstr "" -#: elf/ldconfig.c:152 +#: elf/ldconfig.c:157 msgid "" "Only process directories specified on the command line. Don't build cache." msgstr "" -#: elf/ldconfig.c:153 +#: elf/ldconfig.c:158 msgid "Manually link individual libraries." msgstr "" -#: elf/ldconfig.c:154 +#: elf/ldconfig.c:159 msgid "FORMAT" msgstr "" -#: elf/ldconfig.c:154 +#: elf/ldconfig.c:159 msgid "Format to use: new (default), old, or compat" msgstr "" -#: elf/ldconfig.c:155 +#: elf/ldconfig.c:160 msgid "Ignore auxiliary cache file" msgstr "" -#: elf/ldconfig.c:163 +#: elf/ldconfig.c:168 msgid "Configure Dynamic Linker Run Time Bindings." msgstr "" -#: elf/ldconfig.c:346 +#: elf/ldconfig.c:371 #, c-format msgid "Path `%s' given more than once" msgstr "" -#: elf/ldconfig.c:347 +#: elf/ldconfig.c:372 #, c-format msgid "(from %s:%d and %s:%d)\n" msgstr "" -#: elf/ldconfig.c:393 +#: elf/ldconfig.c:404 elf/ldconfig.c:445 +#, c-format +msgid "Could not form glibc-hwcaps path" +msgstr "" + +#: elf/ldconfig.c:418 +#, c-format +msgid "Listing directory %s" +msgstr "" + +#: elf/ldconfig.c:487 #, c-format msgid "%s is not a known library type" msgstr "" -#: elf/ldconfig.c:421 +#: elf/ldconfig.c:515 #, c-format msgid "Can't stat %s" msgstr "" -#: elf/ldconfig.c:500 +#: elf/ldconfig.c:596 #, c-format msgid "Can't stat %s\n" msgstr "" -#: elf/ldconfig.c:510 +#: elf/ldconfig.c:606 #, c-format msgid "%s is not a symbolic link\n" msgstr "" -#: elf/ldconfig.c:529 +#: elf/ldconfig.c:625 #, c-format msgid "Can't unlink %s" msgstr "" -#: elf/ldconfig.c:535 +#: elf/ldconfig.c:631 #, c-format msgid "Can't link %s to %s" msgstr "" -#: elf/ldconfig.c:541 +#: elf/ldconfig.c:637 msgid " (changed)\n" msgstr "" -#: elf/ldconfig.c:543 +#: elf/ldconfig.c:639 msgid " (SKIPPED)\n" msgstr "" -#: elf/ldconfig.c:598 +#: elf/ldconfig.c:695 #, c-format msgid "Can't find %s" msgstr "" -#: elf/ldconfig.c:614 elf/ldconfig.c:781 elf/ldconfig.c:839 elf/ldconfig.c:871 +#: elf/ldconfig.c:711 elf/ldconfig.c:893 elf/ldconfig.c:945 elf/ldconfig.c:977 #, c-format msgid "Cannot lstat %s" msgstr "" -#: elf/ldconfig.c:621 +#: elf/ldconfig.c:718 #, c-format msgid "Ignored file %s since it is not a regular file." msgstr "" -#: elf/ldconfig.c:630 +#: elf/ldconfig.c:727 #, c-format msgid "No link created since soname could not be found for %s" msgstr "" -#: elf/ldconfig.c:689 +#: elf/ldconfig.c:800 #, c-format msgid " (from %s:%d)\n" msgstr "" -#: elf/ldconfig.c:714 +#: elf/ldconfig.c:824 #, c-format msgid "Can't open directory %s" msgstr "" -#: elf/ldconfig.c:799 elf/ldconfig.c:859 elf/readlib.c:97 +#: elf/ldconfig.c:911 elf/ldconfig.c:965 elf/readlib.c:98 #, c-format msgid "Input file %s not found.\n" msgstr "" -#: elf/ldconfig.c:806 +#: elf/ldconfig.c:918 #, c-format msgid "Cannot stat %s" msgstr "" -#: elf/ldconfig.c:953 +#: elf/ldconfig.c:1063 #, c-format msgid "libc5 library %s in wrong directory" msgstr "" -#: elf/ldconfig.c:956 +#: elf/ldconfig.c:1066 #, c-format msgid "libc6 library %s in wrong directory" msgstr "" -#: elf/ldconfig.c:959 +#: elf/ldconfig.c:1069 #, c-format msgid "libc4 library %s in wrong directory" msgstr "" -#: elf/ldconfig.c:987 +#: elf/ldconfig.c:1097 #, c-format msgid "" "libraries %s and %s in directory %s have same soname but different type." msgstr "" -#: elf/ldconfig.c:1097 +#: elf/ldconfig.c:1227 #, c-format msgid "Warning: ignoring configuration file that cannot be opened: %s" msgstr "" -#: elf/ldconfig.c:1145 +#: elf/ldconfig.c:1275 #, c-format msgid "%s:%u: hwcap directive ignored" msgstr "" -#: elf/ldconfig.c:1164 +#: elf/ldconfig.c:1294 #, c-format msgid "need absolute file name for configuration file when using -r" msgstr "" -#: elf/ldconfig.c:1171 locale/programs/xasprintf.c:31 +#: elf/ldconfig.c:1301 locale/programs/xasprintf.c:31 #: locale/programs/xmalloc.c:63 malloc/obstack.c:416 malloc/obstack.c:418 #: posix/getconf.c:458 posix/getconf.c:697 #, c-format msgid "memory exhausted" msgstr "" -#: elf/ldconfig.c:1204 +#: elf/ldconfig.c:1334 #, c-format msgid "%s:%u: cannot read directory %s" msgstr "" -#: elf/ldconfig.c:1252 +#: elf/ldconfig.c:1382 #, c-format msgid "relative path `%s' used to build cache" msgstr "" -#: elf/ldconfig.c:1276 +#: elf/ldconfig.c:1406 #, c-format msgid "Can't chdir to /" msgstr "" -#: elf/ldconfig.c:1317 +#: elf/ldconfig.c:1447 #, c-format msgid "Can't open cache file directory %s\n" msgstr "" @@ -923,7 +966,7 @@ msgstr "" #. TRANS This is a ``file doesn't exist'' error #. TRANS for ordinary files that are referenced in contexts where they are #. TRANS expected to already exist. -#: elf/ldd.bash.in:147 sysdeps/gnu/errlist.h:16 +#: elf/ldd.bash.in:147 sysdeps/gnu/errlist.h:13 msgid "No such file or directory" msgstr "" @@ -1045,57 +1088,57 @@ msgstr "" msgid "process %lu is no ELF program" msgstr "" -#: elf/readelflib.c:34 +#: elf/readelflib.c:36 #, c-format msgid "file %s is truncated\n" msgstr "" -#: elf/readelflib.c:65 +#: elf/readelflib.c:67 #, c-format msgid "%s is a 32 bit ELF file.\n" msgstr "" -#: elf/readelflib.c:67 +#: elf/readelflib.c:69 #, c-format msgid "%s is a 64 bit ELF file.\n" msgstr "" -#: elf/readelflib.c:69 +#: elf/readelflib.c:71 #, c-format msgid "Unknown ELFCLASS in file %s.\n" msgstr "" -#: elf/readelflib.c:76 +#: elf/readelflib.c:78 #, c-format msgid "%s is not a shared object file (Type: %d).\n" msgstr "" -#: elf/readelflib.c:101 +#: elf/readelflib.c:106 #, c-format msgid "more than one dynamic segment\n" msgstr "" -#: elf/readlib.c:103 +#: elf/readlib.c:104 #, c-format msgid "Cannot fstat file %s.\n" msgstr "" -#: elf/readlib.c:114 +#: elf/readlib.c:115 #, c-format msgid "File %s is empty, not checked." msgstr "" -#: elf/readlib.c:120 +#: elf/readlib.c:121 #, c-format msgid "File %s is too small, not checked." msgstr "" -#: elf/readlib.c:130 +#: elf/readlib.c:131 #, c-format msgid "Cannot mmap file %s.\n" msgstr "" -#: elf/readlib.c:169 +#: elf/readlib.c:170 #, c-format msgid "%s is not an ELF file - it has the wrong magic bytes at the start.\n" msgstr "" @@ -1294,6 +1337,21 @@ msgstr "" msgid "cannot allocate symbol data" msgstr "" +#: elf/stringtable.c:90 +#, c-format +msgid "String table string is too long" +msgstr "" + +#: elf/stringtable.c:103 +#, c-format +msgid "String table has too many entries" +msgstr "" + +#: elf/stringtable.c:188 elf/stringtable.c:196 +#, c-format +msgid "String table is too large" +msgstr "" + #: iconv/iconv_charmap.c:141 iconv/iconv_prog.c:428 #, c-format msgid "cannot open output file" @@ -3070,8 +3128,8 @@ msgstr "" msgid "unable to free arguments" msgstr "" -#: nis/nis_error.h:1 nis/ypclnt.c:825 nis/ypclnt.c:914 posix/regcomp.c:135 -#: sysdeps/gnu/errlist.h:4 +#: nis/nis_error.h:1 nis/ypclnt.c:833 nis/ypclnt.c:922 posix/regcomp.c:135 +#: sysdeps/gnu/errlist.h:1 msgid "Success" msgstr "" @@ -3112,7 +3170,7 @@ msgid "First/next chain broken" msgstr "" #. TRANS The file permissions do not allow the attempted operation. -#: nis/nis_error.h:11 nis/ypclnt.c:870 sysdeps/gnu/errlist.h:93 +#: nis/nis_error.h:11 nis/ypclnt.c:878 sysdeps/gnu/errlist.h:90 msgid "Permission denied" msgstr "" @@ -3573,91 +3631,91 @@ msgstr "" msgid " No recursive nonmembers\n" msgstr "" -#: nis/ypclnt.c:828 +#: nis/ypclnt.c:836 msgid "Request arguments bad" msgstr "" -#: nis/ypclnt.c:831 +#: nis/ypclnt.c:839 msgid "RPC failure on NIS operation" msgstr "" -#: nis/ypclnt.c:834 +#: nis/ypclnt.c:842 msgid "Can't bind to server which serves this domain" msgstr "" -#: nis/ypclnt.c:837 +#: nis/ypclnt.c:845 msgid "No such map in server's domain" msgstr "" -#: nis/ypclnt.c:840 +#: nis/ypclnt.c:848 msgid "No such key in map" msgstr "" -#: nis/ypclnt.c:843 +#: nis/ypclnt.c:851 msgid "Internal NIS error" msgstr "" -#: nis/ypclnt.c:846 +#: nis/ypclnt.c:854 msgid "Local resource allocation failure" msgstr "" -#: nis/ypclnt.c:849 +#: nis/ypclnt.c:857 msgid "No more records in map database" msgstr "" -#: nis/ypclnt.c:852 +#: nis/ypclnt.c:860 msgid "Can't communicate with portmapper" msgstr "" -#: nis/ypclnt.c:855 +#: nis/ypclnt.c:863 msgid "Can't communicate with ypbind" msgstr "" -#: nis/ypclnt.c:858 +#: nis/ypclnt.c:866 msgid "Can't communicate with ypserv" msgstr "" -#: nis/ypclnt.c:861 +#: nis/ypclnt.c:869 msgid "Local domain name not set" msgstr "" -#: nis/ypclnt.c:864 +#: nis/ypclnt.c:872 msgid "NIS map database is bad" msgstr "" -#: nis/ypclnt.c:867 +#: nis/ypclnt.c:875 msgid "NIS client/server version mismatch - can't supply service" msgstr "" -#: nis/ypclnt.c:873 +#: nis/ypclnt.c:881 msgid "Database is busy" msgstr "" -#: nis/ypclnt.c:876 +#: nis/ypclnt.c:884 msgid "Unknown NIS error code" msgstr "" -#: nis/ypclnt.c:917 +#: nis/ypclnt.c:925 msgid "Internal ypbind error" msgstr "" -#: nis/ypclnt.c:920 +#: nis/ypclnt.c:928 msgid "Domain not bound" msgstr "" -#: nis/ypclnt.c:923 +#: nis/ypclnt.c:931 msgid "System resource allocation failure" msgstr "" -#: nis/ypclnt.c:926 +#: nis/ypclnt.c:934 msgid "Unknown ypbind error" msgstr "" -#: nis/ypclnt.c:967 +#: nis/ypclnt.c:975 msgid "yp_update: cannot convert host to netname\n" msgstr "" -#: nis/ypclnt.c:985 +#: nis/ypclnt.c:993 msgid "yp_update: cannot get server address\n" msgstr "" @@ -4072,7 +4130,7 @@ msgstr "" msgid "Name Service Cache Daemon." msgstr "" -#: nscd/nscd.c:159 nss/getent.c:987 nss/makedb.c:206 +#: nscd/nscd.c:159 nss/getent.c:987 nss/makedb.c:207 #, c-format msgid "wrong number of arguments" msgstr "" @@ -4310,85 +4368,85 @@ msgstr "" msgid "Invalid numeric uid \"%s\"!" msgstr "" -#: nscd/selinux.c:154 +#: nscd/selinux.c:155 #, c-format msgid "Failed opening connection to the audit subsystem: %m" msgstr "" -#: nscd/selinux.c:175 +#: nscd/selinux.c:176 msgid "Failed to set keep-capabilities" msgstr "" -#: nscd/selinux.c:176 nscd/selinux.c:239 +#: nscd/selinux.c:177 nscd/selinux.c:240 msgid "prctl(KEEPCAPS) failed" msgstr "" -#: nscd/selinux.c:190 +#: nscd/selinux.c:191 msgid "Failed to initialize drop of capabilities" msgstr "" -#: nscd/selinux.c:191 +#: nscd/selinux.c:192 msgid "cap_init failed" msgstr "" -#: nscd/selinux.c:212 nscd/selinux.c:229 +#: nscd/selinux.c:213 nscd/selinux.c:230 msgid "Failed to drop capabilities" msgstr "" -#: nscd/selinux.c:213 nscd/selinux.c:230 +#: nscd/selinux.c:214 nscd/selinux.c:231 msgid "cap_set_proc failed" msgstr "" -#: nscd/selinux.c:238 +#: nscd/selinux.c:239 msgid "Failed to unset keep-capabilities" msgstr "" -#: nscd/selinux.c:254 +#: nscd/selinux.c:255 msgid "Failed to determine if kernel supports SELinux" msgstr "" -#: nscd/selinux.c:269 +#: nscd/selinux.c:270 msgid "Failed to start AVC thread" msgstr "" -#: nscd/selinux.c:291 +#: nscd/selinux.c:292 msgid "Failed to create AVC lock" msgstr "" -#: nscd/selinux.c:331 +#: nscd/selinux.c:338 msgid "Failed to start AVC" msgstr "" -#: nscd/selinux.c:333 +#: nscd/selinux.c:340 msgid "Access Vector Cache (AVC) started" msgstr "" -#: nscd/selinux.c:368 +#: nscd/selinux.c:382 msgid "Error querying policy for undefined object classes or permissions." msgstr "" -#: nscd/selinux.c:375 +#: nscd/selinux.c:389 msgid "Error getting security class for nscd." msgstr "" -#: nscd/selinux.c:380 +#: nscd/selinux.c:394 #, c-format msgid "Error translating permission name \"%s\" to access vector bit." msgstr "" -#: nscd/selinux.c:390 +#: nscd/selinux.c:404 msgid "Error getting context of socket peer" msgstr "" -#: nscd/selinux.c:395 +#: nscd/selinux.c:409 msgid "Error getting context of nscd" msgstr "" -#: nscd/selinux.c:401 +#: nscd/selinux.c:415 msgid "Error getting sid from context" msgstr "" -#: nscd/selinux.c:439 +#: nscd/selinux.c:454 #, c-format msgid "" "\n" @@ -4458,102 +4516,102 @@ msgstr "" msgid "Unknown database: %s\n" msgstr "" -#: nss/makedb.c:119 +#: nss/makedb.c:120 msgid "Convert key to lower case" msgstr "" -#: nss/makedb.c:122 +#: nss/makedb.c:123 msgid "Do not print messages while building database" msgstr "" -#: nss/makedb.c:124 +#: nss/makedb.c:125 msgid "Print content of database file, one entry a line" msgstr "" -#: nss/makedb.c:125 +#: nss/makedb.c:126 msgid "CHAR" msgstr "" -#: nss/makedb.c:126 +#: nss/makedb.c:127 msgid "Generated line not part of iteration" msgstr "" -#: nss/makedb.c:131 +#: nss/makedb.c:132 msgid "Create simple database from textual input." msgstr "" -#: nss/makedb.c:134 +#: nss/makedb.c:135 msgid "" "INPUT-FILE OUTPUT-FILE\n" "-o OUTPUT-FILE INPUT-FILE\n" "-u INPUT-FILE" msgstr "" -#: nss/makedb.c:227 +#: nss/makedb.c:228 #, c-format msgid "cannot open database file `%s'" msgstr "" -#: nss/makedb.c:272 +#: nss/makedb.c:273 #, c-format msgid "no entries to be processed" msgstr "" -#: nss/makedb.c:282 +#: nss/makedb.c:283 #, c-format msgid "cannot create temporary file name" msgstr "" -#: nss/makedb.c:288 +#: nss/makedb.c:289 #, c-format msgid "cannot create temporary file" msgstr "" -#: nss/makedb.c:304 +#: nss/makedb.c:305 #, c-format msgid "cannot stat newly created file" msgstr "" -#: nss/makedb.c:315 +#: nss/makedb.c:316 #, c-format msgid "cannot rename temporary file" msgstr "" -#: nss/makedb.c:527 nss/makedb.c:550 +#: nss/makedb.c:528 nss/makedb.c:551 #, c-format msgid "cannot create search tree" msgstr "" -#: nss/makedb.c:556 +#: nss/makedb.c:557 msgid "duplicate key" msgstr "" -#: nss/makedb.c:568 +#: nss/makedb.c:569 #, c-format msgid "problems while reading `%s'" msgstr "" -#: nss/makedb.c:795 +#: nss/makedb.c:796 #, c-format msgid "failed to write new database file" msgstr "" -#: nss/makedb.c:808 +#: nss/makedb.c:809 #, c-format msgid "cannot stat database file" msgstr "" -#: nss/makedb.c:813 +#: nss/makedb.c:814 #, c-format msgid "cannot map database file" msgstr "" -#: nss/makedb.c:816 +#: nss/makedb.c:817 #, c-format msgid "file not a database file" msgstr "" -#: nss/makedb.c:867 +#: nss/makedb.c:875 #, c-format msgid "cannot set file creation context for `%s'" msgstr "" @@ -5223,8 +5281,8 @@ msgstr "" msgid "svc_unix.c - cannot getsockname or listen" msgstr "" -#: sysdeps/aarch64/dl-bti.c:41 -msgid "mprotect failed to turn on BTI" +#: sysdeps/aarch64/dl-bti.c:72 +msgid "failed to turn on BTI protection" msgstr "" #: sysdeps/generic/siglist.h:29 @@ -5276,7 +5334,7 @@ msgstr "" #. TRANS @code{SIGPIPE} signal; this signal terminates the program if not handled #. TRANS or blocked. Thus, your program will never actually see @code{EPIPE} #. TRANS unless it has handled or blocked @code{SIGPIPE}. -#: sysdeps/generic/siglist.h:40 sysdeps/gnu/errlist.h:219 +#: sysdeps/generic/siglist.h:40 sysdeps/gnu/errlist.h:216 msgid "Broken pipe" msgstr "" @@ -5370,12 +5428,12 @@ msgstr "" #. TRANS Only the owner of the file (or other resource) #. TRANS or processes with special privileges can perform the operation. -#: sysdeps/gnu/errlist.h:9 +#: sysdeps/gnu/errlist.h:6 msgid "Operation not permitted" msgstr "" #. TRANS No process matches the specified process ID. -#: sysdeps/gnu/errlist.h:21 +#: sysdeps/gnu/errlist.h:18 msgid "No such process" msgstr "" @@ -5386,12 +5444,12 @@ msgstr "" #. TRANS You can choose to have functions resume after a signal that is handled, #. TRANS rather than failing with @code{EINTR}; see @ref{Interrupted #. TRANS Primitives}. -#: sysdeps/gnu/errlist.h:32 +#: sysdeps/gnu/errlist.h:29 msgid "Interrupted system call" msgstr "" #. TRANS Usually used for physical read or write errors. -#: sysdeps/gnu/errlist.h:37 +#: sysdeps/gnu/errlist.h:34 msgid "Input/output error" msgstr "" @@ -5400,7 +5458,7 @@ msgstr "" #. TRANS This can mean that the device file was installed incorrectly, or that #. TRANS the physical device is missing or not correctly attached to the #. TRANS computer. -#: sysdeps/gnu/errlist.h:46 +#: sysdeps/gnu/errlist.h:43 msgid "No such device or address" msgstr "" @@ -5408,27 +5466,27 @@ msgstr "" #. TRANS being executed with one of the @code{exec} functions (@pxref{Executing a #. TRANS File}) occupy too much memory space. This condition never arises on #. TRANS @gnuhurdsystems{}. -#: sysdeps/gnu/errlist.h:54 +#: sysdeps/gnu/errlist.h:51 msgid "Argument list too long" msgstr "" #. TRANS Invalid executable file format. This condition is detected by the #. TRANS @code{exec} functions; see @ref{Executing a File}. -#: sysdeps/gnu/errlist.h:60 +#: sysdeps/gnu/errlist.h:57 msgid "Exec format error" msgstr "" #. TRANS For example, I/O on a descriptor that has been #. TRANS closed or reading from a descriptor open only for writing (or vice #. TRANS versa). -#: sysdeps/gnu/errlist.h:67 +#: sysdeps/gnu/errlist.h:64 msgid "Bad file descriptor" msgstr "" #. TRANS This error happens on operations that are #. TRANS supposed to manipulate child processes, when there aren't any processes #. TRANS to manipulate. -#: sysdeps/gnu/errlist.h:74 +#: sysdeps/gnu/errlist.h:71 msgid "No child processes" msgstr "" @@ -5436,69 +5494,69 @@ msgstr "" #. TRANS deadlock situation. The system does not guarantee that it will notice #. TRANS all such situations. This error means you got lucky and the system #. TRANS noticed; it might just hang. @xref{File Locks}, for an example. -#: sysdeps/gnu/errlist.h:82 +#: sysdeps/gnu/errlist.h:79 msgid "Resource deadlock avoided" msgstr "" #. TRANS The system cannot allocate more virtual memory #. TRANS because its capacity is full. -#: sysdeps/gnu/errlist.h:88 +#: sysdeps/gnu/errlist.h:85 msgid "Cannot allocate memory" msgstr "" #. TRANS An invalid pointer was detected. #. TRANS On @gnuhurdsystems{}, this error never happens; you get a signal instead. -#: sysdeps/gnu/errlist.h:99 +#: sysdeps/gnu/errlist.h:96 msgid "Bad address" msgstr "" #. TRANS A file that isn't a block special file was given in a situation that #. TRANS requires one. For example, trying to mount an ordinary file as a file #. TRANS system in Unix gives this error. -#: sysdeps/gnu/errlist.h:106 +#: sysdeps/gnu/errlist.h:103 msgid "Block device required" msgstr "" #. TRANS A system resource that can't be shared is already in use. #. TRANS For example, if you try to delete a file that is the root of a currently #. TRANS mounted filesystem, you get this error. -#: sysdeps/gnu/errlist.h:113 +#: sysdeps/gnu/errlist.h:110 msgid "Device or resource busy" msgstr "" #. TRANS An existing file was specified in a context where it only #. TRANS makes sense to specify a new file. -#: sysdeps/gnu/errlist.h:119 +#: sysdeps/gnu/errlist.h:116 msgid "File exists" msgstr "" #. TRANS An attempt to make an improper link across file systems was detected. #. TRANS This happens not only when you use @code{link} (@pxref{Hard Links}) but #. TRANS also when you rename a file with @code{rename} (@pxref{Renaming Files}). -#: sysdeps/gnu/errlist.h:126 +#: sysdeps/gnu/errlist.h:123 msgid "Invalid cross-device link" msgstr "" #. TRANS The wrong type of device was given to a function that expects a #. TRANS particular sort of device. -#: sysdeps/gnu/errlist.h:132 +#: sysdeps/gnu/errlist.h:129 msgid "No such device" msgstr "" #. TRANS A file that isn't a directory was specified when a directory is required. -#: sysdeps/gnu/errlist.h:137 +#: sysdeps/gnu/errlist.h:134 msgid "Not a directory" msgstr "" #. TRANS You cannot open a directory for writing, #. TRANS or create or remove hard links to it. -#: sysdeps/gnu/errlist.h:143 +#: sysdeps/gnu/errlist.h:140 msgid "Is a directory" msgstr "" #. TRANS This is used to indicate various kinds of problems #. TRANS with passing the wrong argument to a library function. -#: sysdeps/gnu/errlist.h:149 +#: sysdeps/gnu/errlist.h:146 msgid "Invalid argument" msgstr "" @@ -5509,20 +5567,20 @@ msgstr "" #. TRANS limit that can usually be increased. If you get this error, you might #. TRANS want to increase the @code{RLIMIT_NOFILE} limit or make it unlimited; #. TRANS @pxref{Limits on Resources}. -#: sysdeps/gnu/errlist.h:160 +#: sysdeps/gnu/errlist.h:157 msgid "Too many open files" msgstr "" #. TRANS There are too many distinct file openings in the entire system. Note #. TRANS that any number of linked channels count as just one file opening; see #. TRANS @ref{Linked Channels}. This error never occurs on @gnuhurdsystems{}. -#: sysdeps/gnu/errlist.h:167 +#: sysdeps/gnu/errlist.h:164 msgid "Too many open files in system" msgstr "" #. TRANS Inappropriate I/O control operation, such as trying to set terminal #. TRANS modes on an ordinary file. -#: sysdeps/gnu/errlist.h:173 +#: sysdeps/gnu/errlist.h:170 msgid "Inappropriate ioctl for device" msgstr "" @@ -5531,47 +5589,47 @@ msgstr "" #. TRANS debugger to run a program is considered having it open for writing and #. TRANS will cause this error. (The name stands for ``text file busy''.) This #. TRANS is not an error on @gnuhurdsystems{}; the text is copied as necessary. -#: sysdeps/gnu/errlist.h:182 +#: sysdeps/gnu/errlist.h:179 msgid "Text file busy" msgstr "" #. TRANS The size of a file would be larger than allowed by the system. -#: sysdeps/gnu/errlist.h:187 +#: sysdeps/gnu/errlist.h:184 msgid "File too large" msgstr "" #. TRANS Write operation on a file failed because the #. TRANS disk is full. -#: sysdeps/gnu/errlist.h:193 +#: sysdeps/gnu/errlist.h:190 msgid "No space left on device" msgstr "" #. TRANS Invalid seek operation (such as on a pipe). -#: sysdeps/gnu/errlist.h:198 +#: sysdeps/gnu/errlist.h:195 msgid "Illegal seek" msgstr "" #. TRANS An attempt was made to modify something on a read-only file system. -#: sysdeps/gnu/errlist.h:203 +#: sysdeps/gnu/errlist.h:200 msgid "Read-only file system" msgstr "" #. TRANS The link count of a single file would become too large. #. TRANS @code{rename} can cause this error if the file being renamed already has #. TRANS as many links as it can take (@pxref{Renaming Files}). -#: sysdeps/gnu/errlist.h:210 +#: sysdeps/gnu/errlist.h:207 msgid "Too many links" msgstr "" #. TRANS Used by mathematical functions when an argument value does #. TRANS not fall into the domain over which the function is defined. -#: sysdeps/gnu/errlist.h:225 +#: sysdeps/gnu/errlist.h:222 msgid "Numerical argument out of domain" msgstr "" #. TRANS Used by mathematical functions when the result value is #. TRANS not representable because of overflow or underflow. -#: sysdeps/gnu/errlist.h:231 +#: sysdeps/gnu/errlist.h:228 msgid "Numerical result out of range" msgstr "" @@ -5604,7 +5662,7 @@ msgstr "" #. TRANS so usually an interactive program should report the error to the user #. TRANS and return to its command loop. #. TRANS @end itemize -#: sysdeps/gnu/errlist.h:264 +#: sysdeps/gnu/errlist.h:261 msgid "Resource temporarily unavailable" msgstr "" @@ -5616,47 +5674,47 @@ msgstr "" #. TRANS the object before the call completes return @code{EALREADY}. You can #. TRANS use the @code{select} function to find out when the pending operation #. TRANS has completed; @pxref{Waiting for I/O}. -#: sysdeps/gnu/errlist.h:276 +#: sysdeps/gnu/errlist.h:273 msgid "Operation now in progress" msgstr "" #. TRANS An operation is already in progress on an object that has non-blocking #. TRANS mode selected. -#: sysdeps/gnu/errlist.h:282 +#: sysdeps/gnu/errlist.h:279 msgid "Operation already in progress" msgstr "" #. TRANS A file that isn't a socket was specified when a socket is required. -#: sysdeps/gnu/errlist.h:287 +#: sysdeps/gnu/errlist.h:284 msgid "Socket operation on non-socket" msgstr "" #. TRANS The size of a message sent on a socket was larger than the supported #. TRANS maximum size. -#: sysdeps/gnu/errlist.h:293 +#: sysdeps/gnu/errlist.h:290 msgid "Message too long" msgstr "" #. TRANS The socket type does not support the requested communications protocol. -#: sysdeps/gnu/errlist.h:298 +#: sysdeps/gnu/errlist.h:295 msgid "Protocol wrong type for socket" msgstr "" #. TRANS You specified a socket option that doesn't make sense for the #. TRANS particular protocol being used by the socket. @xref{Socket Options}. -#: sysdeps/gnu/errlist.h:304 +#: sysdeps/gnu/errlist.h:301 msgid "Protocol not available" msgstr "" #. TRANS The socket domain does not support the requested communications protocol #. TRANS (perhaps because the requested protocol is completely invalid). #. TRANS @xref{Creating a Socket}. -#: sysdeps/gnu/errlist.h:311 +#: sysdeps/gnu/errlist.h:308 msgid "Protocol not supported" msgstr "" #. TRANS The socket type is not supported. -#: sysdeps/gnu/errlist.h:316 +#: sysdeps/gnu/errlist.h:313 msgid "Socket type not supported" msgstr "" @@ -5666,71 +5724,71 @@ msgstr "" #. TRANS error can happen for many calls when the object does not support the #. TRANS particular operation; it is a generic indication that the server knows #. TRANS nothing to do for that call. -#: sysdeps/gnu/errlist.h:326 +#: sysdeps/gnu/errlist.h:323 msgid "Operation not supported" msgstr "" #. TRANS The socket communications protocol family you requested is not supported. -#: sysdeps/gnu/errlist.h:331 +#: sysdeps/gnu/errlist.h:328 msgid "Protocol family not supported" msgstr "" #. TRANS The address family specified for a socket is not supported; it is #. TRANS inconsistent with the protocol being used on the socket. @xref{Sockets}. -#: sysdeps/gnu/errlist.h:337 +#: sysdeps/gnu/errlist.h:334 msgid "Address family not supported by protocol" msgstr "" #. TRANS The requested socket address is already in use. @xref{Socket Addresses}. -#: sysdeps/gnu/errlist.h:342 +#: sysdeps/gnu/errlist.h:339 msgid "Address already in use" msgstr "" #. TRANS The requested socket address is not available; for example, you tried #. TRANS to give a socket a name that doesn't match the local host name. #. TRANS @xref{Socket Addresses}. -#: sysdeps/gnu/errlist.h:349 +#: sysdeps/gnu/errlist.h:346 msgid "Cannot assign requested address" msgstr "" #. TRANS A socket operation failed because the network was down. -#: sysdeps/gnu/errlist.h:354 +#: sysdeps/gnu/errlist.h:351 msgid "Network is down" msgstr "" #. TRANS A socket operation failed because the subnet containing the remote host #. TRANS was unreachable. -#: sysdeps/gnu/errlist.h:360 +#: sysdeps/gnu/errlist.h:357 msgid "Network is unreachable" msgstr "" #. TRANS A network connection was reset because the remote host crashed. -#: sysdeps/gnu/errlist.h:365 +#: sysdeps/gnu/errlist.h:362 msgid "Network dropped connection on reset" msgstr "" #. TRANS A network connection was aborted locally. -#: sysdeps/gnu/errlist.h:370 +#: sysdeps/gnu/errlist.h:367 msgid "Software caused connection abort" msgstr "" #. TRANS A network connection was closed for reasons outside the control of the #. TRANS local host, such as by the remote machine rebooting or an unrecoverable #. TRANS protocol violation. -#: sysdeps/gnu/errlist.h:377 +#: sysdeps/gnu/errlist.h:374 msgid "Connection reset by peer" msgstr "" #. TRANS The kernel's buffers for I/O operations are all in use. In GNU, this #. TRANS error is always synonymous with @code{ENOMEM}; you may get one or the #. TRANS other from network operations. -#: sysdeps/gnu/errlist.h:384 +#: sysdeps/gnu/errlist.h:381 msgid "No buffer space available" msgstr "" #. TRANS You tried to connect a socket that is already connected. #. TRANS @xref{Connecting}. -#: sysdeps/gnu/errlist.h:390 +#: sysdeps/gnu/errlist.h:387 msgid "Transport endpoint is already connected" msgstr "" @@ -5738,74 +5796,74 @@ msgstr "" #. TRANS try to transmit data over a socket, without first specifying a #. TRANS destination for the data. For a connectionless socket (for datagram #. TRANS protocols, such as UDP), you get @code{EDESTADDRREQ} instead. -#: sysdeps/gnu/errlist.h:398 +#: sysdeps/gnu/errlist.h:395 msgid "Transport endpoint is not connected" msgstr "" #. TRANS No default destination address was set for the socket. You get this #. TRANS error when you try to transmit data over a connectionless socket, #. TRANS without first specifying a destination for the data with @code{connect}. -#: sysdeps/gnu/errlist.h:405 +#: sysdeps/gnu/errlist.h:402 msgid "Destination address required" msgstr "" #. TRANS The socket has already been shut down. -#: sysdeps/gnu/errlist.h:410 +#: sysdeps/gnu/errlist.h:407 msgid "Cannot send after transport endpoint shutdown" msgstr "" -#: sysdeps/gnu/errlist.h:413 +#: sysdeps/gnu/errlist.h:410 msgid "Too many references: cannot splice" msgstr "" #. TRANS A socket operation with a specified timeout received no response during #. TRANS the timeout period. -#: sysdeps/gnu/errlist.h:419 +#: sysdeps/gnu/errlist.h:416 msgid "Connection timed out" msgstr "" #. TRANS A remote host refused to allow the network connection (typically because #. TRANS it is not running the requested service). -#: sysdeps/gnu/errlist.h:425 +#: sysdeps/gnu/errlist.h:422 msgid "Connection refused" msgstr "" #. TRANS Too many levels of symbolic links were encountered in looking up a file name. #. TRANS This often indicates a cycle of symbolic links. -#: sysdeps/gnu/errlist.h:431 +#: sysdeps/gnu/errlist.h:428 msgid "Too many levels of symbolic links" msgstr "" #. TRANS Filename too long (longer than @code{PATH_MAX}; @pxref{Limits for #. TRANS Files}) or host name too long (in @code{gethostname} or #. TRANS @code{sethostname}; @pxref{Host Identification}). -#: sysdeps/gnu/errlist.h:438 +#: sysdeps/gnu/errlist.h:435 msgid "File name too long" msgstr "" #. TRANS The remote host for a requested network connection is down. -#: sysdeps/gnu/errlist.h:443 +#: sysdeps/gnu/errlist.h:440 msgid "Host is down" msgstr "" -#: sysdeps/gnu/errlist.h:448 +#: sysdeps/gnu/errlist.h:445 msgid "No route to host" msgstr "" #. TRANS Directory not empty, where an empty directory was expected. Typically, #. TRANS this error occurs when you are trying to delete a directory. -#: sysdeps/gnu/errlist.h:454 +#: sysdeps/gnu/errlist.h:451 msgid "Directory not empty" msgstr "" #. TRANS The file quota system is confused because there are too many users. #. TRANS @c This can probably happen in a GNU system when using NFS. -#: sysdeps/gnu/errlist.h:460 +#: sysdeps/gnu/errlist.h:457 msgid "Too many users" msgstr "" #. TRANS The user's disk quota was exceeded. -#: sysdeps/gnu/errlist.h:465 +#: sysdeps/gnu/errlist.h:462 msgid "Disk quota exceeded" msgstr "" @@ -5814,7 +5872,7 @@ msgstr "" #. TRANS for NFS file systems or corruption in other file systems. #. TRANS Repairing this condition usually requires unmounting, possibly repairing #. TRANS and remounting the file system. -#: sysdeps/gnu/errlist.h:474 +#: sysdeps/gnu/errlist.h:471 msgid "Stale file handle" msgstr "" @@ -5822,7 +5880,7 @@ msgstr "" #. TRANS already specifies an NFS-mounted file. #. TRANS (This is an error on some operating systems, but we expect it to work #. TRANS properly on @gnuhurdsystems{}, making this error code impossible.) -#: sysdeps/gnu/errlist.h:482 +#: sysdeps/gnu/errlist.h:479 msgid "Object is remote" msgstr "" @@ -5830,7 +5888,7 @@ msgstr "" #. TRANS @ref{File Locks}. This error is never generated by @gnuhurdsystems{}, but #. TRANS it can result from an operation to an NFS server running another #. TRANS operating system. -#: sysdeps/gnu/errlist.h:490 +#: sysdeps/gnu/errlist.h:487 msgid "No locks available" msgstr "" @@ -5839,57 +5897,57 @@ msgstr "" #. TRANS operating system. When you get this error, you can be sure that this #. TRANS particular function will always fail with @code{ENOSYS} unless you #. TRANS install a new version of the C library or the operating system. -#: sysdeps/gnu/errlist.h:499 +#: sysdeps/gnu/errlist.h:496 msgid "Function not implemented" msgstr "" #. TRANS While decoding a multibyte character the function came along an invalid #. TRANS or an incomplete sequence of bytes or the given wide character is invalid. -#: sysdeps/gnu/errlist.h:505 +#: sysdeps/gnu/errlist.h:502 msgid "Invalid or incomplete multibyte or wide character" msgstr "" -#: sysdeps/gnu/errlist.h:508 +#: sysdeps/gnu/errlist.h:505 msgid "Bad message" msgstr "" -#: sysdeps/gnu/errlist.h:511 +#: sysdeps/gnu/errlist.h:508 msgid "Identifier removed" msgstr "" -#: sysdeps/gnu/errlist.h:514 +#: sysdeps/gnu/errlist.h:511 msgid "Multihop attempted" msgstr "" -#: sysdeps/gnu/errlist.h:517 +#: sysdeps/gnu/errlist.h:514 msgid "No data available" msgstr "" -#: sysdeps/gnu/errlist.h:520 +#: sysdeps/gnu/errlist.h:517 msgid "Link has been severed" msgstr "" -#: sysdeps/gnu/errlist.h:523 +#: sysdeps/gnu/errlist.h:520 msgid "No message of desired type" msgstr "" -#: sysdeps/gnu/errlist.h:526 +#: sysdeps/gnu/errlist.h:523 msgid "Out of streams resources" msgstr "" -#: sysdeps/gnu/errlist.h:529 +#: sysdeps/gnu/errlist.h:526 msgid "Device not a stream" msgstr "" -#: sysdeps/gnu/errlist.h:532 +#: sysdeps/gnu/errlist.h:529 msgid "Value too large for defined data type" msgstr "" -#: sysdeps/gnu/errlist.h:535 +#: sysdeps/gnu/errlist.h:532 msgid "Protocol error" msgstr "" -#: sysdeps/gnu/errlist.h:538 +#: sysdeps/gnu/errlist.h:535 msgid "Timer expired" msgstr "" @@ -5897,195 +5955,195 @@ msgstr "" #. TRANS completed. @xref{Asynchronous I/O}. When you call @code{aio_cancel}, #. TRANS the normal result is for the operations affected to complete with this #. TRANS error; @pxref{Cancel AIO Operations}. -#: sysdeps/gnu/errlist.h:546 +#: sysdeps/gnu/errlist.h:543 msgid "Operation canceled" msgstr "" -#: sysdeps/gnu/errlist.h:549 +#: sysdeps/gnu/errlist.h:546 msgid "Owner died" msgstr "" -#: sysdeps/gnu/errlist.h:552 +#: sysdeps/gnu/errlist.h:549 msgid "State not recoverable" msgstr "" -#: sysdeps/gnu/errlist.h:555 +#: sysdeps/gnu/errlist.h:552 msgid "Interrupted system call should be restarted" msgstr "" -#: sysdeps/gnu/errlist.h:558 +#: sysdeps/gnu/errlist.h:555 msgid "Channel number out of range" msgstr "" -#: sysdeps/gnu/errlist.h:561 +#: sysdeps/gnu/errlist.h:558 msgid "Level 2 not synchronized" msgstr "" -#: sysdeps/gnu/errlist.h:564 +#: sysdeps/gnu/errlist.h:561 msgid "Level 3 halted" msgstr "" -#: sysdeps/gnu/errlist.h:567 +#: sysdeps/gnu/errlist.h:564 msgid "Level 3 reset" msgstr "" -#: sysdeps/gnu/errlist.h:570 +#: sysdeps/gnu/errlist.h:567 msgid "Link number out of range" msgstr "" -#: sysdeps/gnu/errlist.h:573 +#: sysdeps/gnu/errlist.h:570 msgid "Protocol driver not attached" msgstr "" -#: sysdeps/gnu/errlist.h:576 +#: sysdeps/gnu/errlist.h:573 msgid "No CSI structure available" msgstr "" -#: sysdeps/gnu/errlist.h:579 +#: sysdeps/gnu/errlist.h:576 msgid "Level 2 halted" msgstr "" -#: sysdeps/gnu/errlist.h:582 +#: sysdeps/gnu/errlist.h:579 msgid "Invalid exchange" msgstr "" -#: sysdeps/gnu/errlist.h:585 +#: sysdeps/gnu/errlist.h:582 msgid "Invalid request descriptor" msgstr "" -#: sysdeps/gnu/errlist.h:588 +#: sysdeps/gnu/errlist.h:585 msgid "Exchange full" msgstr "" -#: sysdeps/gnu/errlist.h:591 +#: sysdeps/gnu/errlist.h:588 msgid "No anode" msgstr "" -#: sysdeps/gnu/errlist.h:594 +#: sysdeps/gnu/errlist.h:591 msgid "Invalid request code" msgstr "" -#: sysdeps/gnu/errlist.h:597 +#: sysdeps/gnu/errlist.h:594 msgid "Invalid slot" msgstr "" -#: sysdeps/gnu/errlist.h:600 +#: sysdeps/gnu/errlist.h:597 msgid "Bad font file format" msgstr "" -#: sysdeps/gnu/errlist.h:603 +#: sysdeps/gnu/errlist.h:600 msgid "Machine is not on the network" msgstr "" -#: sysdeps/gnu/errlist.h:606 +#: sysdeps/gnu/errlist.h:603 msgid "Package not installed" msgstr "" -#: sysdeps/gnu/errlist.h:609 +#: sysdeps/gnu/errlist.h:606 msgid "Advertise error" msgstr "" -#: sysdeps/gnu/errlist.h:612 +#: sysdeps/gnu/errlist.h:609 msgid "Srmount error" msgstr "" -#: sysdeps/gnu/errlist.h:615 +#: sysdeps/gnu/errlist.h:612 msgid "Communication error on send" msgstr "" -#: sysdeps/gnu/errlist.h:618 +#: sysdeps/gnu/errlist.h:615 msgid "RFS specific error" msgstr "" -#: sysdeps/gnu/errlist.h:621 +#: sysdeps/gnu/errlist.h:618 msgid "Name not unique on network" msgstr "" -#: sysdeps/gnu/errlist.h:624 +#: sysdeps/gnu/errlist.h:621 msgid "File descriptor in bad state" msgstr "" -#: sysdeps/gnu/errlist.h:627 +#: sysdeps/gnu/errlist.h:624 msgid "Remote address changed" msgstr "" -#: sysdeps/gnu/errlist.h:630 +#: sysdeps/gnu/errlist.h:627 msgid "Can not access a needed shared library" msgstr "" -#: sysdeps/gnu/errlist.h:633 +#: sysdeps/gnu/errlist.h:630 msgid "Accessing a corrupted shared library" msgstr "" -#: sysdeps/gnu/errlist.h:636 +#: sysdeps/gnu/errlist.h:633 msgid ".lib section in a.out corrupted" msgstr "" -#: sysdeps/gnu/errlist.h:639 +#: sysdeps/gnu/errlist.h:636 msgid "Attempting to link in too many shared libraries" msgstr "" -#: sysdeps/gnu/errlist.h:642 +#: sysdeps/gnu/errlist.h:639 msgid "Cannot exec a shared library directly" msgstr "" -#: sysdeps/gnu/errlist.h:645 +#: sysdeps/gnu/errlist.h:642 msgid "Streams pipe error" msgstr "" -#: sysdeps/gnu/errlist.h:648 +#: sysdeps/gnu/errlist.h:645 msgid "Structure needs cleaning" msgstr "" -#: sysdeps/gnu/errlist.h:651 +#: sysdeps/gnu/errlist.h:648 msgid "Not a XENIX named type file" msgstr "" -#: sysdeps/gnu/errlist.h:654 +#: sysdeps/gnu/errlist.h:651 msgid "No XENIX semaphores available" msgstr "" -#: sysdeps/gnu/errlist.h:657 +#: sysdeps/gnu/errlist.h:654 msgid "Is a named type file" msgstr "" -#: sysdeps/gnu/errlist.h:660 +#: sysdeps/gnu/errlist.h:657 msgid "Remote I/O error" msgstr "" -#: sysdeps/gnu/errlist.h:663 +#: sysdeps/gnu/errlist.h:660 msgid "No medium found" msgstr "" -#: sysdeps/gnu/errlist.h:666 +#: sysdeps/gnu/errlist.h:663 msgid "Wrong medium type" msgstr "" -#: sysdeps/gnu/errlist.h:669 +#: sysdeps/gnu/errlist.h:666 msgid "Required key not available" msgstr "" -#: sysdeps/gnu/errlist.h:672 +#: sysdeps/gnu/errlist.h:669 msgid "Key has expired" msgstr "" -#: sysdeps/gnu/errlist.h:675 +#: sysdeps/gnu/errlist.h:672 msgid "Key has been revoked" msgstr "" -#: sysdeps/gnu/errlist.h:678 +#: sysdeps/gnu/errlist.h:675 msgid "Key was rejected by service" msgstr "" -#: sysdeps/gnu/errlist.h:681 +#: sysdeps/gnu/errlist.h:678 msgid "Operation not possible due to RF-kill" msgstr "" -#: sysdeps/gnu/errlist.h:684 +#: sysdeps/gnu/errlist.h:681 msgid "Memory page has hardware error" msgstr "" -#: sysdeps/gnu/errlist.h:687 +#: sysdeps/gnu/errlist.h:684 msgid "RPC struct is bad" msgstr "" @@ -6094,43 +6152,43 @@ msgstr "" #. TRANS #. TRANS On some systems @code{chmod} returns this error if you try to set the #. TRANS sticky bit on a non-directory file; @pxref{Setting Permissions}. -#: sysdeps/gnu/errlist.h:696 +#: sysdeps/gnu/errlist.h:693 msgid "Inappropriate file type or format" msgstr "" -#: sysdeps/gnu/errlist.h:699 +#: sysdeps/gnu/errlist.h:696 msgid "RPC bad procedure for program" msgstr "" -#: sysdeps/gnu/errlist.h:702 +#: sysdeps/gnu/errlist.h:699 msgid "Authentication error" msgstr "" #. TRANS On @gnuhurdsystems{}, opening a file returns this error when the file is #. TRANS translated by a program and the translator program dies while starting #. TRANS up, before it has connected to the file. -#: sysdeps/gnu/errlist.h:709 +#: sysdeps/gnu/errlist.h:706 msgid "Translator died" msgstr "" -#: sysdeps/gnu/errlist.h:712 +#: sysdeps/gnu/errlist.h:709 msgid "RPC version wrong" msgstr "" #. TRANS You did @strong{what}? -#: sysdeps/gnu/errlist.h:717 +#: sysdeps/gnu/errlist.h:714 msgid "You really blew it this time" msgstr "" #. TRANS This means that the per-user limit on new process would be exceeded by #. TRANS an attempted @code{fork}. @xref{Limits on Resources}, for details on #. TRANS the @code{RLIMIT_NPROC} limit. -#: sysdeps/gnu/errlist.h:724 +#: sysdeps/gnu/errlist.h:721 msgid "Too many processes" msgstr "" #. TRANS This error code has no purpose. -#: sysdeps/gnu/errlist.h:729 +#: sysdeps/gnu/errlist.h:726 msgid "Gratuitous error" msgstr "" @@ -6146,11 +6204,11 @@ msgstr "" #. TRANS #. TRANS If the entire function is not available at all in the implementation, #. TRANS it returns @code{ENOSYS} instead. -#: sysdeps/gnu/errlist.h:745 +#: sysdeps/gnu/errlist.h:742 msgid "Not supported" msgstr "" -#: sysdeps/gnu/errlist.h:748 +#: sysdeps/gnu/errlist.h:745 msgid "RPC program version wrong" msgstr "" @@ -6160,7 +6218,7 @@ msgstr "" #. TRANS error because functions such as @code{read} and @code{write} translate #. TRANS it into a @code{SIGTTIN} or @code{SIGTTOU} signal. @xref{Job Control}, #. TRANS for information on process groups and these signals. -#: sysdeps/gnu/errlist.h:758 +#: sysdeps/gnu/errlist.h:755 msgid "Inappropriate operation for background process" msgstr "" @@ -6178,7 +6236,7 @@ msgstr "" #. TRANS @c #. TRANS @c Translators, please do not translate this litteraly, translate it into #. TRANS @c an idiomatic funny way of saying that the computer died. -#: sysdeps/gnu/errlist.h:776 +#: sysdeps/gnu/errlist.h:773 msgid "Computer bought the farm" msgstr "" @@ -6187,22 +6245,22 @@ msgstr "" #. TRANS #. TRANS C libraries in many older Unix systems have @code{EWOULDBLOCK} as a #. TRANS separate error code. -#: sysdeps/gnu/errlist.h:785 +#: sysdeps/gnu/errlist.h:782 msgid "Operation would block" msgstr "" -#: sysdeps/gnu/errlist.h:788 +#: sysdeps/gnu/errlist.h:785 msgid "Need authenticator" msgstr "" #. TRANS The experienced user will know what is wrong. #. TRANS @c This error code is a joke. Its perror text is part of the joke. #. TRANS @c Don't change it. -#: sysdeps/gnu/errlist.h:795 +#: sysdeps/gnu/errlist.h:792 msgid "?" msgstr "" -#: sysdeps/gnu/errlist.h:798 +#: sysdeps/gnu/errlist.h:795 msgid "RPC program not available" msgstr "" @@ -6278,11 +6336,6 @@ msgstr "" msgid "Parameter string not correctly encoded" msgstr "" -#: sysdeps/unix/sysv/linux/i386/readelflib.c:65 -#, c-format -msgid "%s is for unknown machine %d.\n" -msgstr "" - #: sysdeps/unix/sysv/linux/ia64/makecontext.c:58 #, c-format msgid "makecontext: does not know how to handle more than 8 arguments\n" @@ -6305,18 +6358,27 @@ msgstr "" msgid "cannot read header from `%s'" msgstr "" -#: sysdeps/x86/dl-cet.c:147 +#: sysdeps/unix/sysv/linux/x86/readelflib.c:66 +#, c-format +msgid "%s is for unknown machine %d.\n" +msgstr "" + +#: sysdeps/x86/dl-cet.c:154 msgid "rebuild shared object with IBT support enabled" msgstr "" -#: sysdeps/x86/dl-cet.c:158 +#: sysdeps/x86/dl-cet.c:165 msgid "rebuild shared object with SHSTK support enabled" msgstr "" -#: sysdeps/x86/dl-cet.c:187 +#: sysdeps/x86/dl-cet.c:194 msgid "can't disable CET" msgstr "" +#: sysdeps/x86/dl-prop.h:61 +msgid "CPU ISA level is lower than required" +msgstr "" + #: timezone/zdump.c:332 msgid "has characters other than ASCII alphanumerics, '-' or '+'" msgstr ""