diff options
author | Nick Clifton <nickc@redhat.com> | 2001-05-22 14:00:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-05-22 14:00:18 +0000 |
commit | 506eee2253b69d1cd98c00212a57e572a74945ec (patch) | |
tree | 63b9dedd38f0f8c731faa4b9c6305f693490cc08 /ld/emulparams/elf_i386_ldso.sh | |
parent | * config/tc-arc.c (md_assemble): Use is_end_of_line instead of (diff) | |
download | binutils-gdb-506eee2253b69d1cd98c00212a57e572a74945ec.tar.gz binutils-gdb-506eee2253b69d1cd98c00212a57e572a74945ec.tar.bz2 binutils-gdb-506eee2253b69d1cd98c00212a57e572a74945ec.zip |
Improve Solaris compatability
Diffstat (limited to 'ld/emulparams/elf_i386_ldso.sh')
-rw-r--r-- | ld/emulparams/elf_i386_ldso.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/emulparams/elf_i386_ldso.sh b/ld/emulparams/elf_i386_ldso.sh new file mode 100644 index 00000000000..e1f43b2b371 --- /dev/null +++ b/ld/emulparams/elf_i386_ldso.sh @@ -0,0 +1,11 @@ +SCRIPT_NAME=elf +OUTPUT_FORMAT="elf32-i386" +TEXT_START_ADDR=0x08048000 +MAXPAGESIZE=0x1000 +NONPAGED_TEXT_START_ADDR=0x08048000 +ARCH=i386 +MACHINE= +NOP=0x9090 +TEMPLATE_NAME=elf32 +GENERATE_SHLIB_SCRIPT=yes +ELF_INTERPRETER_NAME=\"/usr/lib/ld.so.1\" |