Ping: [Patch] Make libstdc++'s abi_check more robust against readelf output format

2011-06-02 Thread Simon Baldwin
Ping. On 20 May 2011 17:05, Simon Baldwin sim...@google.com wrote: Make libstdc++'s abi_check more robust against readelf output format. libstdc++-abi/abi_check in the libstdc++-v3 testsuite relies on a fixed number of space separated fields in readelf output.  However, the field count for

Re: Ping: [Patch] Make libstdc++'s abi_check more robust against readelf output format

2011-06-02 Thread Paolo Carlini
Hi, Ping. Did Ian Taylor see this patch? If he likes it, I'm also fine with it. Paolo

Re: Ping: [Patch] Make libstdc++'s abi_check more robust against readelf output format

2011-06-02 Thread Jonathan Wakely
On 2 June 2011 08:55, Simon Baldwin wrote: Index: libstdc++-v3/scripts/extract_symvers.in === --- libstdc++-v3/scripts/extract_symvers.in     (revision 173951) +++ libstdc++-v3/scripts/extract_symvers.in     (working copy) @@

Re: Ping: [Patch] Make libstdc++'s abi_check more robust against readelf output format

2011-06-02 Thread Ian Lance Taylor
On Thu, Jun 2, 2011 at 3:08 AM, Paolo Carlini pcarl...@gmail.com wrote: Hi, Ping. Did Ian Taylor see this patch? If he likes it, I'm also fine with it. I think this patch is fine, with or without Jonathan's suggestion. Ian

[Patch] Make libstdc++'s abi_check more robust against readelf output format

2011-05-20 Thread Simon Baldwin
Make libstdc++'s abi_check more robust against readelf output format. libstdc++-abi/abi_check in the libstdc++-v3 testsuite relies on a fixed number of space separated fields in readelf output. However, the field count for readelf output can vary where the library contains OS or processor

Re: [Patch] Make libstdc++'s abi_check more robust against readelf output format

2011-05-20 Thread Ollie Wild
Ok, for google/integration. Please integrate to google/main and google/gcc-4_6 as well. Ollie On Fri, May 20, 2011 at 10:05 AM, Simon Baldwin sim...@google.com wrote: Make libstdc++'s abi_check more robust against readelf output format. libstdc++-abi/abi_check in the libstdc++-v3 testsuite

Re: [Patch] Make libstdc++'s abi_check more robust against readelf output format

2011-05-20 Thread Paul Pluzhnikov
On Fri, May 20, 2011 at 8:10 AM, Ollie Wild a...@google.com wrote: Ok, for google/integration.  Please integrate to google/main and google/gcc-4_6 as well. Done: r173959, r173960, r173961. Thanks, -- Paul Pluzhnikov