This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: MIPS gas doesn't set SH_FLAG
- From: Eric Christopher <echristo at redhat dot com>
- To: Nick Clifton <nickc at redhat dot com>
- Cc: Brett Porter <porter at adacore dot com>, seufer at csv dot ica dot uni-stuttgart dot de, binutils at sources dot redhat dot com
- Date: Mon, 28 Feb 2005 17:17:40 -0800
- Subject: Re: MIPS gas doesn't set SH_FLAG
- References: <5.1.0.14.0.20050223142247.01c54d50@sherlock> <Pine.GSO.4.58.0502232002530.3552@nile.gnat.com> <4223544F.7000407@redhat.com>
> 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 <nickc@redhat.com>
>
> * 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 <nickc@redhat.com>
>
> * 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