PATCH: Fix compile time error building non-ELF targeted ARM ports,From: Nick Clifton <nickc@redhat.com>
Daniel Jacobowitz
drow@false.org
Fri Feb 22 16:17:00 GMT 2008
On Fri, Feb 22, 2008 at 03:16:18PM +0000, Nick Clifton wrote:
> + #ifdef OBJ_ELF
> if (EF_ARM_EABI_VERSION (meabi_flags) < EF_ARM_EABI_VER4)
> want_reloc = FALSE;
> + #endif
Hmm, should this be:
+ #ifdef OBJ_ELF
if (EF_ARM_EABI_VERSION (meabi_flags) < EF_ARM_EABI_VER4)
+ #endif
want_reloc = FALSE;
--
Daniel Jacobowitz
CodeSourcery
More information about the Binutils
mailing list