From 0cb9dcc8f226ab5116df42e0e1fff06e10a85b45 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Wed, 2 Nov 2016 13:01:36 -0400 Subject: 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e16451a..920396a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2016-11-02 Florian Weimer + Carlos O'Donell + + [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 * stdio-common/tst-printf.c: Ignore -Wformat-length warning. -- cgit v1.1