diff options
Diffstat (limited to 'gold/layout.h')
-rw-r--r-- | gold/layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/layout.h b/gold/layout.h index c96d47d..bb2b644 100644 --- a/gold/layout.h +++ b/gold/layout.h @@ -70,7 +70,7 @@ class Layout // output section. template<int size, bool big_endian> Output_section* - layout(Object *object, unsigned int shndx, const char* name, + layout(Relobj *object, unsigned int shndx, const char* name, const elfcpp::Shdr<size, big_endian>& shdr, off_t* offset); // Add an Output_section_data to the layout. This is used for |