X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gold%2Fattributes.h;h=fea0f1145d9d58d5ea49d5903d283f7d4d2f0031;hb=refs%2Fheads%2Fsandbox%2Fakazmin%2Ftizen_version;hp=2aa7a78a725910b59950e64b47d836ed8960ee71;hpb=4b95cf5c0c75d6efc1b2f96af72317aecca079f1;p=external%2Fbinutils.git diff --git a/gold/attributes.h b/gold/attributes.h index 2aa7a78..fea0f11 100644 --- a/gold/attributes.h +++ b/gold/attributes.h @@ -1,6 +1,6 @@ // attributes.h -- object attributes for gold -*- C++ -*- -// Copyright (C) 2009-2014 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // Written by Doug Kwan . // This file contains code adapted from BFD. @@ -387,6 +387,11 @@ class Output_attributes_section_data : public Output_section_data { } protected: + // Write to a map file. + void + do_print_to_mapfile(Mapfile* mapfile) const + { mapfile->print_output_data(this, _("** attributes")); } + // Write the data to the output file. void do_write(Output_file*);