mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Fix building for FreeBSD
This commit is contained in:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user