diff options
Diffstat (limited to 'bfd/tekhex.c')
-rw-r--r-- | bfd/tekhex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/tekhex.c b/bfd/tekhex.c index cd1563ffc8a..b1ffe75e073 100644 --- a/bfd/tekhex.c +++ b/bfd/tekhex.c @@ -1062,5 +1062,7 @@ const bfd_target tekhex_vec = BFD_JUMP_TABLE_LINK (tekhex), BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), + NULL, + (PTR) 0 }; |