daily update
[deliverable/binutils-gdb.git] / gold / descriptors.h
index 6a6ab61be0d655ff31d41b8cf0a839957a2148f9..44c2475087efd734cbeff36a74615b5c1f69f976 100644 (file)
@@ -1,6 +1,6 @@
 // descriptors.h -- manage file descriptors for gold   -*- C++ -*-
 
-// Copyright 2008 Free Software Foundation, Inc.
+// Copyright 2008, 2009 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -69,6 +69,8 @@ class Descriptors
     bool inuse;
     // Whether this is a write descriptor.
     bool is_write;
+    // Whether the descriptor is on the stack.
+    bool is_on_stack;
   };
 
   bool
This page took 0.024722 seconds and 4 git commands to generate.