This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from df2806cdb5 Support strfromf64x alias.
new 6e70d156c7 Support _Float64x in libm_alias macros.
new 9ae6d171bc Use -mfloat128 for _Float64x tests for powerpc64le.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 27 +++++++++++++++++++++++++++
sysdeps/generic/libm-alias-float128.h | 11 +++++++++--
sysdeps/generic/libm-alias-ldouble.h | 25 ++++++++++++++++++-------
sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h | 23 +++++++++++++++++------
sysdeps/powerpc/powerpc64le/Makefile | 6 +++++-
5 files changed, 76 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 276da9b31b Re-apply "elf: Properly compute offsets of note descriptor a [...]
new 0662b6a7c1 Make strcmp_iw NOT ignore whitespace in the middle of tokens
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/ChangeLog | 20 +++++
gdb/cp-support.c | 178 +++++++++++++++++++++++++++++++++++++++---
gdb/language.c | 2 +-
gdb/utils.c | 233 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
gdb/utils.h | 18 ++++-
5 files changed, 429 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from e547c119d0 (Ada) provide the exception message when hitting an exceptio [...]
new 276da9b31b Re-apply "elf: Properly compute offsets of note descriptor a [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/ChangeLog | 15 +++++++++++++++
bfd/elf.c | 31 +++++++++++++++++++++----------
binutils/ChangeLog | 7 +++++++
binutils/readelf.c | 8 ++++++--
include/ChangeLog | 7 +++++++
include/elf/external.h | 16 ++++++++++++++++
6 files changed, 72 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 0df4fe3557 Support strtof64x, wcstof64x aliases.
new df2806cdb5 Support strfromf64x alias.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 9 +++++++++
stdlib/strfroml.c | 15 ++++++++++++++-
sysdeps/ieee754/float128/strfromf128.c | 13 ++++++++++++-
3 files changed, 35 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from ae7207d033 Support testing _Float64x libm functions.
new 0df4fe3557 Support strtof64x, wcstof64x aliases.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 35 +++++++++++++++++++++++++++++++++
stdlib/strtold.c | 14 +++++++++++++
sysdeps/ieee754/float128/strtof128.c | 17 ++++++++++++++++
sysdeps/ieee754/float128/strtof128_l.c | 15 ++++++++++++++
sysdeps/ieee754/ldbl-128/strtold_l.c | 15 ++++++++++++++
sysdeps/ieee754/ldbl-64-128/strtold_l.c | 15 ++++++++++++++
sysdeps/ieee754/ldbl-96/strtold_l.c | 15 ++++++++++++++
7 files changed, 126 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 9596fc69b1 Make min_of_type_ macros function-like.
new ae7207d033 Support testing _Float64x libm functions.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 4 ++++
math/Makefile | 7 ++++++-
math/{test-float128.h => test-float64x.h} | 22 +++++++++++-----------
3 files changed, 21 insertions(+), 12 deletions(-)
copy math/{test-float128.h => test-float64x.h} (74%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from f5291a6f32 [spu] Fix spu-linux gdbserver build
new 5f1ca24acd Fix issues with gdb-memory-map.dtd
new e547c119d0 (Ada) provide the exception message when hitting an exceptio [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/ChangeLog | 8 ++++
gdb/NEWS | 5 +++
gdb/ada-lang.c | 81 +++++++++++++++++++++++++++++++++++
gdb/doc/ChangeLog | 10 ++++-
gdb/doc/gdb.texinfo | 15 ++++---
gdb/testsuite/ChangeLog | 6 +++
gdb/testsuite/gdb.ada/catch_ex.exp | 8 ++--
gdb/testsuite/gdb.ada/mi_catch_ex.exp | 10 ++---
gdb/testsuite/gdb.ada/mi_ex_cond.exp | 2 +-
9 files changed, 127 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 46453c3cda Define __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod-round [...]
new 9596fc69b1 Make min_of_type_ macros function-like.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 7 +++++++
sysdeps/generic/math_private.h | 15 +++++++++------
2 files changed, 16 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 01e659e711 Fix gen-tgmath-tests.py for _Float64, _Float64x testing.
new 46453c3cda Define __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod-round [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 4 ++++
stdlib/tst-strtod-round-skeleton.c | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 472f3f23ce0 Factor out division by squares
new e27ad1aeb8f PR fortran/81304 * trans-openmp.c (gfc_trans_omp_array_re [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/fortran/ChangeLog | 8 +++++++-
gcc/fortran/trans-openmp.c | 1 +
libgomp/ChangeLog | 5 +++++
libgomp/testsuite/libgomp.fortran/pr81304.f90 | 17 +++++++++++++++++
4 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 libgomp/testsuite/libgomp.fortran/pr81304.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.