diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2014-01-21 05:37:45 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-01-21 05:37:45 -0800 |
commit | 40101021d43f0ed6da0fd8ce11267bbcce0dac15 (patch) | |
tree | 053c069a0f01c03006815cf21739cb3870d48bab /bfd | |
parent | 22ef172a21663abb477d72284b4d59c8eabcbb82 (diff) | |
download | gdb-40101021d43f0ed6da0fd8ce11267bbcce0dac15.zip gdb-40101021d43f0ed6da0fd8ce11267bbcce0dac15.tar.gz gdb-40101021d43f0ed6da0fd8ce11267bbcce0dac15.tar.bz2 |
Update comments for the last commit
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/elflink.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/elflink.c b/bfd/elflink.c index 8ba0888..d0006da 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -1087,8 +1087,7 @@ _bfd_elf_merge_symbol (bfd *abfd, /* When we try to create a default indirect symbol from the dynamic definition with the default version, we skip it if its type and - the type of existing regular definition mismatch. We only do it - if the existing regular definition won't be dynamic. */ + the type of existing regular definition mismatch. */ if (pold_alignment == NULL && newdyn && newdef |