Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"
[deliverable/binutils-gdb.git] / ld / emulparams / i386lynx.sh
CommitLineData
b2d65c0b
NC
1SCRIPT_NAME=elf
2OUTPUT_FORMAT="elf32-i386"
5d69120b 3CHECK_RELOCS_AFTER_OPEN_INPUT=yes
485cf679 4NO_RELA_RELOCS=yes
252b5132 5ENTRY=_main
b2d65c0b
NC
6TEXT_BASE=0x0
7DYN_TEXT_BASE=0x00400000
8TEXT_START_ADDR="(DEFINED(_DYNAMIC) ? ${DYN_TEXT_BASE} : ${TEXT_BASE})"
88bba78d
AM
9case ${LD_FLAG} in
10 n|N) TEXT_START_ADDR=0x1000 ;;
11esac
24718e3b 12MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
252b5132 13ARCH=i386
b2d65c0b
NC
14MACHINE=
15NOP=0x9090
16TEMPLATE_NAME=elf32
17GENERATE_SHLIB_SCRIPT=yes
18ELF_INTERPRETER_NAME=\"/usr/lib/ld.so.1\"
19
20# Leave room of SIZEOF_HEADERS before text.
21EMBEDDED=
This page took 0.736209 seconds and 4 git commands to generate.