diff options
Diffstat (limited to 'gold/mapfile.h')
-rw-r--r-- | gold/mapfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/mapfile.h b/gold/mapfile.h index e2cf085..ab55c38 100644 --- a/gold/mapfile.h +++ b/gold/mapfile.h @@ -57,7 +57,7 @@ class Mapfile // Report that we are including a member from an archive. This is // called by the archive reading code. void - report_include_archive_member(const Archive*, const std::string& member_name, + report_include_archive_member(const std::string& member_name, const Symbol* sym, const char* why); // Report allocating a common symbol. |