projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7fba0e
)
* config.bfd: Add NetBSD/sparc64 support.
author
Jeff Law
<law@redhat.com>
Fri, 21 Apr 2000 21:50:52 +0000
(21:50 +0000)
committer
Jeff Law
<law@redhat.com>
Fri, 21 Apr 2000 21:50:52 +0000
(21:50 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/config.bfd
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index c300410cae80333700ac5ad92927899247d8b98f..e5d6c3a578ade63a604e27aa9f29bb7099487080 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2000-04-21 Matthew Green <mrg@cygnus.com>
+
+ * config.bfd: Add NetBSD/sparc64 support.
+
Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
David Mosberger <davidm@hpl.hp.com>
Timothy Wall <twall@cygnus.com>
diff --git
a/bfd/config.bfd
b/bfd/config.bfd
index 9744cbdb69bf06082fb532b07b92bde59eee5466..ca8d562dfeba5c199fc3fd226a0ba43dc940065f 100644
(file)
--- a/
bfd/config.bfd
+++ b/
bfd/config.bfd
@@
-84,6
+84,10
@@
case "${targ}" in
targ_defvec=bfd_elf64_ia64_little_vec
targ_selvecs="bfd_elf64_ia64_big_vec bfd_efi_app_ia64_vec"
;;
+ sparc64-*-netbsd*)
+ targ_defvec=bfd_elf64_sparc_vec
+ targ_selvecs="bfd_elf32_sparc_vec sunos_big_vec"
+ ;;
#endif /* BFD64 */
arc-*-elf*)