* dynobj.cc (Versions::Versions): Update comment.
authorIan Lance Taylor <ian@airs.com>
Thu, 24 Jul 2008 21:21:38 +0000 (21:21 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 24 Jul 2008 21:21:38 +0000 (21:21 +0000)
gold/ChangeLog
gold/dynobj.cc

index 8f4d3f900515f708fd75739108dd3b18a712b7dc..517f9216d64b1dff20c6907883da5fd8847247ed 100644 (file)
@@ -1,5 +1,7 @@
 2008-07-24  Ian Lance Taylor  <iant@google.com>
 
+       * dynobj.cc (Versions::Versions): Update comment.
+
        * dynobj.cc (Versions::Versions): If there is an soname, use it as
        the base version name.
 
index 349d472417ff0a20d1e015d54d8bd9be6cb6862e..54206138dddac901ff0209295253d34e42fba108 100644 (file)
@@ -1305,12 +1305,9 @@ Versions::Versions(const Version_script_info& version_script,
   : defs_(), needs_(), version_table_(),
     is_finalized_(false), version_script_(version_script)
 {
-  // We always need a base version, so define that first. Nothing
+  // We always need a base version, so define that first.  Nothing
   // explicitly declares itself as part of base, so it doesn't need to
   // be in version_table_.
-  // FIXME: Should use soname here when creating a shared object. Is
-  // this fixme still valid? It looks like it's doing the right thing
-  // to me.
   if (parameters->options().shared())
     {
       const char* name = parameters->options().soname();
This page took 0.030438 seconds and 4 git commands to generate.