This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch google/grte/v5-2.27/master updated. glibc-2.27-40-gcbed392


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, google/grte/v5-2.27/master has been updated
       via  cbed3922de9400b348d18e856550cc259896cace (commit)
       via  357524c07e92370a0fc755d4592e0082e52edff3 (commit)
       via  b20dc55e0adfddf1f6b2e024fbfa0d3a1c4b1dfe (commit)
       via  5756f8227e00815727740c79fa79c0aa3997fe1c (commit)
       via  3a7215f0eaaf6ad015da747f632d177a03121a3b (commit)
       via  9a54bf0a7a990c16d208ad62def4258fc28327d1 (commit)
       via  dc0aceae66b013c8ae16eabc3427767a72b37638 (commit)
      from  fb28b6671ac7825ec68984223052f5f3de04bf3b (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 -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=cbed3922de9400b348d18e856550cc259896cace

commit cbed3922de9400b348d18e856550cc259896cace
Merge: fb28b66 357524c
Author: Stan Shebs <stanshebs@google.com>
Date:   Wed Feb 7 14:36:08 2018 -0800

    Merge remote-tracking branch 'origin/shebs/clangify' into local-v5
    
    * origin/shebs/clangify:
      Use clang integrated assembler except when asm is output and not required to be valid
      Add workaround to get clang to accept avx-512 instructions
      Work around clang assembler error with bnd by itself on a line
      Work around clang assembler error with movzx
      Work around clang assembler bug with expressions in .if
      Work around lack of .tfloat in clang assembler


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

Summary of changes:
 Makeconfig                            |    5 -----
 Makerules                             |   10 ++++++++--
 sysdeps/x86_64/Makefile               |    7 +++++++
 sysdeps/x86_64/dl-trampoline.S        |    3 ++-
 sysdeps/x86_64/fpu/s_log1pl.S         |    6 ++++++
 sysdeps/x86_64/fpu/svml_d_exp_data.S  |    3 +++
 sysdeps/x86_64/fpu/svml_d_exp_data.h  |    6 ++++++
 sysdeps/x86_64/fpu/svml_d_log_data.S  |   15 +++++++++++++++
 sysdeps/x86_64/fpu/svml_d_log_data.h  |    3 +++
 sysdeps/x86_64/fpu/svml_d_pow_data.S  |   15 +++++++++++++++
 sysdeps/x86_64/fpu/svml_d_pow_data.h  |    6 ++++++
 sysdeps/x86_64/fpu/svml_d_trig_data.h |    6 ++++++
 sysdeps/x86_64/fpu/svml_s_expf_data.h |    3 +++
 sysdeps/x86_64/fpu/svml_s_logf_data.S |    9 +++++++++
 sysdeps/x86_64/fpu/svml_s_logf_data.h |    3 +++
 sysdeps/x86_64/fpu/svml_s_powf_data.S |   18 ++++++++++++++++++
 sysdeps/x86_64/fpu/svml_s_powf_data.h |    6 ++++++
 sysdeps/x86_64/fpu/svml_s_trig_data.h |    3 +++
 sysdeps/x86_64/strcmp.S               |    5 +++--
 19 files changed, 122 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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