about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2016-11-02 13:01:36 -0400
committerCarlos O'Donell <carlos@redhat.com>2016-11-02 13:01:36 -0400
commit0cb9dcc8f226ab5116df42e0e1fff06e10a85b45 (patch)
tree3b2492a0aa37fc446ef933deb93649f24ce81457 /ChangeLog
parent9032070deaa03431921315f973c548c2c403fecc (diff)
downloadglibc-0cb9dcc8f226ab5116df42e0e1fff06e10a85b45.tar.gz
glibc-0cb9dcc8f226ab5116df42e0e1fff06e10a85b45.tar.xz
glibc-0cb9dcc8f226ab5116df42e0e1fff06e10a85b45.zip
Bug 20729: Fix build failures on ppc64 and other arches.
The changes to fix bug 20729 introduced an error which removed an
ignore diagnostic from -O2 by using the new -Os related macro.
This broke ppc64 builds. This commit fixes the mistake.

Tested on x86, x86_64, ppc64, ppc64le, arm, aarch64, and s390x.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e16451af05..920396a6f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-11-02  Florian Weimer  <fweimer@redhat.com>
+	    Carlos O'Donell  <carlos@redhat.com>
+
+	[Bug #20729]
+	* resolv/res_send.c (send_vc): Revert DIAG_IGNORE_Os_NEEDS_COMMENT
+	change to non -Os related diagnostic.  Use DIAG_IGNORE_Os_NEEDS_COMMENT
+	for -Os related change.
+
 2016-11-01  Steve Ellcey  <sellcey@caviumnetworks.com>
 
 	* stdio-common/tst-printf.c: Ignore -Wformat-length warning.