From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30122 invoked by alias); 17 Mar 2014 11:03:13 -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 30111 invoked by uid 89); 17 Mar 2014 11:03:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_20,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 17 Mar 2014 11:03:09 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s2HB37t5032436 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 17 Mar 2014 07:03:07 -0400 Received: from littlehelper.redhat.com (vpn1-7-193.ams2.redhat.com [10.36.7.193]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s2HB35hX030134 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Mon, 17 Mar 2014 07:03:07 -0400 From: Nick Clifton To: binutils@sourceware.org Subject: Commit: MSP430: Fix failure in binutils testsuite Date: Mon, 17 Mar 2014 11:03:00 -0000 Message-ID: <87k3btaxzq.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00165.txt.bz2 Hi Guys, I am checking in the patch below to fix a failure for the MSP430 in the binutils "readelf -s" test. The problem was that the MSP430 assembler defines an extra symbol which the test was not expecting. Cheers Nick binutils/testsuite/ChangeLog 2014-03-17 Nick Clifton * binutils-all/readelf.ss: Add skip of MSP430 defined symbols. --- a/binutils/testsuite/binutils-all/readelf.ss +++ b/binutils/testsuite/binutils-all/readelf.ss @@ -16,3 +16,5 @@ Symbol table '.symtab' contains .* entries: +..: 00000000 +0 +NOTYPE +GLOBAL +DEFAULT +UND external_symbol +..: 00000000 +0 +NOTYPE +GLOBAL +DEFAULT +[34] data_symbol +..: 00000004 +4 +(COMMON|OBJECT) +GLOBAL +DEFAULT +(COM|ANSI_COM) common_symbol +# The MSP430 adds special crt0 symbols here. +#...