X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gold%2Ffreebsd.h;h=a868258981f7530f153bce9be557e497b8ab841e;hb=421d1616230a78449dc2f5abb60f03d38b96c3cf;hp=175dd0561cc74205d3ace655273b1b172ae600bc;hpb=f1ddb6008e405707f7025369cfd7ec0ba442d128;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/freebsd.h b/gold/freebsd.h index 175dd0561c..a868258981 100644 --- a/gold/freebsd.h +++ b/gold/freebsd.h @@ -1,6 +1,6 @@ // freebsd.h -- FreeBSD support for gold -*- C++ -*- -// Copyright 2009, 2011 Free Software Foundation, Inc. +// Copyright (C) 2009-2020 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. @@ -48,14 +48,14 @@ class Target_selector_freebsd : public Target_selector // If we see a FreeBSD input file, mark the output file as using // FreeBSD. virtual Target* - do_recognize(int, int osabi, int) + do_recognize(Input_file*, off_t, int, int osabi, int) { Target* ret = this->instantiate_target(); if (osabi == elfcpp::ELFOSABI_FREEBSD) ret->set_osabi(static_cast(osabi)); return ret; } - + // Recognize two names. virtual Target* do_recognize_by_bfd_name(const char* name)