aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-08-17 11:35:42 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-08-17 11:35:42 +0200
commit93a2584cd2ffb2a6e4b17682ba250889059f5d8b (patch)
treef8c1c4c07e55613f1c75d1f023c402336b37391e /ChangeLog
parentf6f275d2d92003fdd53c4fd26c32466f64052b95 (diff)
downloadglibc-93a2584cd2ffb2a6e4b17682ba250889059f5d8b.zip
glibc-93a2584cd2ffb2a6e4b17682ba250889059f5d8b.tar.gz
glibc-93a2584cd2ffb2a6e4b17682ba250889059f5d8b.tar.bz2
Makeconfig (ASFLAGS): Always append required assembler flags
Otherwise, it is impossible to set ASFLAGS differently from CFLAGS without also overriding essential flags such as -Wa,--noexecstack.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8af3025..4552009 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-08-16 Florian Weimer <fweimer@redhat.com>
+
+ * Makeconfig (ASFLAGS): Always append required assembler flags.
+
2018-08-16 Moritz Eckert <m.eckert@cs.ucsb.edu>
* malloc/malloc.c (_int_free): Check for corrupt prev_size vs size.