X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gold%2Fparameters.h;h=ed266a32b04237875dc139397794ecd5a1a99417;hb=20955c7cb8aebd8d900441c6ff87df2123e38f54;hp=10de2ae7fa4f828a00acf872b80e21c610b88c19;hpb=b490c0bbaf81fb741c6751eff30082883343e2ff;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/parameters.h b/gold/parameters.h index 10de2ae7fa..ed266a32b0 100644 --- a/gold/parameters.h +++ b/gold/parameters.h @@ -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-2020 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // 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_;