PATCH: Fix compile time error building non-ELF targeted ARM ports,From: Nick Clifton <nickc@redhat.com>

Nick Clifton nickc@redhat.com
Fri Feb 22 15:16:00 GMT 2008


Hi Guys,

   The gas ARM port stopped building recently for non-ELF based targets
   (eg arm-pe) because there was code in the do_bx() function to test
   the ELF-only EF_ARM_EABI_VERSION macro.  I am applying the attached
   patch as an obvious fix.

Cheers
   Nick

gas/ChangeLog
2008-02-22  Nick Clifton  <nickc@redhat.com>

	* config/tc-arm.c (do_bx): Only test EF_ARM_EABI_VERSION on ELF
	targeted ARM ports.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tc-arm.c.patch
Type: text/x-patch
Size: 655 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20080222/2f90e6ce/attachment.bin>


More information about the Binutils mailing list