Fix problem where -relax could reorder multiple consecutive sets of the
[deliverable/binutils-gdb.git] / bfd / aout-tic30.c
index 853c09acba78649b146cdaa13756236d943616c8..0dcae0c25bc27cb6f669661f297ee89a85461a5a 100644 (file)
@@ -1060,6 +1060,8 @@ const bfd_target tic30_aout_vec =
   BFD_JUMP_TABLE_LINK (MY),
   BFD_JUMP_TABLE_DYNAMIC (MY),
 
-  (PTR) MY_backend_data,
+  NULL,
+  
+  (PTR) MY_backend_data
 };
 #endif /* MY_BFD_TARGET */
This page took 0.024654 seconds and 4 git commands to generate.