This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

binutils for sparc64-*-solaris2


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]