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

Subversion Repositories open8_urisc

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

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

Line No. Rev Author Line
1 145 khays
SCRIPT_NAME=elf
2
ELFSIZE=32
3
OUTPUT_FORMAT="elf32-x86-64"
4
NO_REL_RELOCS=yes
5
TEXT_START_ADDR=0x400000
6
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
7
COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
8
ARCH="i386:x64-32"
9
MACHINE=
10
NOP=0x90909090
11
TEMPLATE_NAME=elf32
12
GENERATE_SHLIB_SCRIPT=yes
13
GENERATE_PIE_SCRIPT=yes
14
NO_SMALL_DATA=yes
15
LARGE_SECTIONS=yes
16
SEPARATE_GOTPLT=24
17
IREL_IN_PLT=
18
 
19
if [ "x${host}" = "x${target}" ]; then
20
  case " $EMULATION_LIBPATH " in
21
    *" ${EMULATION_NAME} "*)
22
      NATIVE=yes
23
  esac
24
fi
25
 
26
# Linux modifies the default library search path to first include
27
# a 32-bit specific directory.
28
case "$target" in
29
  x86_64*-linux*|i[3-7]86-*-linux-*)
30
    case "$EMULATION_NAME" in
31
      *32*) LIBPATH_SUFFIX=x32 ;;
32
      *64*) 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.