From: Phil Blundell Date: Sun, 6 Aug 2000 15:22:07 +0000 (+0000) Subject: Support NetBSD/sparc64 and sparcelf. X-Git-Tag: binutils-2_10_1~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c526926a965f5fcb8305df361350ee945312887e;p=thirdparty%2Fbinutils-gdb.git Support NetBSD/sparc64 and sparcelf. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b460bb8297c..e052850d18f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2000-04-14 Matthew Green + + * config.bfd: Add NetBSD/sparc64 support. + 2000-05-31 Mark Kettenis Add support for FreeBSD/Alpha. diff --git a/bfd/config.bfd b/bfd/config.bfd index d70207ec9c7..cb5dc6563b8 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -79,6 +79,10 @@ case "${targ}" in alpha*-*-*) targ_defvec=ecoffalpha_little_vec ;; + sparc64-*-netbsd*) + targ_defvec=bfd_elf64_sparc_vec + targ_selvecs="bfd_elf32_sparc_vec sunos_big_vec" + ;; #endif /* BFD64 */ arc-*-elf*) diff --git a/ld/ChangeLog b/ld/ChangeLog index 8c827eb7740..112c0dfb024 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2000-04-14 Matthew Green + + * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support. + 2000-06-07 Michael Sokolov * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all diff --git a/ld/configure.tgt b/ld/configure.tgt index 534f90cb386..c22eee7cf0c 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -55,6 +55,8 @@ sparc*-*-linux-gnu*) targ_emul=elf32_sparc tdir_sun4=sparc-sun-sunos4 ;; sparc*-*-lynxos*) targ_emul=sparclynx ;; +sparc64-*-netbsd*) targ_emul=elf64_sparc ;; +sparc*-*-netbsd*elf*) targ_emul=elf32_sparc ;; sparc*-*-netbsd*) targ_emul=sparcnbsd ;; sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*) targ_emul=elf32_sparc ;;