This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Committed: Fix compile time warning building PE based ARM ports


On Thu, Aug 06, 2009 at 12:10:17PM +0100, Nick Clifton wrote:
> Hi Guys,
> 
>   Daniel's recent patch to update the mapping symbol handling of the
>   ARM port accidentally introduced a compile time warning when
>   building the PE based targets, so I am going to check in the patch
>   below to fix this.
> 
> Cheers
>   Nick
> 
> gas/ChangeLog
> 2009-08-06  Nick Clifton  <nickc@redhat.com>
> 
> 	* config/tc-arm.c (md_assemble): Call mapping_state from inside a
> 	block in case it is a null macro.

Thanks.  Alternatively, they could be do { } while(0) blocks.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]