]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/mapfile.h
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gold / mapfile.h
index 908a208ed5ce44c9584efe1d602de0f26b36cafe..dd432b1a1fe08338451453bf4b5956f2ed7f2b90 100644 (file)
@@ -1,6 +1,6 @@
 // mapfile.h -- map file generation for gold   -*- C++ -*-
 
-// Copyright 2008, 2010 Free Software Foundation, Inc.
+// Copyright (C) 2008-2021 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -33,7 +33,7 @@ class Archive;
 class Symbol;
 class Relobj;
 template<int size, bool big_endian>
-class Sized_relobj;
+class Sized_relobj_file;
 class Output_section;
 class Output_data;
 
@@ -100,7 +100,7 @@ class Mapfile
   // Print symbols for an input section.
   template<int size, bool big_endian>
   void
-  print_input_section_symbols(const Sized_relobj<size, big_endian>*,
+  print_input_section_symbols(const Sized_relobj_file<size, big_endian>*,
                              unsigned int shndx);
 
   // Map file to write to.