From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10391 invoked by alias); 8 Apr 2019 18:35:19 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 10380 invoked by uid 89); 8 Apr 2019 18:35:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_SOFTFAIL autolearn=ham version=3.3.1 spammy=HContent-Transfer-Encoding:8bit X-HELO: mga09.intel.com Received: from mga09.intel.com (HELO mga09.intel.com) (134.134.136.24) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 08 Apr 2019 18:35:18 +0000 Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Apr 2019 11:35:16 -0700 Received: from gnu-cfl-1.sc.intel.com ([172.25.70.237]) by fmsmga008.fm.intel.com with ESMTP; 08 Apr 2019 11:35:15 -0700 From: "H.J. Lu" To: binutils@sourceware.org Subject: [PATCH] Count i386-moss as ELF Date: Mon, 08 Apr 2019 18:35:00 -0000 Message-Id: <20190408183515.12525-1-hjl.tools@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00070.txt.bz2 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF. --- binutils/ChangeLog | 4 ++++ binutils/testsuite/binutils-all/nm.exp | 1 + 2 files changed, 5 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 134e0253a1..3743bc2d50 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2019-04-08 H.J. Lu + + * testsuite/binutils-all/nm.exp: Count i386-moss as ELF. + 2019-03-26 Tamar Christina * testsuite/binutils-all/aarch64/in-order-all.d: Update. diff --git a/binutils/testsuite/binutils-all/nm.exp b/binutils/testsuite/binutils-all/nm.exp index a1fb13b22a..a2ef7992a9 100644 --- a/binutils/testsuite/binutils-all/nm.exp +++ b/binutils/testsuite/binutils-all/nm.exp @@ -134,6 +134,7 @@ if { [is_elf_format] || [istarget *-*-*elf] || [istarget *-*-freebsd*] || [istarget *-*-lynxos*] + || [istarget *-*-moss*] || [istarget "mmix-knuth-mmixware"] || [istarget *-*-nto*] || [istarget *-*-rdos*] -- 2.20.1