This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main
in repository newlib.
from 0a22adf7e Cygwin: drop unnecessary inclusion of spinlock.h
new c79954439 Cygwin: Fix compatibility with GCC 15
new 48b189245 Cygwin: sched_setscheduler: accept SCHED_OTHER, SCHED_FIFO an [...]
new 757424f74 Cygwin: doc: document sched_setpolicy(2) and priority mapping
new 61c2f075c Cygwin: sched_setscheduler: accept SCHED_IDLE
The 4 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:
newlib/libc/include/sys/sched.h | 4 +
winsup/cygwin/fork.cc | 1 +
winsup/cygwin/libc/fts.c | 3 +-
winsup/cygwin/libc/inet_network.c | 3 +-
winsup/cygwin/local_includes/miscfuncs.h | 2 +-
winsup/cygwin/local_includes/pinfo.h | 4 +-
winsup/cygwin/miscfuncs.cc | 23 +++--
winsup/cygwin/pinfo.cc | 1 +
winsup/cygwin/release/3.6.0 | 10 ++
winsup/cygwin/sched.cc | 127 ++++++++++++++++---------
winsup/cygwin/spawn.cc | 1 +
winsup/cygwin/syscalls.cc | 19 ++--
winsup/doc/posix.xml | 34 ++++++-
winsup/testsuite/libltp/include/test.h | 2 +-
winsup/testsuite/libltp/include/usctest.h | 2 +-
winsup/testsuite/libltp/include/write_log.h | 2 +-
winsup/testsuite/libltp/lib/dataascii.c | 24 ++---
winsup/testsuite/libltp/lib/databin.c | 24 ++---
winsup/testsuite/libltp/lib/datapid.c | 24 ++---
winsup/testsuite/libltp/lib/forker.c | 16 ++--
winsup/testsuite/libltp/lib/parse_opts.c | 20 ++--
winsup/testsuite/libltp/lib/pattern.c | 26 ++---
winsup/testsuite/libltp/lib/search_path.c | 11 ++-
winsup/testsuite/libltp/lib/str_to_bytes.c | 9 +-
winsup/testsuite/libltp/lib/string_to_tokens.c | 2 +-
winsup/testsuite/libltp/lib/tst_res.c | 2 -
winsup/testsuite/libltp/lib/tst_sig.c | 4 +-
winsup/testsuite/libltp/lib/write_log.c | 48 +++++-----
28 files changed, 275 insertions(+), 173 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 c719eb2872a gdbserver: make thread_target_data a method of thread_info
new 0225ef62555 [gdb/build] Fix build breaker on mingw-w64
new cf8d35f8d73 [gdb/tdep] Remove includes of gdbsupport/common-defs.h
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/config.in | 3 ---
gdb/configure | 1 -
gdb/configure.ac | 1 -
gdb/nat/loongarch-hw-point.c | 1 -
gdb/nat/loongarch-linux-hw-point.c | 1 -
gdb/nat/loongarch-linux.c | 1 -
gdbsupport/config.in | 6 ++++++
gdbsupport/configure | 16 ++++++++++++++++
gdbsupport/configure.ac | 5 +++++
gdbsupport/eintr.h | 4 ++++
10 files changed, 31 insertions(+), 8 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 c7e0511ae4f gdb, testsuite: fix TCL error in 'gdb.base/structs.exp'
new ffa5bea793a gdbserver: remove macro get_lwp_thread
new ceb0ae8d4dd gdbserver: make get_thread_lwp a function
new 489b56a30c4 gdbserver: make thread_regcache_data / set_thread_regcache_ [...]
new c719eb2872a gdbserver: make thread_target_data a method of thread_info
The 4 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:
gdbserver/gdbthread.h | 18 ++++++---
gdbserver/inferiors.cc | 18 ---------
gdbserver/inferiors.h | 4 --
gdbserver/linux-arm-low.cc | 2 +-
gdbserver/linux-low.cc | 91 ++++++++++++++++++++++-----------------------
gdbserver/linux-low.h | 7 +++-
gdbserver/linux-mips-low.cc | 2 +-
gdbserver/linux-ppc-low.cc | 2 +-
gdbserver/linux-x86-low.cc | 6 +--
gdbserver/proc-service.cc | 2 +-
gdbserver/regcache.cc | 14 +++----
gdbserver/win32-i386-low.cc | 6 +--
gdbserver/win32-low.cc | 8 ++--
13 files changed, 82 insertions(+), 98 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 5598aa81c93 sched1: debug/model: dump predecessor list and BB num [NFC]
new 68aefc6988d libgdiagnostics: documentation tweaks
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/doc/libgdiagnostics/topics/execution-paths.rst | 2 +-
gcc/doc/libgdiagnostics/topics/fix-it-hints.rst | 2 +-
gcc/doc/libgdiagnostics/tutorial/01-hello-world.rst | 2 +-
gcc/doc/libgdiagnostics/tutorial/02-physical-locations.rst | 2 +-
gcc/doc/libgdiagnostics/tutorial/04-notes.rst | 4 ++--
gcc/doc/libgdiagnostics/tutorial/06-fix-it-hints.rst | 3 ++-
gcc/doc/libgdiagnostics/tutorial/07-execution-paths.rst | 2 +-
7 files changed, 9 insertions(+), 8 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 2b75fe3708f AVR: ad target/84211 - Fix dumping INSN_UID for null insn.
new 7bef3482f27 sched1: parameterize pressure scheduling spilling aggressiv [...]
new 5598aa81c93 sched1: debug/model: dump predecessor list and BB num [NFC]
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:
gcc/config/riscv/riscv.cc | 4 +++
gcc/doc/invoke.texi | 10 ++++++
gcc/haifa-sched.cc | 42 +++++++++++++++-------
gcc/params.opt | 4 +++
gcc/sched-rgn.cc | 14 ++++++--
gcc/testsuite/gcc.target/riscv/riscv.exp | 2 ++
.../gcc.target/riscv/sched1-spills/spill1.cpp | 32 +++++++++++++++++
7 files changed, 93 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/sched1-spills/spill1.cpp
--
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 15f5972e16e contrib: Fix 2 bugs in check-params-in-docs.py
new 2b75fe3708f AVR: ad target/84211 - Fix dumping INSN_UID for null insn.
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/avr/avr-passes.cc | 7 ++++---
1 file changed, 4 insertions(+), 3 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 3c19a8245 Add entry 0ae0af68d8fa3bf6cbe1e4f1de5929ff71de67b3 from https [...]
new 5f5c374a8 Add entry 0ae0af68d8fa3bf6cbe1e4f1de5929ff71de67b3 from https [...]
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:
.../jira/description | 4 +++
.../jira/summary | 2 +-
.../jira/yaml | 6 +++-
.../status-summary.txt | 2 +-
.../status.txt | 4 +++
.../tcwg_glibc_check/master-arm/details.txt | 38 +++++++---------------
.../reproduction_instructions.txt | 4 +--
.../reproduction_instructions_with_ci_script.txt | 4 +--
.../master-arm}/status-summary.txt | 0
.../tcwg_glibc_check/master-arm/status.txt | 6 ++--
.../tcwg_glibc_check/status-summary.txt | 2 +-
.../tcwg_glibc_check/status.txt | 4 +++
12 files changed, 38 insertions(+), 38 deletions(-)
copy glibc/sha1/{4dc22baa84bdb4111c0ac0db7139bf9ab953bf61 => 0ae0af68d8fa3bf6cbe1e [...]
copy glibc/sha1/0ae0af68d8fa3bf6cbe1e4f1de5929ff71de67b3/tcwg_glibc_check/{master- [...]
copy glibc/sha1/0ae0af68d8fa3bf6cbe1e4f1de5929ff71de67b3/tcwg_glibc_check/{master- [...]
copy {gcc/sha1/bcccc3221b838ee7ae7848e7194603acb18294b3/tcwg_gnu_embed_check_gcc/m [...]
copy glibc/sha1/{abcf8db7fa46b73fd5b8193ce11f9312301b84c7 => 0ae0af68d8fa3bf6cbe1e [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from aa4e0ab0b Add entry 31250baf81446aa4fc1b729e2fc5165a36005ebc from https [...]
new 3c19a8245 Add entry 0ae0af68d8fa3bf6cbe1e4f1de5929ff71de67b3 from https [...]
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:
.../tcwg_glibc_check/master-arm/build_url | 1 +
.../tcwg_glibc_check/{master-aarch64 => master-arm}/last_good | 0
2 files changed, 1 insertion(+)
create mode 100644 glibc/sha1/0ae0af68d8fa3bf6cbe1e4f1de5929ff71de67b3/tcwg_glibc_ [...]
copy glibc/sha1/0ae0af68d8fa3bf6cbe1e4f1de5929ff71de67b3/tcwg_glibc_check/{master- [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 21606f240 Add entry 31250baf81446aa4fc1b729e2fc5165a36005ebc from https [...]
new aa4e0ab0b Add entry 31250baf81446aa4fc1b729e2fc5165a36005ebc from https [...]
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:
.../31250baf81446aa4fc1b729e2fc5165a36005ebc/jira/description | 5 +++++
gcc/sha1/31250baf81446aa4fc1b729e2fc5165a36005ebc/jira/yaml | 5 +++++
gcc/sha1/31250baf81446aa4fc1b729e2fc5165a36005ebc/status.txt | 5 +++++
.../master-arm-check_bootstrap/details.txt | 11 ++++++-----
.../master-arm-check_bootstrap}/reproduction_instructions.txt | 4 ++--
.../reproduction_instructions_with_ci_script.txt | 4 ++--
.../master-arm-check_bootstrap}/status-summary.txt | 0
.../master-arm-check_bootstrap/status.txt | 4 ++--
.../{ => tcwg_bootstrap_check}/status-summary.txt | 0
.../tcwg_bootstrap_check/status.txt | 6 +++---
10 files changed, 30 insertions(+), 14 deletions(-)
copy gcc/sha1/{1046c32de4956c3d706a2ff8683582fd21b8f360 => 31250baf81446aa4fc1b729 [...]
copy gcc/sha1/31250baf81446aa4fc1b729e2fc5165a36005ebc/{tcwg_gcc_check/master-arm [...]
copy gcc/sha1/31250baf81446aa4fc1b729e2fc5165a36005ebc/{tcwg_gcc_check/master-arm [...]
copy gcc/sha1/31250baf81446aa4fc1b729e2fc5165a36005ebc/{ => tcwg_bootstrap_check/m [...]
copy gcc/sha1/{59fbdb3a871585b020b21632c5c775d1ad8bc94f => 31250baf81446aa4fc1b729 [...]
copy gcc/sha1/31250baf81446aa4fc1b729e2fc5165a36005ebc/{ => tcwg_bootstrap_check}/ [...]
copy gcc/sha1/{827e208fa64771f15fc8e53970a2297e637277b5 => 31250baf81446aa4fc1b729 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.