summaryrefslogtreecommitdiff
path: root/bfd/aout-tic30.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/aout-tic30.c')
-rw-r--r--bfd/aout-tic30.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/aout-tic30.c b/bfd/aout-tic30.c
index 853c09acba7..0dcae0c25bc 100644
--- a/bfd/aout-tic30.c
+++ b/bfd/aout-tic30.c
@@ -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 */