source: trunk/binutils/ld/emulparams/elf32bmip.sh@ 3669

Last change on this file since 3669 was 610, checked in by bird, 22 years ago

This commit was generated by cvs2svn to compensate for changes in r609,
which included commits to RCS files with non-trunk default branches.

  • Property cvs2svn:cvs-rev set to 1.1.1.2
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 1.1 KB
Line 
1# If you change this file, please also look at files which source this one:
2# elf32b4300.sh elf32bsmip.sh elf32btsmip.sh elf32ebmip.sh elf32lmip.sh
3
4SCRIPT_NAME=elf
5OUTPUT_FORMAT="elf32-bigmips"
6BIG_OUTPUT_FORMAT="elf32-bigmips"
7LITTLE_OUTPUT_FORMAT="elf32-littlemips"
8TEXT_START_ADDR=0x0400000
9test -n "${EMBEDDED}" || DATA_ADDR=0x10000000
10MAXPAGESIZE=0x40000
11NONPAGED_TEXT_START_ADDR=0x0400000
12SHLIB_TEXT_START_ADDR=0x5ffe0000
13test -n "${EMBEDDED}" || TEXT_DYNAMIC=
14INITIAL_READONLY_SECTIONS="
15 .reginfo ${RELOCATING-0} : { *(.reginfo) }
16"
17OTHER_TEXT_SECTIONS='*(.mips16.fn.*) *(.mips16.call.*)'
18OTHER_GOT_SYMBOLS='
19 _gp = ALIGN(16) + 0x7ff0;
20'
21OTHER_SDATA_SECTIONS="
22 .lit8 ${RELOCATING-0} : { *(.lit8) }
23 .lit4 ${RELOCATING-0} : { *(.lit4) }
24"
25TEXT_START_SYMBOLS='_ftext = . ;'
26DATA_START_SYMBOLS='_fdata = . ;'
27OTHER_BSS_SYMBOLS='_fbss = .;'
28OTHER_SECTIONS='
29 .gptab.sdata : { *(.gptab.data) *(.gptab.sdata) }
30 .gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }
31'
32ARCH=mips
33MACHINE=
34TEMPLATE_NAME=elf32
35EXTRA_EM_FILE=mipself
36GENERATE_SHLIB_SCRIPT=yes
Note: See TracBrowser for help on using the repository browser.