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 hjl/ifunc/test updated. glibc-2.16-ports-merge-445-g5e5aafb


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, hjl/ifunc/test has been updated
       via  5e5aafb29847ce627113e25288dea45b34bb1ff1 (commit)
       via  d032e0d29b6ed9d3844916ada0ead19c3190ff9a (commit)
       via  c8cb2a522493dc4a2d7f41694b00274eea2f5782 (commit)
       via  b87c4b24d97321ef2f2da357f8fcf11f1f61e3dc (commit)
       via  22bf5c179315edd33b8399102ea3cfbf92b4807f (commit)
       via  6d3bf1993190edc502d01e8ca42c4482b20a5b6c (commit)
       via  203e56032f77d0b36701deaee360e9cdda35d54e (commit)
       via  9fab36eb583c0e585e83a01253299afed9ea9a11 (commit)
       via  2b4f00d1a42b705521ca205ad8285dde82d84f2b (commit)
       via  57c69bef13298a3fbcedebf4c5fcecc690b75efb (commit)
       via  9a9028b1fe1519262fcbf0b7ede708d4ebbffbd7 (commit)
       via  94b32c39127967ea58adac3d737a1e5d6116fb77 (commit)
       via  15055a1cd7e2c249093a5f6d57eca817767d8b85 (commit)
       via  2d48610df228ee55736f0ad965d28fa1d82ebe2e (commit)
       via  27ed6484ecc852cf9a85a4e9202c6f63b8bcd568 (commit)
       via  189e935bf8d51688e28f4271ca91b5c6f6ce629c (commit)
       via  9e5757f801a5904d370a83e93c42a9b8fa065e01 (commit)
       via  620f3d26702ceff24c9d3432ea69ece893247d24 (commit)
       via  ced6f16ee919d12725840d43d007f1cfd67118df (commit)
       via  a9f8e53a5b14ba481999ded036b025554ea06362 (commit)
      from  223813fbe5011255e8625a8a7914685d1e2e1233 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                        |  180 +++++++
 Makeconfig                                       |   49 ++-
 NEWS                                             |   12 +-
 catgets/Makefile                                 |    4 +-
 catgets/test-gencat.sh                           |    5 +-
 elf/Makefile                                     |    2 +-
 elf/tst-pathopt.sh                               |    5 +-
 grp/Makefile                                     |    2 +-
 grp/tst_fgetgrent.sh                             |    5 +-
 iconvdata/Makefile                               |    4 +-
 iconvdata/run-iconv-test.sh                      |    5 +-
 intl/Makefile                                    |   12 +-
 intl/tst-gettext.sh                              |    5 +-
 intl/tst-gettext2.sh                             |    5 +-
 intl/tst-gettext4.sh                             |    5 +-
 intl/tst-gettext6.sh                             |    5 +-
 intl/tst-translit.sh                             |    5 +-
 io/Makefile                                      |    4 +-
 io/ftwtest-sh                                    |   19 +
 libio/Makefile                                   |    4 +-
 libio/fileops.c                                  |    4 +-
 libio/libio.h                                    |   12 +-
 libio/libioP.h                                   |    4 +-
 libio/test-freopen.sh                            |    5 +-
 localedata/ChangeLog                             |   18 +
 localedata/Makefile                              |   25 +-
 localedata/gen-locale.sh                         |    5 +-
 localedata/sort-test.sh                          |   19 +
 localedata/tst-ctype.sh                          |    5 +-
 localedata/tst-fmon.sh                           |    5 +-
 localedata/tst-langinfo.sh                       |    5 +-
 localedata/tst-locale.sh                         |    5 +-
 localedata/tst-mbswcs.sh                         |    5 +-
 localedata/tst-numeric.sh                        |    5 +-
 localedata/tst-rpmatch.sh                        |    4 +-
 localedata/tst-trans.sh                          |    5 +-
 localedata/tst-wctype.sh                         |    5 +-
 malloc/Makefile                                  |    2 +-
 malloc/arena.c                                   |   19 +-
 malloc/tst-mtrace.sh                             |    5 +-
 math/Makefile                                    |    2 +-
 math/libm-test.inc                               |  120 +++++
 math/s_ccosh.c                                   |   20 +-
 math/s_ccoshf.c                                  |   20 +-
 math/s_ccoshl.c                                  |   20 +-
 math/s_cexp.c                                    |   20 +-
 math/s_cexpf.c                                   |   20 +-
 math/s_cexpl.c                                   |   20 +-
 math/s_clog.c                                    |   13 +
 math/s_clog10.c                                  |   13 +
 math/s_clog10f.c                                 |   13 +
 math/s_clog10l.c                                 |   13 +
 math/s_clogf.c                                   |   13 +
 math/s_clogl.c                                   |   13 +
 math/s_csin.c                                    |   20 +-
 math/s_csinf.c                                   |   20 +-
 math/s_csinh.c                                   |   20 +-
 math/s_csinhf.c                                  |   20 +-
 math/s_csinhl.c                                  |   20 +-
 math/s_csinl.c                                   |   20 +-
 math/s_ctan.c                                    |   11 +-
 math/s_ctanf.c                                   |   10 +-
 math/s_ctanh.c                                   |   11 +-
 math/s_ctanhf.c                                  |   10 +-
 math/s_ctanhl.c                                  |   11 +-
 math/s_ctanl.c                                   |   11 +-
 nptl/ChangeLog                                   |   14 +
 nptl/Makefile                                    |    4 +-
 nptl/sysdeps/x86_64/tls.h                        |    4 +-
 nptl/tst-tls6.sh                                 |   21 +-
 ports/ChangeLog.ia64                             |   10 +
 ports/sysdeps/ia64/Makeconfig                    |    2 +
 ports/sysdeps/ia64/fpu/fegetround.c              |   10 +-
 ports/sysdeps/ia64/fpu/get-rounding-mode.h       |   37 ++
 ports/sysdeps/tile/sysdep.h                      |    4 +-
 posix/Makefile                                   |    8 +-
 posix/glob.c                                     |   10 +-
 posix/globtest.sh                                |   19 +
 posix/tst-getconf.sh                             |   19 +
 posix/wordexp-tst.sh                             |   21 +-
 stdio-common/Makefile                            |   10 +-
 stdio-common/printf_fphex.c                      |   40 +-
 stdio-common/tst-printf-round.c                  |  124 +++++
 stdio-common/tst-printf.sh                       |    5 +-
 stdio-common/tst-unbputc.sh                      |    5 +-
 stdlib/Makefile                                  |    4 +-
 stdlib/tst-fmtmsg.sh                             |    5 +-
 sysdeps/generic/_G_config.h                      |    7 -
 sysdeps/generic/malloc-sysdep.h                  |   25 +
 sysdeps/generic/math_private.h                   |    7 +
 sysdeps/gnu/_G_config.h                          |    7 -
 sysdeps/i386/fpu/libm-test-ulps                  |  150 +++++-
 sysdeps/i386/i686/fpu/multiarch/Makefile         |    3 +-
 sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S |  586 ++++++++++++++++++++++
 sysdeps/i386/i686/fpu/multiarch/s_sincosf.c      |   29 ++
 sysdeps/ieee754/dbl-64/x2y2m1.c                  |  111 ++++
 sysdeps/ieee754/dbl-64/x2y2m1f.c                 |   32 ++
 sysdeps/ieee754/flt-32/s_sincosf.c               |   10 +-
 sysdeps/ieee754/ldbl-128/x2y2m1l.c               |  111 ++++
 sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c            |  128 +++++
 sysdeps/ieee754/ldbl-96/x2y2m1.c                 |   39 ++
 sysdeps/ieee754/ldbl-96/x2y2m1l.c                |  111 ++++
 sysdeps/mach/hurd/_G_config.h                    |    7 -
 sysdeps/unix/sysv/linux/malloc-sysdep.h          |   57 +++
 sysdeps/x86_64/Makefile                          |    2 +-
 sysdeps/x86_64/fpu/libm-test-ulps                |  167 ++++++-
 sysdeps/x86_64/fpu/s_sincosf.S                   |  558 ++++++++++++++++++++
 sysdeps/x86_64/tst-xmmymm.sh                     |   20 +
 108 files changed, 3295 insertions(+), 251 deletions(-)
 create mode 100644 ports/sysdeps/ia64/Makeconfig
 create mode 100644 ports/sysdeps/ia64/fpu/get-rounding-mode.h
 create mode 100644 sysdeps/generic/malloc-sysdep.h
 create mode 100644 sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S
 create mode 100644 sysdeps/i386/i686/fpu/multiarch/s_sincosf.c
 create mode 100644 sysdeps/ieee754/dbl-64/x2y2m1.c
 create mode 100644 sysdeps/ieee754/dbl-64/x2y2m1f.c
 create mode 100644 sysdeps/ieee754/ldbl-128/x2y2m1l.c
 create mode 100644 sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c
 create mode 100644 sysdeps/ieee754/ldbl-96/x2y2m1.c
 create mode 100644 sysdeps/ieee754/ldbl-96/x2y2m1l.c
 create mode 100644 sysdeps/unix/sysv/linux/malloc-sysdep.h
 create mode 100644 sysdeps/x86_64/fpu/s_sincosf.S


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]