This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: Help - Missing contructor priority


christophe coutand <ecos@hotmail.co.uk> 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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]