diff options
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r-- | ld/ldlang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h index f89eb53..0b7b43b 100644 --- a/ld/ldlang.h +++ b/ld/ldlang.h @@ -568,7 +568,7 @@ extern lang_output_section_statement_type *lang_output_section_statement_lookup extern lang_output_section_statement_type *next_matching_output_section_statement (lang_output_section_statement_type *, int); extern void ldlang_add_undef - (const char *const); + (const char *const, bfd_boolean); extern void lang_add_output_format (const char *, const char *, const char *, int); extern void lang_list_init |