setglobal SCRIPT_NAME = 'elf' setglobal OUTPUT_FORMAT = '"elf32-microblaze'" setglobal BIG_OUTPUT_FORMAT = '"elf32-microblaze'" setglobal LITTLE_OUTPUT_FORMAT = '"elf32-microblazeel'" setglobal TEXT_START_ADDR = '0x10000000' setglobal NONPAGED_TEXT_START_ADDR = '0x28' setglobal ALIGNMENT = '4' setglobal MAXPAGESIZE = '0x1000' setglobal COMMONPAGESIZE = '0x1000' setglobal ARCH = 'microblaze' setglobal NOP = '0x80000000' setglobal TEMPLATE_NAME = 'elf32' setglobal GENERATE_SHLIB_SCRIPT = 'yes' setglobal GENERATE_PIE_SCRIPT = 'yes' setglobal NO_SMALL_DATA = 'yes' setglobal SEPARATE_GOTPLT = '"SIZEOF (.got.plt) >= 12 ? 12 : 0'"