gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / reduced_debug_output.h
index e6a083c093ef34487cbf7e4eaca0182f9121be17..968293fe0070371f4b8b666ba892ff95f131092f 100644 (file)
@@ -1,6 +1,6 @@
 // reduced_debug_output.h -- reduce debugging information  -*- C++ -*-
 
-// Copyright 2008, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2008-2020 Free Software Foundation, Inc.
 // Written by Caleb Howe <cshowe@google.com>.
 
 // This file is part of gold.
@@ -42,9 +42,9 @@ namespace gold
 class Output_reduced_debug_abbrev_section : public Output_section
 {
  public:
-  Output_reduced_debug_abbrev_section(const char* aname, elfcpp::Elf_Word aflags,
-                                     elfcpp::Elf_Xword atype)
-    : Output_section(aname, aflags, atype), sized_(false),
+  Output_reduced_debug_abbrev_section(const char* name, elfcpp::Elf_Word flags,
+                                     elfcpp::Elf_Xword type)
+    : Output_section(name, flags, type), sized_(false),
       abbrev_count_(0), failed_(false)
   { this->set_requires_postprocessing(); }
 
@@ -88,9 +88,9 @@ class Output_reduced_debug_abbrev_section : public Output_section
 class Output_reduced_debug_info_section : public Output_section
 {
  public:
-  Output_reduced_debug_info_section(const char* aname, elfcpp::Elf_Word aflags,
-                                   elfcpp::Elf_Xword atype)
-    : Output_section(aname, aflags, atype), failed_(false)
+  Output_reduced_debug_info_section(const char* name, elfcpp::Elf_Word flags,
+                                   elfcpp::Elf_Xword type)
+    : Output_section(name, flags, type), failed_(false)
   { this->set_requires_postprocessing(); }
 
   void
This page took 0.026718 seconds and 4 git commands to generate.