diff options
Diffstat (limited to 'gold/layout.h')
-rw-r--r-- | gold/layout.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/layout.h b/gold/layout.h index 0c34d3d..806f6e5 100644 --- a/gold/layout.h +++ b/gold/layout.h @@ -537,7 +537,8 @@ class Layout Output_section* layout(Sized_relobj_file<size, big_endian> *object, unsigned int shndx, const char* name, const elfcpp::Shdr<size, big_endian>& shdr, - unsigned int reloc_shndx, unsigned int reloc_type, off_t* offset); + unsigned int sh_type, unsigned int reloc_shndx, + unsigned int reloc_type, off_t* offset); std::map<Section_id, unsigned int>* get_section_order_map() |