From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x34.google.com (mail-oa1-x34.google.com [IPv6:2001:4860:4864:20::34]) by sourceware.org (Postfix) with ESMTPS id 324733858D33 for ; Tue, 29 Nov 2022 07:38:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 324733858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rivosinc.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=rivosinc.com Received: by mail-oa1-x34.google.com with SMTP id 586e51a60fabf-14263779059so16056429fac.1 for ; Mon, 28 Nov 2022 23:38:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20210112.gappssmtp.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=4W6v49C6m+aX/GWm3GRQan1mnnHgxFj9xafUwZdRbPA=; b=c04p4d/EZdoLBes/1rVVFt2rfeWT/mwR1JUCS6TyNWwOPw9gfnBRi0UtPWbW0h+Mnr OIHRT17/+xeykIrpCHsy7TmGylsn5+1puniVQ/TpQLUB6CvedhsOXHCEBcqVYezgUBKR btClL62fbMPorvukjndsOahcxJuZDsA7iMsNT7D2Ai/SzbkBigsiJGXWxINUSyGTPi0F QQpsa/Uhd3TOCb3nyXrmIephQ9XaFCkn1CyVMzsWPMaGW9hEJg4YMPRI7bV9fDs6rUtV Hn3h6OT0rIEZtefoqeRbsTqDXVsYUBrVQ6hJAl6fn0NMUXJQGSjL/W0z1DzWt2uD0lPt 9x8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=4W6v49C6m+aX/GWm3GRQan1mnnHgxFj9xafUwZdRbPA=; b=zM2GvJnkCZgUH1U7MbuCt3mpLw/pqWrWXRxrhcMOZhBn3Z/tgGBWCoKysiW+zwhTr1 FQ89VqCq0m/SV5SFGGBNXy/yRVNvLmrdHL5WyYkI6fFyexIV73FtDdyLKYGdt8tYTAoD 4PWx2UVBkgES3x6He1Xo2Jt100YXqTUyjaOzr6avSy1onqb4/ooLv5aLvzDu/0E5YZid e5FFvqRWhfp5/T1pMlDicFnIV86QrHDDN8WMU8MuDFdgvYxMD0tm8iNCsdul0OAdTmQq 7fhbwr0ok7dG6P4dU35uY09t9B9kZ9YJ6n/KFNTK8zRBkzn15t9jE+O9PiusyZ1SF7mk bP3Q== X-Gm-Message-State: ANoB5pm4n5CkOhIR2X3DSsKhCh1HXwNsLG9tKEeOCaiB6WG3GGKwqkr2 TD59Bdy5TNoeSKmJ+dzsC5EGSYpqG3FRHzoWa/GMIY+CUVy8Kw== X-Google-Smtp-Source: AA0mqf7uryJ15ViZqQYrdyq6gdCgrhfUvmMPDewLKpnZOfqyFRgXwT1/kjJWzaY8UI0Rv3c7V+5RBTqIpOIjBIFCcIs= X-Received: by 2002:a05:6870:808c:b0:142:b3c0:5099 with SMTP id q12-20020a056870808c00b00142b3c05099mr21534983oab.107.1669707502628; Mon, 28 Nov 2022 23:38:22 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Nelson Chu Date: Tue, 29 Nov 2022 15:38:12 +0800 Message-ID: Subject: Re: [PATCH 01/12] RISC-V: Remove unnecessary empty matching file To: Tsukasa OI Cc: Kito Cheng , Palmer Dabbelt , binutils@sourceware.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-8.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: OKay, that makes sense. Thanks Nelson On Sat, Nov 5, 2022 at 8:29 PM Tsukasa OI wrote: > > We don't need empty "output" matching file since we can just omit specifying > error_output or warning_output. So, this commit removes unused and > unnecessary empty.l. > > gas/ChangeLog: > > * testsuite/gas/riscv/empty.l: Removed. > --- > gas/testsuite/gas/riscv/empty.l | 1 - > 1 file changed, 1 deletion(-) > delete mode 100644 gas/testsuite/gas/riscv/empty.l > > diff --git a/gas/testsuite/gas/riscv/empty.l b/gas/testsuite/gas/riscv/empty.l > deleted file mode 100644 > index 8b137891791..00000000000 > --- a/gas/testsuite/gas/riscv/empty.l > +++ /dev/null > @@ -1 +0,0 @@ > - > -- > 2.37.2 >