diff options
Diffstat (limited to 'gold/symtab.h')
-rw-r--r-- | gold/symtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/symtab.h b/gold/symtab.h index d321122..3d3adbc 100644 --- a/gold/symtab.h +++ b/gold/symtab.h @@ -1027,7 +1027,7 @@ class Symbol_table // Check candidate_odr_violations_ to find symbols with the same name // but apparently different definitions (different source-file/line-no). void - detect_odr_violations() const; + detect_odr_violations(const char* output_file_name) const; // SYM is defined using a COPY reloc. Return the dynamic object // where the original definition was found. |