aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-11-14 01:36:11 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-11-14 01:36:44 +0100
commit8c6c3fb0bceba87045eccadcfa50129ea95a6ebf (patch)
tree4a519dfcd84f45314adc2efc00190225db667a0b /ChangeLog
parent6923f6db1e688dedcf3a6556da76e0bf24a41872 (diff)
downloadglibc-8c6c3fb0bceba87045eccadcfa50129ea95a6ebf.tar.xz
glibc-8c6c3fb0bceba87045eccadcfa50129ea95a6ebf.zip
hurd: Fix build with GCC 9
* sysdeps/mach/hurd/dl-sysdep.c (check_no_hidden): Use __attribute_copy__ to copy attributes from name. Drop static qualifier to avoid warnings about leaf attribute not having effect on static functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 837c167a0b..149f991b70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-11-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * sysdeps/mach/hurd/dl-sysdep.c (check_no_hidden): Use
+ __attribute_copy__ to copy attributes from name. Drop static qualifier
+ to avoid warnings about leaf attribute not having effect on static
+ functions.
+
2018-11-13 Florian Weimer <fweimer@redhat.com>
* malloc/malloc.c (fastbin_push_entry): New function.