source: trunk/binutils/ld/emulparams/hppalinux.sh@ 3003

Last change on this file since 3003 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: 518 bytes
Line 
1# If you change this file, please also look at files which source this one:
2# hppanbsd.sh
3
4SCRIPT_NAME=elf
5ELFSIZE=32
6OUTPUT_FORMAT="elf32-hppa-linux"
7TEXT_START_ADDR=0x10000
8TARGET_PAGE_SIZE=0x10000
9MAXPAGESIZE=0x10000
10ARCH=hppa
11MACHINE=hppa1.1 # We use 1.1 specific features.
12NOP=0x08000240
13START="_start"
14OTHER_READONLY_SECTIONS="
15 .PARISC.unwind ${RELOCATING-0} : { *(.PARISC.unwind) }"
16DATA_START_SYMBOLS='PROVIDE ($global$ = .);'
17DATA_PLT=
18GENERATE_SHLIB_SCRIPT=yes
19TEMPLATE_NAME=elf32
20EXTRA_EM_FILE=hppaelf
Note: See TracBrowser for help on using the repository browser.