Browse Source
source. (eelf64ppc_fbsd.c): Add rules to build this file. * Makefile.in: Regenerate. * configure.tgt: Add target definition for powerpc64-*-freebsd*. Adjust powerpc-*-freebsd*. * emultempl/ppc64elf.em: Add a mechanism to override the default value of 0 for plt_static_chain. * emulparams/elf32ppc_fbsd.sh (OUTPUT_FORMAT): Override the default. * emulparams/elf64ppc_fbsd.sh (OUTPUT_FORMAT): Likewise. (DEFAULT_PLT_STATIC_CHAIN): Define to 1.gdb_7_4-branch
7 changed files with 44 additions and 3 deletions
@ -1,2 +1,5 @@ |
|||
. ${srcdir}/emulparams/elf32ppc.sh |
|||
. ${srcdir}/emulparams/elf_fbsd.sh |
|||
|
|||
OUTPUT_FORMAT="elf32-powerpc-freebsd" |
|||
|
|||
|
|||
@ -0,0 +1,6 @@ |
|||
. ${srcdir}/emulparams/elf64ppc.sh |
|||
. ${srcdir}/emulparams/elf_fbsd.sh |
|||
|
|||
OUTPUT_FORMAT="elf64-powerpc-freebsd" |
|||
DEFAULT_PLT_STATIC_CHAIN=1 |
|||
|
|||
Loading…
Reference in new issue