From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-sender-0.a4lg.com (mail-sender.a4lg.com [153.120.152.154]) by sourceware.org (Postfix) with ESMTPS id 729FE385843B for ; Sat, 5 Nov 2022 12:29:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 729FE385843B Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=irq.a4lg.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=irq.a4lg.com Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id BD309300089; Sat, 5 Nov 2022 12:29:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=irq.a4lg.com; s=2017s01; t=1667651373; bh=stNqulAGqI4vt9NxUuXimGICLrr5izCNkJPWCekopqk=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: Mime-Version:Content-Transfer-Encoding; b=ep2HL3HACz+Bvp48/rql4LHJeC66iwdT1h8vcPMwMpiI67VjsoMh7RRI3oZQ2BAVC FbUh1+i3gxcrf1MRfYhl1LpCx1eUjn8r/hWTtBAyS+LSItwd21DrjQKrfzHdY+VmrI w/sZPFdtbywiex2Wbc9mbubtZRydmbxLGSGRZeA0= From: Tsukasa OI To: Tsukasa OI , Nelson Chu , Kito Cheng , Palmer Dabbelt Cc: binutils@sourceware.org Subject: [PATCH 01/12] RISC-V: Remove unnecessary empty matching file Date: Sat, 5 Nov 2022 12:29:07 +0000 Message-Id: In-Reply-To: References: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,GIT_PATCH_0,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: 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