Hi Roland,
Your changes to scripts/versions.awk and scripts/firstversions.awk
break Linux/mips and maybe other targets. Now many generated version
files are now incompatible with the previous versions. For example,
I got
GLIBC_2.2 {
global:
__sigaction;
_Exit;
_IO_2_1_stdin_; _IO_2_1_stdout_; _IO_2_1_stderr_;
in libcc.map on Linux/mips.
H.J.