glibc 2.18 freeze!
Joseph S. Myers
joseph@codesourcery.com
Thu Jun 13 00:16:00 GMT 2013
On Wed, 12 Jun 2013, Adhemerval Zanella wrote:
> Pushed as 6a97b62a5b4f18aea849d6f4d8de58d1469d2521. I'll fill a GCC bug
> about this issue. I can think some possible solutions:
I'm seeing a build failure on x86_64 (with GCC 4.7) caused by that commit
(confirmed that the build passes as of the previous commit):
readelf -s /home/jsm28/tmp/tmpdir/glibc/build-64/elf/ld.so \
| gawk '($7 ~ /^UND(|EF)$/ && $1 != "0:" && $4 != "REGISTER") { print; p=1 } END { exit p != 0 }'
2: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND __GI_memmove
509: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND __GI_memmove
make[2]: *** [/home/jsm28/tmp/tmpdir/glibc/build-64/elf/ld.so] Error 1
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list