daily update
[platform/upstream/binutils.git] / gold / cref.h
index 3da5d3a..0e72d16 100644 (file)
@@ -1,6 +1,6 @@
 // cref.h -- cross reference reports for gold   -*- C++ -*-
 
-// Copyright 2008 Free Software Foundation, Inc.
+// Copyright (C) 2008-2014 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -23,6 +23,8 @@
 #ifndef GOLD_CREF_H
 #define GOLD_CREF_H
 
+#include <cstdio>
+
 namespace gold
 {
 
@@ -61,6 +63,10 @@ class Cref
   void
   print_symbol_counts(const Symbol_table*) const;
 
+  // Print a cross reference table.
+  void
+  print_cref(const Symbol_table*, FILE*) const;
+
  private:
   void
   need_inputs();