bfd/
[deliverable/binutils-gdb.git] / ld / emulparams / elf32bfinfd.sh
CommitLineData
9d6f9a38
BS
1. ${srcdir}/emulparams/bfin.sh
2unset STACK_ADDR
3OUTPUT_FORMAT="elf32-bfinfdpic"
24718e3b 4MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
9d6f9a38
BS
5TEMPLATE_NAME=elf32
6GENERATE_SHLIB_SCRIPT=yes
7GENERATE_PIE_SCRIPT=yes
8EMBEDDED= # This gets us program headers mapped as part of the text segment.
9OTHER_GOT_SYMBOLS=
10OTHER_READONLY_SECTIONS="
11 .rofixup : {
12 ${RELOCATING+__ROFIXUP_LIST__ = .;}
13 *(.rofixup)
14 ${RELOCATING+__ROFIXUP_END__ = .;}
15 }
16"
b0a0b978
JZ
17# 0xff700000, 0xff800000, 0xff900000 and 0xffa00000 are also used in
18# Dynamic linker and linux kernel. They need to be keep synchronized.
19OTHER_SECTIONS="
20 .l1.data 0xff700000 :
21 {
22 *(.l1.data)
23 }
24 .l1.data.A 0xff800000 :
25 {
26 *(.l1.data.A)
27 }
28 .l1.data.B 0xff900000 :
29 {
30 *(.l1.data.B)
31 }
32 .l1.text 0xffa00000 :
33 {
34 *(.l1.text)
35 }
36"
This page took 0.099058 seconds and 4 git commands to generate.