source: trunk/binutils/ld/emulparams/armelf_linux.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: 524 bytes
Line 
1ARCH=arm
2SCRIPT_NAME=elf
3OUTPUT_FORMAT="elf32-littlearm"
4BIG_OUTPUT_FORMAT="elf32-bigarm"
5LITTLE_OUTPUT_FORMAT="elf32-littlearm"
6MAXPAGESIZE=0x8000
7TEMPLATE_NAME=elf32
8EXTRA_EM_FILE=armelf
9GENERATE_SHLIB_SCRIPT=yes
10
11DATA_START_SYMBOLS='__data_start = . ;';
12OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)'
13OTHER_READONLY_SECTIONS='.note.gnu.arm.ident : { KEEP (*(.note.gnu.arm.ident)) }'
14OTHER_BSS_SYMBOLS='__bss_start__ = .;'
15OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;'
16
17TEXT_START_ADDR=0x00008000
Note: See TracBrowser for help on using the repository browser.