diff options
Diffstat (limited to 'ld/ldlex.h')
-rw-r--r-- | ld/ldlex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/ldlex.h b/ld/ldlex.h index d35ead6a648..f274c6826df 100644 --- a/ld/ldlex.h +++ b/ld/ldlex.h @@ -30,6 +30,7 @@ typedef enum input_enum { input_script, input_mri_script, input_version_script, + input_dynamic_list, input_defsym } input_type; |