OSDN Git Service

2002-02-18 David O'Brien <obrien@FreeBSD.org>
authorobrien <obrien>
Mon, 18 Feb 2002 09:37:59 +0000 (09:37 +0000)
committerobrien <obrien>
Mon, 18 Feb 2002 09:37:59 +0000 (09:37 +0000)
commit644860da368e5873e8acabbe7c92ac15a5842ef3
treef208e1d88e2e1e71eb98cab70ca008405e08b6cf
parentc2e05ff5003baa522fdbf5f754f1d32878c64d3d
2002-02-18  David O'Brien  <obrien@FreeBSD.org>
* Makefile.in: Add new files earmelf_fbsd, eelf32ppc_fbsd,
eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
and eelf64alpha_fbsd.
* configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
use a FreeBSD-specific emulation rather than the psABI one.
* emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
for all FreeBSD ELF systems.
* emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
emulation.
* emulparams/elf32ppc_fbsd.sh: Likewise.
* emulparams/elf64_ia64_fbsd.sh: Likewise.
* emulparams/elf64_sparc_fbsd.sh: Likewise.
* emulparams/elf64alpha_fbsd.sh: Likewise.
* emulparams/elf_i386_fbsd.sh: Likewise.
* emulparams/elf_x86_64_fbsd.sh: Likewise.

Approved by:  Nick Clifton <nickc@cambridge.redhat.com>
              <m3pu33yy0b.fsf@north-pole.nickc.cambridge.redhat.com>
ld/ChangeLog
ld/Makefile.in
ld/configure.tgt
ld/emulparams/armelf_fbsd.sh [new file with mode: 0644]
ld/emulparams/elf32ppc_fbsd.sh [new file with mode: 0644]
ld/emulparams/elf64_ia64_fbsd.sh [new file with mode: 0644]
ld/emulparams/elf64_sparc_fbsd.sh [new file with mode: 0644]
ld/emulparams/elf64alpha_fbsd.sh [new file with mode: 0644]
ld/emulparams/elf_fbsd.sh [new file with mode: 0644]
ld/emulparams/elf_i386_fbsd.sh [new file with mode: 0644]
ld/emulparams/elf_x86_64_fbsd.sh [new file with mode: 0644]