This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH][gold] compiling gold with libc++ and __stl_hash_string
- From: Ian Lance Taylor <iant at google dot com>
- To: Dimitry Andric <dimitry at andric dot com>
- Cc: Cary Coutant <ccoutant at google dot com>, Jan Voung <jvoung at google dot com>, Binutils <binutils at sourceware dot org>
- Date: Thu, 19 Dec 2013 21:55:08 -0800
- Subject: Re: [PATCH][gold] compiling gold with libc++ and __stl_hash_string
- Authentication-results: sourceware.org; auth=none
- References: <CACfqt7g5oYp2KejMUGfzS_Fu8okKnAgp2jKJNJiH27xuo_t2iA at mail dot gmail dot com> <CAKOQZ8x3cLGAFtF8Jpns=oEcs3UED65091a4tp9r7OAN8N+3tg at mail dot gmail dot com> <CAHACq4p_7t=Zk0hv2z4DGXh78zZJeP5nhOZgsTJ1ExqkdaogKg at mail dot gmail dot com> <600B4E6D-329B-4A0E-AFDE-C2EA6D1F1C58 at andric dot com>
On Thu, Dec 19, 2013 at 3:49 PM, Dimitry Andric <dimitry@andric.com> wrote:
>
> We had almost exactly the same patch for FreeBSD 10/11 (which uses libc++ by default), but with two additional changes:
Thanks. I committed this patch with this ChangeLog entry.
Ian
2013-12-19 Dimitry Andric <dimitry@andric.com>
* stringpool.cc (Stringpool_template::reserve): Add
HAVE_UNORDERED_MAP case.
* stringpool.cc (Stringpool_template::print_stats): Likewise.