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