This is the mail archive of the libc-alpha@sourceware.org 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] |
Hi, On 02/09/2015 07:05 PM, Adhemerval Zanella wrote:
Hi all, Since ae20c9a17cd95b6f367209c2a9075587616ceb42 my powerpc builds can not load older binaries using the new loader, although the make check itself does not shows regressions. The main difference is now: $ cat ./csu/abi-tag.h #define __ABI_TAG_OS 1 #ifndef __ABI_TAG_VERSION # define __ABI_TAG_VERSION 0,0,0 #endif Instead of: #define __ABI_TAG_OS 0 #ifndef __ABI_TAG_VERSION # define __ABI_TAG_VERSION 2,0,0 #endif
same issue on s390. Here is an excerpt from config.make: # System configuration. config-machine = s390x config-vendor = ibm config-os = linux-gnu Bye
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |