This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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]

The glibc ABI is badly broken.


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.


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