aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/generic.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/generic.em')
-rw-r--r--ld/emultempl/generic.em2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/emultempl/generic.em b/ld/emultempl/generic.em
index c78b047..3a7d611 100644
--- a/ld/emultempl/generic.em
+++ b/ld/emultempl/generic.em
@@ -141,6 +141,8 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
${LDEMUL_PLACE_ORPHAN-NULL},
${LDEMUL_SET_SYMBOLS-NULL},
${LDEMUL_PARSE_ARGS-NULL},
+ NULL, /* add_options */
+ NULL, /* handle_option */
${LDEMUL_UNRECOGNIZED_FILE-NULL},
${LDEMUL_LIST_OPTIONS-NULL},
${LDEMUL_RECOGNIZED_FILE-NULL},