bfd target vector rationalisation
[deliverable/binutils-gdb.git] / ld / emultempl / spuelf.em
index 5167b35a75763cc689244e2bcecc694472b5eea8..1b4d72f0dfbae19b54104cd55f65b9733a9ecddb 100644 (file)
@@ -89,9 +89,9 @@ static const struct _ovl_stream icache_mgr_stream = {
 static int
 is_spu_target (void)
 {
-  extern const bfd_target bfd_elf32_spu_vec;
+  extern const bfd_target spu_elf32_vec;
 
-  return link_info.output_bfd->xvec == &bfd_elf32_spu_vec;
+  return link_info.output_bfd->xvec == &spu_elf32_vec;
 }
 
 /* Create our note section.  */
This page took 0.025477 seconds and 4 git commands to generate.