This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 05ae46ee7a linux: implement ttyname as a wrapper around ttyname_r.
new 310be3cc09 malloc: Make tunable callback functions static
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:
malloc/arena.c | 4 ++--
1 file changed, 2 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 binutils-gdb.
from 476654beaea Add a generic .bss directive for ELF based targets.
new 0d315c88a77 sim: Add bfd include path for common testsuite tools
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:
sim/ChangeLog | 4 ++++
sim/Makefile.in | 3 ++-
sim/testsuite/ChangeLog | 4 ++++
sim/testsuite/common/local.mk | 3 ++-
4 files changed, 12 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 releases/gcc-8
in repository gcc.
from e2979f8687f libcpp: Fix up pragma preprocessing [PR100450]
new 3488242b9a9 aarch64: Fix ICE in final_scan_insn_1 [PR87839]
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/config/aarch64/atomics.md | 2 +-
gcc/testsuite/gcc.target/aarch64/pr87839.c | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr87839.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 glibc.
from 69e0a5eb0d Run $(objpfx)iconvconfig with $(run-program-prefix) [BZ #27477]
new db373e4c57 Remove architecture specific sched_cpucount optimizations
new 903bc7dcc2 linux: Use sched_getaffinity for __get_nprocs (BZ #27645)
new f13fb81ad3 linux: Remove /proc/cpuinfo fallback on alpha and sparc
new 330001202a misc: use _fitoa_word to implement __fd_to_filename.
new 0fb3dadca2 linux: use fd_to_filename instead of _fitoa_word in ttyname_r.
new 05ae46ee7a linux: implement ttyname as a wrapper around ttyname_r.
The 6 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/bits/cpu-set.h | 8 +
include/unistd.h | 4 +-
misc/fd_to_filename.c | 7 +-
posix/sched_cpucount.c | 41 ++--
sysdeps/i386/i686/multiarch/sched_cpucount.c | 1 -
sysdeps/ia64/sched_cpucount.c | 20 --
sysdeps/powerpc/sched_cpucount.c | 22 ---
sysdeps/unix/sysv/linux/alpha/getsysstats.c | 57 ------
sysdeps/unix/sysv/linux/getsysstats.c | 239 +++--------------------
sysdeps/unix/sysv/linux/m68k/getsysstats.c | 37 ----
sysdeps/unix/sysv/linux/microblaze/getsysstats.c | 34 ----
sysdeps/unix/sysv/linux/mips/getsysstats.c | 36 ----
sysdeps/unix/sysv/linux/sparc/getsysstats.c | 55 ------
sysdeps/unix/sysv/linux/ttyname.c | 170 ++--------------
sysdeps/unix/sysv/linux/ttyname_r.c | 10 +-
sysdeps/x86_64/multiarch/sched_cpucount.c | 36 ----
sysdeps/x86_64/sched_cpucount.c | 25 ---
17 files changed, 66 insertions(+), 736 deletions(-)
delete mode 100644 sysdeps/i386/i686/multiarch/sched_cpucount.c
delete mode 100644 sysdeps/ia64/sched_cpucount.c
delete mode 100644 sysdeps/powerpc/sched_cpucount.c
delete mode 100644 sysdeps/unix/sysv/linux/alpha/getsysstats.c
delete mode 100644 sysdeps/unix/sysv/linux/m68k/getsysstats.c
delete mode 100644 sysdeps/unix/sysv/linux/microblaze/getsysstats.c
delete mode 100644 sysdeps/unix/sysv/linux/mips/getsysstats.c
delete mode 100644 sysdeps/unix/sysv/linux/sparc/getsysstats.c
delete mode 100644 sysdeps/x86_64/multiarch/sched_cpucount.c
delete mode 100644 sysdeps/x86_64/sched_cpucount.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 releases/gcc-8
in repository gcc.
from bcc4f85667c aarch64: Fix gcc.target/aarch64/pr99808.c for ILP32
new e2979f8687f libcpp: Fix up pragma preprocessing [PR100450]
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/testsuite/c-c++-common/gomp/pr100450.c | 20 ++++++++++++++++++++
libcpp/lex.c | 1 +
2 files changed, 21 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr100450.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 releases/gcc-9
in repository gcc.
from c9c429cf986 aarch64: Fix gcc.target/aarch64/pr99808.c for ILP32
new ec910efa1f7 libcpp: Fix up pragma preprocessing [PR100450]
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/testsuite/c-c++-common/gomp/pr100450.c | 20 ++++++++++++++++++++
libcpp/lex.c | 1 +
2 files changed, 21 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr100450.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 releases/gcc-10
in repository gcc.
from 8430391f4f9 Daily bump.
new d7c8e626153 libcpp: Fix up pragma preprocessing [PR100450]
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/testsuite/c-c++-common/gomp/pr100450.c | 20 ++++++++++++++++++++
libcpp/lex.c | 1 +
2 files changed, 21 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr100450.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-check_binutils
in repository toolchain/ci/binutils-gdb.
from 990df44330 Automatic date update in version.in
adds 5fbe6f4318 Automatic date update in version.in
adds beaafdf3e2 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-check_binutils
in repository toolchain/ci/base-artifacts.
discards b8bdf2b8 8: update: binutils-990df44330cb07abf8650aff8e6c17f5404a6673: 1
new d61cae37 8: update: binutils-beaafdf3e2040cd8ef1fc85da8a155f6ab28e783: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b8bdf2b8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-chec [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 76 +-
02-prepare_abe/console.log | 150 +-
03-build_abe-binutils/console.log | 15893 ++++++++++-----------
04-build_abe-check_binutils/console.log | 3526 ++---
05-check_regression/console.log | 180 +-
05-check_regression/results.regressions | 4 +-
06-update_baseline/console.log | 814 +-
06-update_baseline/results.regressions | 4 +-
console.log | 22375 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
sumfiles/binutils.log.xz | Bin 39740 -> 39816 bytes
sumfiles/binutils.sum | 2 +-
sumfiles/gas.log.xz | Bin 95140 -> 95056 bytes
sumfiles/gas.sum | 4 +-
sumfiles/ld.log.xz | Bin 116860 -> 116836 bytes
sumfiles/ld.sum | 4 +-
sumfiles/libctf.log.xz | Bin 1516 -> 1520 bytes
sumfiles/libctf.sum | 2 +-
18 files changed, 21522 insertions(+), 21520 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 releases/gcc-11
in repository gcc.
from 3068b39d129 Daily bump.
new 8482ed658ca libcpp: Fix up pragma preprocessing [PR100450]
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/testsuite/c-c++-common/gomp/pr100450.c | 20 ++++++++++++++++++++
libcpp/lex.c | 1 +
2 files changed, 21 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr100450.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.