Fix building for FreeBSD

This commit is contained in:
Nick Clifton
2003-11-28 08:47:07 +00:00
parent 75aa66180a
commit 58ea8806ac
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-11-28 Marcel Moolenaar <marcel@xcllnt.net>
* emulparams/elf64_ia64_fbsd.sh (TEXT_START_ADDR): Define.
(DATA_ADDR): Unset.
2003-11-18 James E Wilson <wilson@specifixinc.com> 2003-11-18 James E Wilson <wilson@specifixinc.com>
* ldlang.c (lang_process): Move lang_reset_memory_regions call after * ldlang.c (lang_process): Move lang_reset_memory_regions call after

View File

@ -1,2 +1,4 @@
. ${srcdir}/emulparams/elf64_ia64.sh . ${srcdir}/emulparams/elf64_ia64.sh
TEXT_START_ADDR="0x2000000000000000"
unset DATA_ADDR
. ${srcdir}/emulparams/elf_fbsd.sh . ${srcdir}/emulparams/elf_fbsd.sh