Add support for Motorola XGATE embedded CPU
[deliverable/binutils-gdb.git] / bfd / config.bfd
index ab72cf3c48eae3e33aa17f8d55ff1dda8462bffb..3f758c0bdeed579a7a20603d5b93982017b79b4c 100644 (file)
@@ -105,6 +105,7 @@ tilepro*)    targ_archs=bfd_tilepro_arch ;;
 v850*)          targ_archs=bfd_v850_arch ;;
 x86_64*)        targ_archs=bfd_i386_arch ;;
 xtensa*)        targ_archs=bfd_xtensa_arch ;;
+xgate)          targ_archs=bfd_xgate_arch ;;
 z80|r800)       targ_archs=bfd_z80_arch ;;
 z8k*)           targ_archs=bfd_z8k_arch ;;
 *)              targ_archs=bfd_${targ_cpu}_arch ;;
@@ -1576,7 +1577,12 @@ case "${targ}" in
   w65-*-*)
     targ_defvec=w65_vec
     ;;
-
+    
+  xgate-*-*)
+    targ_defvec=bfd_elf32_xgate_vec
+    targ_selvecs="bfd_elf32_xgate_vec"
+    ;;
+       
   xstormy16-*-elf)
     targ_defvec=bfd_elf32_xstormy16_vec
     ;;
This page took 0.024267 seconds and 4 git commands to generate.