diff options
Diffstat (limited to 'ld/ldlang.c')
-rw-r--r-- | ld/ldlang.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c index 6f4e200..097c390 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -109,6 +109,7 @@ bfd_boolean delete_output_file_on_failure = FALSE; struct lang_phdr *lang_phdr_list; struct lang_nocrossrefs *nocrossref_list; bfd_boolean missing_file = FALSE; +int ld_compatibility; /* Functions that traverse the linker script and might evaluate DEFINED() need to increment this. */ |