binutils for sparc64-*-solaris2

Assar Westerlund assar@sics.se
Thu Jul 1 00:00:00 GMT 1999


Hi, with the simple appended patch, binutils (at least gas) seems to
work fine on sparc64-*-solaris2.  Pray tell me if this is the right
way of fixing this.

/assar

Index: bfd/config.bfd
===================================================================
RCS file: /cvs/binutils/binutils/bfd/config.bfd,v
retrieving revision 1.1.1.1
diff -u -w -u -w -r1.1.1.1 config.bfd
--- config.bfd	1999/05/03 07:28:54	1.1.1.1
+++ config.bfd	1999/05/14 02:16:08
@@ -624,6 +624,10 @@
     targ_defvec=bfd_elf64_sparc_vec
     targ_selvecs=bfd_elf32_sparc_vec
     ;;    
+  sparc64-*-solaris2*)
+    targ_defvec=bfd_elf64_sparc_vec
+    targ_selvecs=bfd_elf32_sparc_vec
+    ;;
 #endif /* BFD64 */
   sparc*-*-coff*)
     targ_defvec=sparccoff_vec


More information about the Binutils mailing list