This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/20729] glibc-2.24 fails to build for i486 with -Os


https://sourceware.org/bugzilla/show_bug.cgi?id=20729

--- Comment #27 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  0cb9dcc8f226ab5116df42e0e1fff06e10a85b45 (commit)
      from  9032070deaa03431921315f973c548c2c403fecc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0cb9dcc8f226ab5116df42e0e1fff06e10a85b45

commit 0cb9dcc8f226ab5116df42e0e1fff06e10a85b45
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Wed Nov 2 13:01:36 2016 -0400

    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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    8 ++++++++
 resolv/res_send.c |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]