diff options
Diffstat (limited to 'gold/layout.h')
-rw-r--r-- | gold/layout.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gold/layout.h b/gold/layout.h index 3084d60..131d6a6 100644 --- a/gold/layout.h +++ b/gold/layout.h @@ -292,8 +292,7 @@ class Layout // Create the output sections for the symbol table. void - create_symtab_sections(const Input_objects*, Symbol_table*, const Task*, - off_t*); + create_symtab_sections(const Input_objects*, Symbol_table*, off_t*); // Create the .shstrtab section. Output_section* |