* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / emulparams / elf32bfinfd.sh
blob26f8f4701da25ee679f01f2d5cc4d2938fe57397
1 . ${srcdir}/emulparams/bfin.sh
2 unset STACK_ADDR
3 OUTPUT_FORMAT="elf32-bfinfdpic"
4 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
5 TEMPLATE_NAME=elf32
6 GENERATE_SHLIB_SCRIPT=yes
7 GENERATE_PIE_SCRIPT=yes
8 EMBEDDED= # This gets us program headers mapped as part of the text segment.
9 OTHER_GOT_SYMBOLS=
10 OTHER_READONLY_SECTIONS="
11 .rofixup : {
12 ${RELOCATING+__ROFIXUP_LIST__ = .;}
13 *(.rofixup)
14 ${RELOCATING+__ROFIXUP_END__ = .;}
17 # 0xfeb00000, 0xfec00000, 0xff700000, 0xff800000, 0xff900000
18 # 0xffa00000 are also used in Dynamic linker and linux kernel.
19 # They need to be kept synchronized.
20 OTHER_SECTIONS="
21 .l2.text 0xfeb00000 :
23 *(.l2.text)
25 .l2.data 0xfec00000 :
27 *(.l2.data)
29 .l1.data 0xff700000 :
31 *(.l1.data)
33 .l1.data.A 0xff800000 :
35 *(.l1.data.A)
37 .l1.data.B 0xff900000 :
39 *(.l1.data.B)
41 .l1.text 0xffa00000 :
43 *(.l1.text)
46 EXTRA_EM_FILE=bfin