From: Sriraman Tallam Date: Mon, 21 Jul 2014 18:15:38 +0000 (-0700) Subject: Fix ChangeLog entry: X-Git-Tag: hjl/linux/release/2.24.51.0.4~1^2~10^2~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c16d96edb2d4f586ae2dcd4b10a8083206fa3bd;p=thirdparty%2Fbinutils-gdb.git Fix ChangeLog entry: 2014-07-21 Sriraman Tallam * object.cc (Relobj::is_section_name_included): Add ".rodata.nptl_version" to not garbage collect this section. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index eff24c2bb1e..ebee9f292fd 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,7 +1,7 @@ 2014-07-21 Sriraman Tallam * object.cc (Relobj::is_section_name_included): Add - ".rodata.nptl_version". + ".rodata.nptl_version" to not garbage collect this section. 2014-07-08 Cary Coutant