This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

SPU config change


To better support .quad and .8byte directives.

	* config.bfd: Set want64 for spu-*-elf.

Index: bfd/config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.231
diff -u -p -r1.231 config.bfd
--- bfd/config.bfd	28 Aug 2007 11:02:55 -0000	1.231
+++ bfd/config.bfd	8 Sep 2007 08:07:28 -0000
@@ -1399,6 +1399,7 @@ case "${targ}" in
 
   spu-*-elf)
     targ_defvec=bfd_elf32_spu_vec
+    want64=true
     ;;
 
 #if HAVE_host_aout_vec

-- 
Alan Modra
Australia Development Lab, IBM


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