* options.cc: Include "demangle.h".
[deliverable/binutils-gdb.git] / gold / fileread.h
index 2a9e797fc6bdfeccf177f50a1ba4b684d0a97072..3d59f4feb752f7bcada7ba664b4a0eb9a325e069 100644 (file)
@@ -1,6 +1,6 @@
 // fileread.h -- read files for gold   -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -426,6 +426,11 @@ class Input_file
   Input_file(const Input_file&);
   Input_file& operator=(const Input_file&);
 
+  // Open a binary file.
+  bool
+  open_binary(const General_options&, const Task* task,
+             const std::string& name);
+
   // The argument from the command line.
   const Input_file_argument* input_argument_;
   // The name under which we opened the file.  This is like the name
This page took 0.023807 seconds and 4 git commands to generate.