source: trunk/binutils/ld/emulparams/armelf_oabi.sh

Last change on this file 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: 492 bytes
Line 
1MACHINE=
2SCRIPT_NAME=elf
3OUTPUT_FORMAT="elf32-littlearm-oabi"
4BIG_OUTPUT_FORMAT="elf32-bigarm-oabi"
5LITTLE_OUTPUT_FORMAT="elf32-littlearm-oabi"
6TEXT_START_ADDR=0x8000
7TEMPLATE_NAME=armelf_oabi
8OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)'
9OTHER_BSS_SYMBOLS='__bss_start__ = .;'
10OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ;'
11
12
13ARCH=arm
14MACHINE=
15MAXPAGESIZE=256
16ENTRY=_start
17EMBEDDED=yes
18
19# This sets the stack to the top of the simulator memory (2^19 bytes).
20STACK_ADDR=0x80000
Note: See TracBrowser for help on using the repository browser.