From b22c4c91c4a92f68d19ea318a71059d2202dc453 Mon Sep 17 00:00:00 2001 From: Cary Coutant Date: Mon, 2 Mar 2015 10:10:52 -0800 Subject: Fix an internal error in do_print_to_mapfile on Arm. 2015-02-02 Khem Raj gold/ * attributes.h (class Output_attributes_section_data ): Add do_print_to_mapfile function. --- binutils-2.25/gold/attributes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/binutils-2.25/gold/attributes.h b/binutils-2.25/gold/attributes.h index c0b171f7..efb1b5c3 100644 --- a/binutils-2.25/gold/attributes.h +++ b/binutils-2.25/gold/attributes.h @@ -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*); -- cgit v1.2.3