2002-02-18 David O'Brien <obrien@FreeBSD.org>
commit38011098e018367d4b8f0e69a9ab5cfc00db53e8
authorDavid O'Brien <obrien@FreeBSD.org>
Mon, 18 Feb 2002 09:38:01 +0000 (18 09:38 +0000)
committerDavid O'Brien <obrien@FreeBSD.org>
Mon, 18 Feb 2002 09:38:01 +0000 (18 09:38 +0000)
tree80e40ae7a31b81f7fba2e7cb43ca43c66c8382b3
parent8e8ccd63a9832035ff98d8c3e82001b30aaf3f65
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]