aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2015-01-08 08:32:06 -0800
committerRichard Henderson <rth@twiddle.net>2015-01-08 08:32:44 -0800
commitb92058573b4b26ad0700c73d0ba33a796556e7fa (patch)
tree54bc074b0dbafee94742c935e085ed5358e4c0fe /ChangeLog
parent1a0a8d152d9ff65315c3e0f2623ccc2933f7695c (diff)
downloadglibc-b92058573b4b26ad0700c73d0ba33a796556e7fa.zip
glibc-b92058573b4b26ad0700c73d0ba33a796556e7fa.tar.gz
glibc-b92058573b4b26ad0700c73d0ba33a796556e7fa.tar.bz2
Add -Wno-trampolines as needed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71c8298..a979d86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-08 Richard Henderson <rth@redhat.com>
+
+ * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
+ (CFLAGS-tst-execstack-prog.c): Likewise.
+ * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
+
2015-01-08 Chung-Lin Tang <cltang@codesourcery.com>
Sandra Loosemore <sandra@codesourcery.com>
Andrew Jenner <andrew@codesourcery.com>