gdb: Make use of gdb::option framework for some info commands
[deliverable/binutils-gdb.git] / bfd / targets.c
index d3d52a5e2aa078c1611f4af8cdf0ccd531c03c12..6b85c6279805290507fe6dca9dd465d02afaa019 100644 (file)
@@ -1149,10 +1149,6 @@ static const bfd_target * const _bfd_target_vector[] =
        &pj_elf32_vec,
        &pj_elf32_le_vec,
 
-#if BFD_SUPPORTS_PLUGINS
-       &plugin_vec,
-#endif
-
        &powerpc_boot_vec,
        &powerpc_elf32_vec,
        &powerpc_elf32_le_vec,
@@ -1305,6 +1301,10 @@ static const bfd_target * const _bfd_target_vector[] =
 /* Likewise for ihex.  */
        &ihex_vec,
 
+#if BFD_SUPPORTS_PLUGINS
+       &plugin_vec,
+#endif
+
 /* Add any required traditional-core-file-handler.  */
 
 #ifdef AIX386_CORE
This page took 0.028422 seconds and 4 git commands to generate.