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


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


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