Site Overlay

GLIBC patch accepted: fix build issue with gcc-5.x

GNU Project

 

Patch accepted. Recent commit f449141 introduced a build failure caused by a compiler warning that is emitted by gcc-5.x. The compiler emits an warning when using sizeof() on array function parameters, and the powerpc internal syscall macros add such a check in sysdep.h. The solution for this is to pass the address of the first array element. Commit 41a4f0d fixes the problem.

by 

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.