* descriptors.cc (Descriptors::open): Report correct name in error
authorIan Lance Taylor <ian@airs.com>
Wed, 14 Jul 2010 10:38:59 +0000 (10:38 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 14 Jul 2010 10:38:59 +0000 (10:38 +0000)
message.

gold/ChangeLog
gold/descriptors.cc

index 4f5833b..ac910cd 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-14  Ian Lance Taylor  <iant@google.com>
+
+       * descriptors.cc (Descriptors::open): Report correct name in error
+       message.
+
 2010-07-13  Doug Kwan  <dougkwan@google.com>
 
        * arm.cc (Arm_input_section::Arm_input_section): For a
index f4a02d0..db8ad67 100644 (file)
@@ -113,8 +113,7 @@ Descriptors::open(int descriptor, const char* name, int flags, int mode)
              {
                Hold_lock hl(*this->lock_);
 
-               gold_error(_("file %s was removed during the link"),
-                          this->open_descriptors_[descriptor].name);
+               gold_error(_("file %s was removed during the link"), name);
              }
 
              errno = ENOENT;