diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-11-12 23:59:05 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-11-12 23:59:29 +0000 |
commit | f578f97b97c8b46ec85a81a186c55db9c5a3c8cf (patch) | |
tree | 859c69ab6e1a457a8eb893bf3410518c79b143d7 /malloc/alloc_buffer_copy_string.c | |
parent | 9a7c643ac2c21e44d78f98ad9a974ea579bd2003 (diff) | |
download | glibc-f578f97b97c8b46ec85a81a186c55db9c5a3c8cf.tar.gz glibc-f578f97b97c8b46ec85a81a186c55db9c5a3c8cf.tar.xz glibc-f578f97b97c8b46ec85a81a186c55db9c5a3c8cf.zip |
Fix armv7 build with GCC 9.
Similar to the x86_64 build issues, glibc fails to build for armv7 with current mainline GCC because of aliases declared in the course of defining IFUNCs, which copy their attributes from a header declaration, ending up with fewer attributes than the (built-in) string function they alias: the relevant attributes (nonnull, leaf) are present on the header declaration, but elided therefrom when glibc itself if being built (whatever the reasons are for disabling the nonnull and leaf attributes in that case, and whether or not those reasons are actually still valid). This patch fixes the issue similarly to the x86_64 fix, by adding an addition __attribute_copy__ use (in this case, on the definition of arm_libc_ifunc_hidden_def). Tested with build-many-glibcs.py build for armeb-linux-gnueabi-be8. * sysdeps/arm/arm-ifunc.h [SHARED] (arm_libc_ifunc_hidden_def): Use __attribute_copy__ to copy attributes from name.
Diffstat (limited to 'malloc/alloc_buffer_copy_string.c')
0 files changed, 0 insertions, 0 deletions