bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU definition of C_WEAKEXT does not match AIX definition


From: Nick Clifton
Subject: Re: GNU definition of C_WEAKEXT does not match AIX definition
Date: Tue, 02 Dec 2003 10:50:03 +0000
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux)

Hi Graham,

> The attached patch defines C_WEAKEXT to be 111 on AIX 5.2, and
> leaves the GNU extension in on earlier versions.  It may be
> necessary to a bit more coding and handle both cases, I only need to
> work with standard AIX objects, so that's all I fixed.

Thanks for submitting this patch.  I have applied it with one small
change.  I changed the the "#if defined" to this:

  #if defined _AIX52 || defined AIX_WEAK_SUPPORT

this will allow us to define AIX_WEAK_SUPPORT when we are building
cross compilers that target AIX 5.2 systems.  I have not actually
added this definition to any bfd code yet - that can be done when
someone is ready to implement and test it.

Cheers
        Nick

include/coff/ChangeLog
2003-12-02  Graham Reed <address@hidden>

        * internal.h (C_WEAKEXT): Add alternative value for AIX 5.2
        based targets.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]