X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gold%2Fcref.h;h=4d8ede4923dcd0356be8828317e7d59f6a2f8374;hb=0ac553107c601cc9c4c340338e0fc7e0ce8375cc;hp=3da5d3ad326fdbbd90d17b8f665bc3245c848930;hpb=92de84a60cbdb80b808c8571e709c1384c6ee6fc;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/cref.h b/gold/cref.h index 3da5d3ad32..4d8ede4923 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-2020 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();