Fix an internal error in do_print_to_mapfile on Arm.
authorCary Coutant <ccoutant@google.com>
Mon, 2 Mar 2015 18:10:52 +0000 (10:10 -0800)
committerCary Coutant <ccoutant@google.com>
Mon, 2 Mar 2015 18:10:52 +0000 (10:10 -0800)
2015-02-02  Khem Raj  <raj.khem@gmail.com>

gold/
* attributes.h (class Output_attributes_section_data ): Add
do_print_to_mapfile function.

gold/ChangeLog
gold/attributes.h

index 31d123e603dfd2e28bdc17889efb26f27ec2edbb..10fc03b3ec116a881d359a5d94f80d9cbdc67a20 100644 (file)
@@ -1,3 +1,8 @@
+2015-02-02  Khem Raj  <raj.khem@gmail.com>
+
+       * attributes.h (class Output_attributes_section_data ): Add
+       do_print_to_mapfile function.
+
 2015-02-24  Alan Modra  <amodra@gmail.com>
 
        PR 18010
index c0b171f7b82d8bfd17b4c32f5564790f9151022c..efb1b5c3e1b9c3edd59001e4b54b966b46c01006 100644 (file)
@@ -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*);
This page took 0.036158 seconds and 4 git commands to generate.