daily update
[binutils.git] / ld / emulparams / elf32bmipn32-defs.sh
blob7592d6855922f478c88c5f136ea5c219b8e5a5f7
1 # If you change this file, please also look at files which source this one:
2 # elf64bmip.sh elf64btsmip.sh elf32btsmipn32.sh elf32bmipn32.sh
4 # This is an ELF platform.
5 SCRIPT_NAME=elf
7 # Handle both big- and little-ended 32-bit MIPS objects.
8 ARCH=mips
9 OUTPUT_FORMAT="elf32-bigmips"
10 BIG_OUTPUT_FORMAT="elf32-bigmips"
11 LITTLE_OUTPUT_FORMAT="elf32-littlemips"
13 TEMPLATE_NAME=elf32
14 LIB_PATH=/usr/lib32
16 GENERATE_SHLIB_SCRIPT=yes
18 TEXT_START_ADDR=0x10000000
19 MAXPAGESIZE=0x100000
20 ENTRY=__start
22 # GOT-related settings.
23 OTHER_GOT_SYMBOLS='
24 _gp = ALIGN(16) + 0x7ff0;
26 OTHER_SDATA_SECTIONS="
27 .lit8 ${RELOCATING-0} : { *(.lit8) }
28 .lit4 ${RELOCATING-0} : { *(.lit4) }
29 .srdata ${RELOCATING-0} : { *(.srdata) }
32 # Magic symbols.
33 TEXT_START_SYMBOLS='_ftext = . ;'
34 DATA_START_SYMBOLS='_fdata = . ;'
35 OTHER_BSS_SYMBOLS='_fbss = .;'
37 OTHER_SECTIONS="
38 .MIPS.events.text ${RELOCATING-0} :
40 *(.MIPS.events.text${RELOCATING+ .MIPS.events.gnu.linkonce.t*})
42 .MIPS.content.text ${RELOCATING-0} :
44 *(.MIPS.content.text${RELOCATING+ .MIPS.content.gnu.linkonce.t*})
46 .MIPS.events.data ${RELOCATING-0} :
48 *(.MIPS.events.data${RELOCATING+ .MIPS.events.gnu.linkonce.d*})
50 .MIPS.content.data ${RELOCATING-0} :
52 *(.MIPS.content.data${RELOCATING+ .MIPS.content.gnu.linkonce.d*})
54 .MIPS.events.rodata ${RELOCATING-0} :
56 *(.MIPS.events.rodata${RELOCATING+ .MIPS.events.gnu.linkonce.r*})
58 .MIPS.content.rodata ${RELOCATING-0} :
60 *(.MIPS.content.rodata${RELOCATING+ .MIPS.content.gnu.linkonce.r*})