X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gold%2Fcref.h;h=0e72d162e4ad439fef28792c51158a1ecca866fe;hb=902781d6ebc466a41839018405705b02385b1966;hp=3da5d3ad326fdbbd90d17b8f665bc3245c848930;hpb=92de84a60cbdb80b808c8571e709c1384c6ee6fc;p=platform%2Fupstream%2Fbinutils.git diff --git a/gold/cref.h b/gold/cref.h index 3da5d3a..0e72d16 100644 --- a/gold/cref.h +++ b/gold/cref.h @@ -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 . // This file is part of gold. @@ -23,6 +23,8 @@ #ifndef GOLD_CREF_H #define GOLD_CREF_H +#include + 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();