gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / attributes.h
index 26fe1580f08b6523eda765b37af88d9535b659ae..349dab8f2bb4af94299d01012d733973cae9db1a 100644 (file)
@@ -1,6 +1,6 @@
 // attributes.h -- object attributes for gold   -*- C++ -*-
 
-// Copyright 2009, 2010 Free Software Foundation, Inc.
+// Copyright (C) 2009-2020 Free Software Foundation, Inc.
 // Written by Doug Kwan <dougkwan@google.com>.
 // 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*);
This page took 0.032922 seconds and 4 git commands to generate.