Re: [patch libstdc++]: Fix PR/51673

2012-01-09 Thread Benjamin Kosnik
This is ok, but I realized that some of the newer CXXABI symbols were missing, so I added them as well and then checked all of this in. See attached patch. best, Benjamin 2012-01-09 Kai Tietz PR libstc++/51673 part 2 * config/abi/pre/gnu-versioned-namespace.ver: Adjusted new/delete operato

Ping^2: Re: [patch libstdc++]: Fix PR/51673

2012-01-09 Thread Kai Tietz
Ping 2012/1/5 Kai Tietz : > Ping! > > 2012/1/2 Paolo Carlini : >> Hi, >> >>> Hello, >>> >>> additionally to the suggested patch by Pawel Sikora, I added the >>> adjustments for mt-allocator to it too. >>> >>> ChangeLog >>> >>> 2012-01-01  Kai Tietz >>> >>>         PR libstc++/51673 >>>       * con

Re: [patch libstdc++]: Fix PR/51673

2012-01-05 Thread Kai Tietz
Ping! 2012/1/2 Paolo Carlini : > Hi, > >> Hello, >> >> additionally to the suggested patch by Pawel Sikora, I added the >> adjustments for mt-allocator to it too. >> >> ChangeLog >> >> 2012-01-01  Kai Tietz >> >>         PR libstc++/51673 >>       * config/abi/pre/gnu-versioned-namespace.ver: Adju

Re: [patch libstdc++]: Fix PR/51673

2012-01-01 Thread Paolo Carlini
Hi, Hello, additionally to the suggested patch by Pawel Sikora, I added the adjustments for mt-allocator to it too. ChangeLog 2012-01-01 Kai Tietz PR libstc++/51673 * config/abi/pre/gnu-versioned-namespace.ver: Adjusted new/delete operators signature for LLP64 size_t,

[patch libstdc++]: Fix PR/51673

2012-01-01 Thread Kai Tietz
Hello, additionally to the suggested patch by Pawel Sikora, I added the adjustments for mt-allocator to it too. ChangeLog 2012-01-01 Kai Tietz PR libstc++/51673 * config/abi/pre/gnu-versioned-namespace.ver: Adjusted new/delete operators signature for LLP64 size_t, and adj