Add new field to bfd_target structure.
[deliverable/binutils-gdb.git] / bfd / aout-target.h
index 876b30a95a37fd8cc2d00aacb7dfb4452f6bd2fe..5ca50ac5682634c383017fcb196b01e061580c1a 100644 (file)
@@ -645,6 +645,9 @@ const bfd_target MY(vec) =
      BFD_JUMP_TABLE_LINK (MY),
      BFD_JUMP_TABLE_DYNAMIC (MY),
 
-  (PTR) MY_backend_data,
+  /* Alternative_target */
+  NULL,
+  
+  (PTR) MY_backend_data
 };
 #endif /* MY_BFD_TARGET */
This page took 0.028294 seconds and 4 git commands to generate.