Re: Help - Missing contructor priority

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

 



christophe coutand <ecos@xxxxxxxxxxxxx> writes:

> I cross-compiled GCC 4.6.3 and binutil 2.22 for microblaze
> and I came into a problem, the constructors table is not sorted by priority, actually the priority
> seem to be gone.

> Has anyone tips to get the constructor priority to work with microblaze compiler/linker?

Either don't define CTORS_SECTION_ASM_OP, or do define
TARGET_ASM_CONSTRUCTOR.  Likewise for DTORS_SECTION_ASM_OP
and TARGET_ASM_DESTRUCTOR.

Ian


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux