summaryrefslogtreecommitdiffstats
path: root/bfd/aout-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/aout-target.h')
-rw-r--r--bfd/aout-target.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/bfd/aout-target.h b/bfd/aout-target.h
index 876b30a95a..5ca50ac568 100644
--- a/bfd/aout-target.h
+++ b/bfd/aout-target.h
@@ -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 */
OpenPOWER on IntegriCloud