diff options
Diffstat (limited to 'ld/emultempl/vms.em')
-rw-r--r-- | ld/emultempl/vms.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/vms.em b/ld/emultempl/vms.em index 67e9ea6..8baacb3 100644 --- a/ld/emultempl/vms.em +++ b/ld/emultempl/vms.em @@ -24,6 +24,7 @@ fragment <<EOF #include "libiberty.h" #include "getopt.h" +#include "ldlex.h" static void gld${EMULATION_NAME}_before_parse (void) @@ -125,7 +126,6 @@ vms_place_orphan (asection *s, } /* VMS specific options. */ -#define OPTION_IDENTIFICATION (300 + 1) static void gld${EMULATION_NAME}_add_options |