From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101648 invoked by alias); 7 Apr 2016 11:09:25 -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 100410 invoked by uid 89); 7 Apr 2016 11:09:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=relocating, Hx-languages-length:1284 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 07 Apr 2016 11:09:13 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4642080F72 for ; Thu, 7 Apr 2016 11:09:12 +0000 (UTC) Received: from littlehelper.redhat.com (vpn1-4-149.ams2.redhat.com [10.36.4.149]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u37B9AnE011019 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 7 Apr 2016 07:09:11 -0400 From: Nick Clifton To: binutils@sourceware.org Subject: Commit: MSP430: Fix typo in MSP430 attribute section name Date: Thu, 07 Apr 2016 11:09:00 -0000 Message-ID: <874mbd4qw9.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00101.txt.bz2 Hi Guys, I am checking in the patch below to fix a typo in the naming of the MSP430 attribute section in the default MSP430 linker scripts. The typo unfortunately meant the MSP430 attributes were not being merged correctly, which resulting in corrupt attributes in linked executables. Cheers Nick 2016-04-07 Nick Clifton * scripttempl/elf32msp430.sc (.MSP430.attributes): Fix typo in section name. * scripttempl/elf32msp430_3.sc (.MSP430.attributes): Likewise. diff --git a/ld/scripttempl/elf32msp430.sc b/ld/scripttempl/elf32msp430.sc index 4650885..b0a6624 100644 --- a/ld/scripttempl/elf32msp430.sc +++ b/ld/scripttempl/elf32msp430.sc @@ -316,7 +316,7 @@ EOF source $srcdir/scripttempl/DWARF.sc cat < vectors} - .MP430.attributes 0 : + .MSP430.attributes 0 : { KEEP (*(.MSP430.attributes)) KEEP (*(.gnu.attributes))