summaryrefslogtreecommitdiffstats
path: root/binutils-2.22/gold/freebsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.22/gold/freebsd.h')
-rw-r--r--binutils-2.22/gold/freebsd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils-2.22/gold/freebsd.h b/binutils-2.22/gold/freebsd.h
index 175dd05..3bdedce 100644
--- a/binutils-2.22/gold/freebsd.h
+++ b/binutils-2.22/gold/freebsd.h
@@ -1,6 +1,6 @@
// freebsd.h -- FreeBSD support for gold -*- C++ -*-
-// Copyright 2009, 2011 Free Software Foundation, Inc.
+// Copyright 2009, 2011, 2012 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// 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<elfcpp::ELFOSABI>(osabi));
return ret;
}
-
+
// Recognize two names.
virtual Target*
do_recognize_by_bfd_name(const char* name)