mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
Support NetBSD/sparc64 and sparcelf.
This commit is contained in:
parent
64d2482108
commit
c526926a96
@ -1,3 +1,7 @@
|
||||
2000-04-14 Matthew Green <mrg@cygnus.com>
|
||||
|
||||
* config.bfd: Add NetBSD/sparc64 support.
|
||||
|
||||
2000-05-31 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
Add support for FreeBSD/Alpha.
|
||||
|
@ -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*)
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-04-14 Matthew Green <mrg@cygnus.com>
|
||||
|
||||
* configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
|
||||
|
||||
2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
|
||||
|
||||
* emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
|
||||
|
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user