This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: PATCH: New C++ ABI baseline files committed to mainline and 3.3
In article <20030624125803.07dc8fe6.bkoz@nabi.net>,
"B. Kosnik" <bkoz@nabi.net> writes:
> Sadly, these baseline files are not sorted. For some reason,
The new ones I added or others? The new ones I added appear sorted on
both FreeBSD4 and RH 6.1 using 'sort -c'. Yours appear disordered...
On RH 9, yours appear ordered and mine appear disordered. Oh wait, if
I add `export LANG=C', then mine looked sorted as dictated by
libstdc++-v3/scripts/extract_symvers (well, it used LC_ALL). What is
the problem? Other than that fixed by someone resorting the errant
checkins (wasn't there at least one shipping version of Linux from at
least one vendor that failed to properly honor LC_ALL/LANG in various
shell utils due to a simple bug that was corrected in a later release).
I proposed that the following be resorted:
sort: disorder on ./abi/alpha-linux-gnu/baseline_symbols.txt
sort: disorder on ./abi/i486-linux-gnu/baseline_symbols.txt
sort: disorder on ./abi/ia64-linux-gnu/baseline_symbols.txt
> Yay, this is (mostly) good news. Please keep me in the loop about ABI
> issues on FreeBSD, even if the moment it's for our own amusement
> as the FreeBSD distros haven't really taken advantage of this key
> feature.
OK. I shall continue the good fight.