From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6704 invoked by alias); 20 Nov 2009 17:11:32 -0000 Received: (qmail 6697 invoked by uid 22791); 20 Nov 2009 17:11:30 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Nov 2009 17:10:26 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nAKHAPbh018709 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 20 Nov 2009 12:10:25 -0500 Received: from dhcp-100-2-132.bos.redhat.com (dhcp-100-2-132.bos.redhat.com [10.16.2.132]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nAKHAN1q012761; Fri, 20 Nov 2009 12:10:24 -0500 From: Masami Hiramatsu Subject: [PATCH -tip 0/2] x86 insn decoder test checking objdump version To: Ingo Molnar Cc: Stephen Rothwell , Randy Dunlap , Jim Keniston , "H. Peter Anvin" , linux-next@vger.kernel.org, lkml, systemtap, DLE Date: Fri, 20 Nov 2009 17:11:00 -0000 Message-ID: <20091120171301.6715.24229.stgit@dhcp-100-2-132.bos.redhat.com> In-Reply-To: <20091117061352.GE30852@elte.hu> References: <20091117061352.GE30852@elte.hu> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q4/txt/msg00610.txt.bz2 Hi Ingo, Ingo Molnar wrote: > We dont want to remove the build error: it helped us fix a number of > real bugs in the decoder - instead please try to create a make based > workaround based on binutils, to not run the test with binutils older > than 2.19 or so. Agreed, this patch checks objdump version and skip the test if it is older than 2.19. Thank you, --- Masami Hiramatsu (2): x86: insn decoder test checks objdump version [BUGFIX] x86: Fix insn decoder test typos arch/x86/tools/Makefile | 15 ++++++++++++--- arch/x86/tools/chkobjdump.awk | 23 +++++++++++++++++++++++ 2 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 arch/x86/tools/chkobjdump.awk -- Masami Hiramatsu Software Engineer Hitachi Computer Products (America), Inc. Software Solutions Division e-mail: mhiramat@redhat.com