Re: [patch]r246028, libcxxrt's Version.map is broken

2013-02-03 Thread Dimitry Andric
On 2013-02-01 16:28, Yamaya Takashi wrote: On 2013/02/01 08:03, Yamaya Takashi wrote: After r246028, make buildworld with -stdlib=libc++ -std=c++11 is failed. libcxxrt's Version.map is broken, because some needed symbols are removed. Add missing symbol and refine. Thank you very much. I have

Re: [patch]r246028, libcxxrt's Version.map is broken

2013-02-01 Thread Yamaya Takashi
Add missing symbol and refine. On 2013/02/01 08:03, Yamaya Takashi wrote: > Hi > > After r246028, make buildworld with -stdlib=libc++ -std=c++11 is failed. > libcxxrt's Version.map is broken, because some needed symbols are removed. > > > > > ___ > freeb

Re: [patch]r246028, libcxxrt's Version.map is broken

2013-02-01 Thread David Chisnall
Looks good to me. I probably won't have time to do adequate testing until next week (just about to leave for FOSDEM), but I'm perfectly happy for someone else to do it before then. David On 31 Jan 2013, at 23:03, Yamaya Takashi wrote: > Hi > > After r246028, make buildworld with -stdlib=libc

[patch]r246028, libcxxrt's Version.map is broken

2013-01-31 Thread Yamaya Takashi
Hi After r246028, make buildworld with -stdlib=libc++ -std=c++11 is failed. libcxxrt's Version.map is broken, because some needed symbols are removed. Index: lib/libcxxrt/Version.map === --- lib/libcxxrt/Version.map (revision 246142