Handle multiple target events before commit resume
[deliverable/binutils-gdb.git] / gold / parameters.h
index 10de2ae7fa4f828a00acf872b80e21c610b88c19..909594d68e50455aa7ddd908ed4c39e8ed2867cc 100644 (file)
@@ -1,6 +1,6 @@
 // parameters.h -- general parameters for a link using gold  -*- C++ -*-
 
-// Copyright 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+// Copyright (C) 2006-2019 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -183,6 +183,9 @@ class Parameters
   void
   check_target_endianness();
 
+  void
+  check_rodata_segment();
+
   friend class Set_parameters_target_once;
 
   Errors* errors_;
This page took 0.0231 seconds and 4 git commands to generate.