* hppa-tdep.c (unwind_command): Use host_address_to_string function
[binutils-gdb.git] / gold / mapfile.h
index ab55c38ea4f738ffbae26687d7f77ff07a4faf57..908a208ed5ce44c9584efe1d602de0f26b36cafe 100644 (file)
@@ -1,6 +1,6 @@
 // mapfile.h -- map file generation for gold   -*- C++ -*-
 
-// Copyright 2008 Free Software Foundation, Inc.
+// Copyright 2008, 2010 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -54,6 +54,11 @@ class Mapfile
   void
   close();
 
+  // Return the underlying file.
+  FILE*
+  file()
+  { return this->map_file_; }
+
   // Report that we are including a member from an archive.  This is
   // called by the archive reading code.
   void