]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/parameters.h
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gold / parameters.h
index 10de2ae7fa4f828a00acf872b80e21c610b88c19..da35d8473dfcbdc9a3368a28c5131e165305f5fd 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-2022 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_;