From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9121 invoked by alias); 1 Mar 2005 01:18:43 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 6166 invoked from network); 1 Mar 2005 01:17:44 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 1 Mar 2005 01:17:44 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j211HiBJ030815 for ; Mon, 28 Feb 2005 20:17:44 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j211HhK18069; Mon, 28 Feb 2005 20:17:43 -0500 Received: from 192.168.123.106 (vpn26-11.sfbay.redhat.com [172.16.26.11]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j211Hf5s016201; Mon, 28 Feb 2005 20:17:41 -0500 Subject: Re: MIPS gas doesn't set SH_FLAG From: Eric Christopher To: Nick Clifton Cc: Brett Porter , seufer@csv.ica.uni-stuttgart.de, binutils@sources.redhat.com In-Reply-To: <4223544F.7000407@redhat.com> References: <5.1.0.14.0.20050223142247.01c54d50@sherlock> <4223544F.7000407@redhat.com> Content-Type: text/plain Date: Tue, 01 Mar 2005 01:18:00 -0000 Message-Id: <1109639860.16067.9.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00001.txt.bz2 > Hence I am offering up the attached patch as a possible solution. Eric, > Thiemo - what do you think ? Tested with no regressions on mips-elf, > mips64-linux-gnu and mipsisa32el-linux-gnu targets. > > bfd/ChangeLog > 2005-02-28 Nick Clifton > > * elfxx-mips.c (_bfd_mips_elf_fake_sections): Copy user specified, > MIPS specific section flags into the fake section's header. > > gas/ChangeLog > 2005-02-28 Nick Clifton > > * config/tc-mips.c (mips_elf_section_flags): New function. Ensure > that user specified MIPS specific section flags are permitted in > the section header. > * config/tc-mips.h (md_elf_section_flags): Define. Use > mips_elf_section_flags. ChangeLogs look good, how about that patch? :) -eric