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 16:46:00 GMT 2008


Hi Daniel,

>> + #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;

Yes, I think you are right.  I will check this change in.

Cheers
   Nick




More information about the Binutils mailing list