2 OUTPUT_FORMAT
="elf32-tilegx"
3 TEXT_START_ADDR
=0x10000
5 MAXPAGESIZE
="CONSTANT (MAXPAGESIZE)"
6 COMMONPAGESIZE
="CONSTANT (COMMONPAGESIZE)"
7 # See also `include/elf/tilegx.h'
13 GENERATE_SHLIB_SCRIPT
=yes
14 GENERATE_COMBRELOC_SCRIPT
=yes
15 GENERATE_PIE_SCRIPT
=yes
18 # Look for 32 bit target libraries in /lib32, /usr/lib32 etc., first.
21 /* TILE architecture interrupt vector areas */
22 .intrpt0 0xfc000000 : { KEEP(*(.intrpt0)) }
23 .intrpt1 0xfd000000 : { KEEP(*(.intrpt1)) }
24 .intrpt2 0xfe000000 : { KEEP(*(.intrpt2)) }
25 .intrpt3 0xff000000 : { KEEP(*(.intrpt3)) }