diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-07-24 21:21:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-07-24 21:21:38 +0000 |
commit | c89ad7289199432c5042995ce790fb61c4f9bd65 (patch) | |
tree | 344e9468a2d2d941068bd6dbdd7170c3a1ba8344 /gold/dynobj.cc | |
parent | 2008-07-24 H.J. Lu <hongjiu.lu@intel.com> (diff) | |
download | binutils-gdb-c89ad7289199432c5042995ce790fb61c4f9bd65.tar.gz binutils-gdb-c89ad7289199432c5042995ce790fb61c4f9bd65.tar.bz2 binutils-gdb-c89ad7289199432c5042995ce790fb61c4f9bd65.zip |
* dynobj.cc (Versions::Versions): Update comment.
Diffstat (limited to 'gold/dynobj.cc')
-rw-r--r-- | gold/dynobj.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gold/dynobj.cc b/gold/dynobj.cc index 349d472417f..54206138ddd 100644 --- a/gold/dynobj.cc +++ b/gold/dynobj.cc @@ -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(); |