This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: New C++ ABI baseline files committed to mainline and 3.3


On Tue, Jun 24, 2003 at 12:58:03PM -0500, B. Kosnik wrote:
> 
> ${readelf} ${lib} | sed '/\.dynsym/,/^$/p;d' | egrep -v ' (LOCAL|UND) ' |\
> awk '{ if ($4 == "FUNC" || $4 == "NOTYPE")
>          printf "%s:%s\n", $4, $8;
>        else if ($4 == "OBJECT")
>          printf "%s:%s:%s\n", $4, $3, $8;
>      }' | sort | uniq > $tmp 2>&1
> 
> Is not producing a sorted output file. Can't figure it out.

I'm not able to reproduce this.  For me, sorting the output file produces
the same text as the output file.  (GNU sort 5.0)

(I have found a couple of minor nits in the testsuite/Makefile.am which
I'll fix later, hopefully along with whatever is causing this.)

Thoughts?


Phil


-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]