bfd:
authorJason Thorpe <thorpej@netbsd.org>
Tue, 27 Jul 2004 22:30:25 +0000 (22:30 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Tue, 27 Jul 2004 22:30:25 +0000 (22:30 +0000)
commit225247f09fa353923f236db2c1e4c7fea74ac63e
treeaca12be4ba1a4ae35fcba22ab8a16610efb67a50
parent1bec8141aa331266a162701c3ba0e0ea9bf3b6d5
bfd:
* config.bfd (hppa*-*-netbsd*): Set targ_defvec to
bfd_elf32_hppa_nbsd_vec.  Add bfd_elf32_hppa_linux_vec
to targ_selvecs.
* configure.in (bfd_elf32_hppa_nbsd_vec): Add case.
* configure: Regenerate.
* elf32-hppa.c (elf32_hppa_object_p): Add "elf32-hppa-netbsd"
case that accepts OSABI=NetBSD and OSABI=SysV.
(elf32_hppa_set_gp): For "elf32-hppa-netbsd", set the GP to
the base of .got or .data (if .got does not exist).
(elf32_hppa_post_process_headers): For elf32-hppa-netbsd,
set OSABI=NetBSD.
(TARGET_BIG_SYM): Add bfd_elf32_hppa_nbsd_vec case.
(TARGET_BIG_NAME): Add "elf32-hppa-netbsd" case.
* targets.c (bfd_elf32_hppa_nbsd_vec): Add extern declaration.
(_bfd_target_vector): Add bfd_elf32_hppa_nbsd_vec.

gas:
* config/tc-hppa.h (TARGET_FORMAT): Set to "elf32-hppa-netbsd"
for TE_NetBSD.

ld:
* emulparams/hppanbsd.sh (OUTPUT_FORMAT): Set to "elf32-hppa-netbsd".
bfd/ChangeLog
bfd/configure
bfd/configure.in
bfd/elf32-hppa.c
bfd/targets.c
gas/config/tc-hppa.h
ld/emulparams/hppanbsd.sh