elf32-arm.c (elf32_arm_tls_relax): Note fixme pointed out by AlanM
[deliverable/binutils-gdb.git] / gold / mapfile.h
index e2cf08555870b7672bcb4c594f90ae4ae6b8ffe4..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,10 +54,15 @@ 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
-  report_include_archive_member(const Archive*, const std::string& member_name,
+  report_include_archive_member(const std::string& member_name,
                                const Symbol* sym, const char* why);
 
   // Report allocating a common symbol.
This page took 0.024021 seconds and 4 git commands to generate.