OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [emulparams/] [elf_l1om.sh] - Blame information for rev 157

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 157 khays
. ${srcdir}/emulparams/plt_unwind.sh
2 145 khays
SCRIPT_NAME=elf
3
ELFSIZE=64
4
OUTPUT_FORMAT="elf64-l1om"
5
NO_REL_RELOCS=yes
6
TEXT_START_ADDR=0x400000
7
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
8
COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
9
ARCH="l1om"
10
MACHINE=
11
COMPILE_IN=yes
12
NOP=0x90909090
13
TEMPLATE_NAME=elf32
14
GENERATE_SHLIB_SCRIPT=yes
15
GENERATE_PIE_SCRIPT=yes
16
NO_SMALL_DATA=yes
17
LARGE_SECTIONS=yes
18
SEPARATE_GOTPLT=24
19
 
20
if [ "x${host}" = "x${target}" ]; then
21
  case " $EMULATION_LIBPATH " in
22
    *" ${EMULATION_NAME} "*)
23
      NATIVE=yes
24
  esac
25
fi
26
 
27
# Linux modifies the default library search path to first include
28
# a 64-bit specific directory.
29
case "$target" in
30
  *l1om*-linux*)
31
    case "$EMULATION_NAME" in
32
      *l1om*) LIBPATH_SUFFIX=64 ;;
33
    esac
34
    ;;
35
esac

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.