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 5077bff Set debug registers on all threads belonging to the current i [...]
new 5e866f5 Fix Thumb-2 BL detection
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 | 10 ++++++++++
bfd/elf32-arm.c | 30 ++++++++++++++++++++++++------
ld/ChangeLog | 7 +++++++
ld/testsuite/ld-arm/arm-elf.exp | 5 ++++-
ld/testsuite/ld-arm/thumb2-bl.d | 2 +-
ld/testsuite/ld-arm/thumb2-bl.s | 1 -
6 files changed, 46 insertions(+), 9 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 gcc.
from 4ce6622 check initializer to be zero in .bss-like sections
new 5a25e33 PR fortran/71717 * trans-openmp.c (gfc_omp_privatize_by_ref [...]
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 | 6 ++++++
gcc/fortran/trans-openmp.c | 1 +
libgomp/ChangeLog | 5 +++++
libgomp/testsuite/libgomp.fortran/associate3.f90 | 20 ++++++++++++++++++++
4 files changed, 32 insertions(+)
create mode 100644 libgomp/testsuite/libgomp.fortran/associate3.f90
--
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 gcc-6-branch
in repository gcc.
from 1ffa778 * config/arm/arm.c (arm_function_ok_for_sibcall): Add anothe [...]
new 1dfada4 gcc/ChangeLog:
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/ChangeLog | 20 +++++++++++++++++
gcc/config/rs6000/altivec.h | 3 +++
gcc/config/rs6000/altivec.md | 20 +++++++++++++++++
gcc/config/rs6000/rs6000-builtin.def | 8 +++++++
gcc/config/rs6000/rs6000-c.c | 7 ++++++
gcc/doc/extend.texi | 36 ++++++++++++++++++++++++++++---
gcc/testsuite/ChangeLog | 10 +++++++++
gcc/testsuite/gcc.target/powerpc/vslv-0.c | 15 +++++++++++++
gcc/testsuite/gcc.target/powerpc/vslv-1.c | 15 +++++++++++++
gcc/testsuite/gcc.target/powerpc/vsrv-0.c | 15 +++++++++++++
gcc/testsuite/gcc.target/powerpc/vsrv-1.c | 15 +++++++++++++
11 files changed, 161 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vslv-0.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vslv-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsrv-0.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsrv-1.c
--
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 newlib.
from e27cfa4 Restore mingw64-x86_64-gcc-core in FAQ listing required packages
new 29600e0 Make sure to use the Winsock definition of FIONREAD in ioctls [...]
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:
winsup/cygwin/fhandler_socket.cc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
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 98a4fc7 Fix potential buffer overflows with sprintf and very large in [...]
new a3405d1 Consolidate x86 debug register code for BSD native targets.
new 5077bff Set debug registers on all threads belonging to the current i [...]
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 | 65 ++++++++++++++++
gdb/Makefile.in | 2 +-
gdb/amd64bsd-nat.c | 90 ++--------------------
gdb/amd64bsd-nat.h | 38 ----------
gdb/amd64fbsd-nat.c | 33 +--------
gdb/config/i386/fbsd.mh | 4 +-
gdb/config/i386/fbsd64.mh | 2 +-
gdb/config/i386/nbsd64.mh | 2 +-
gdb/config/i386/nbsdelf.mh | 2 +-
gdb/config/i386/obsd.mh | 2 +-
gdb/config/i386/obsd64.mh | 2 +-
gdb/i386bsd-nat.c | 95 ++----------------------
gdb/i386bsd-nat.h | 15 ----
gdb/i386fbsd-nat.c | 18 +----
gdb/x86bsd-nat.c | 156 +++++++++++++++++++++++++++++++++++++++
gdb/{obsd-nat.h => x86bsd-nat.h} | 18 +++--
16 files changed, 261 insertions(+), 283 deletions(-)
delete mode 100644 gdb/amd64bsd-nat.h
create mode 100644 gdb/x86bsd-nat.c
copy gdb/{obsd-nat.h => x86bsd-nat.h} (69%)
--
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 clang.
from 3621b41 Add forgotten test to r274348.
new f977805 [OpenMP] Issue warning if a simd construct nested inside anot [...]
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:
include/clang/Basic/DiagnosticSemaKinds.td | 3 +++
lib/Sema/SemaOpenMP.cpp | 16 +++++++++------
test/OpenMP/nesting_of_regions.cpp | 32 ++++++++++++++++++++++++------
3 files changed, 39 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 f43cb35 Require binutils 2.24 to build x86-64 glibc [BZ #20139]
new 2cbec36 SPARC: fix nearbyint on sNaN input
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 | 16 ++++++++++++++++
.../sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S | 1 +
.../sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S | 1 +
sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S | 1 +
sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S | 1 +
sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S | 1 +
sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S | 1 +
sysdeps/sparc/sparc64/fpu/s_nearbyint.S | 1 +
sysdeps/sparc/sparc64/fpu/s_nearbyintf.S | 1 +
9 files changed, 24 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 ee9730c gcc/ChangeLog:
new 4ce6622 check initializer to be zero in .bss-like sections
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/ChangeLog | 5 +++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/bss.c | 8 ++++++++
gcc/varasm.c | 13 ++++++++++++-
4 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/bss.c
--
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 llvm.
from b5755a8 [ARM] Refactor Thumb2 mul instruction descs
new e612411 [CMake] Add LLVM_BUILD_32_BITS to LLVMConfig.cmake
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:
cmake/modules/LLVMConfig.cmake.in | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.