aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/linux.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/linux.em')
-rw-r--r--ld/emultempl/linux.em3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/emultempl/linux.em b/ld/emultempl/linux.em
index 85ed138..fda490b 100644
--- a/ld/emultempl/linux.em
+++ b/ld/emultempl/linux.em
@@ -221,6 +221,7 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
NULL, /* unrecognized file */
NULL, /* list options */
NULL, /* recognized file */
- NULL /* find_potential_libraries */
+ NULL, /* find_potential_libraries */
+ NULL /* new_vers_pattern */
};
EOF