Help - Missing contructor priority
Ian Lance Taylor
iant@google.com
Fri Mar 30 04:29:00 GMT 2012
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
More information about the Gcc-help
mailing list