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 3d17c881721 [gdb] Handle bad alloc in gdb_rl_callback_read_char_wrapper [...]
new 6ecc44f6980 PR32300, --dependency-file: link dependencies are not all c [...]
new b3ee98cda49 tekhex.c tidy writesym
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:
bfd/tekhex.c | 18 ++---
ld/ld.texi | 19 ------
ld/ldelf.c | 2 +-
ld/ldfile.c | 69 ++++++-------------
ld/ldfile.h | 21 ++----
ld/ldgram.y | 2 +-
ld/ldlang.h | 8 +--
ld/lexsup.c | 6 +-
ld/plugin.c | 12 +---
ld/testsuite/ld-plugin/libdep-a.c | 7 --
ld/testsuite/ld-plugin/libdep-b.c | 5 --
ld/testsuite/ld-plugin/libdep-main.c | 7 --
ld/testsuite/ld-plugin/libdep.exp | 124 -----------------------------------
13 files changed, 38 insertions(+), 262 deletions(-)
delete mode 100644 ld/testsuite/ld-plugin/libdep-a.c
delete mode 100644 ld/testsuite/ld-plugin/libdep-b.c
delete mode 100644 ld/testsuite/ld-plugin/libdep-main.c
delete mode 100644 ld/testsuite/ld-plugin/libdep.exp
--
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 binutils-2_43-branch
in repository binutils-gdb.
from 263815e7c23 Automatic date update in version.in
new d55971924b7 Automatic date update in version.in
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/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.
unknown user pushed a change to branch gdb-15-branch
in repository binutils-gdb.
from c331a477e19 Automatic date update in version.in
new 6a4f7b4344a Automatic date update in version.in
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/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.
unknown user pushed a change to branch master
in repository linux.
from c71f8fb4dc91 Merge tag 'v6.12-rc4-smb3-client-fixes' of git://git.samba [...]
new f69999b5f9b4 Revert " fs/9p: mitigate inode collisions"
new fedd06210b14 Revert "fs/9p: remove redundant pointer v9ses"
new 26f8dd2dde68 Revert "fs/9p: fix uaf in in v9fs_stat2inode_dotl"
new be2ca3825372 Revert "fs/9p: simplify iget to remove unnecessary paths"
new 850925a8133c Merge tag '9p-for-6.12-rc5' of https://github.com/martinetd/linux
The 5 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:
fs/9p/v9fs.h | 34 ++++++++++---
fs/9p/v9fs_vfs.h | 2 +-
fs/9p/vfs_inode.c | 129 +++++++++++++++++++++++++++++++------------------
fs/9p/vfs_inode_dotl.c | 112 ++++++++++++++++++++++++++++++------------
fs/9p/vfs_super.c | 2 +-
5 files changed, 192 insertions(+), 87 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 35bf490452e simplify-rtx: Handle `a != 0 ? -a : 0` [PR58195]
new bab7a64c1ab libbacktrace: recognize new Mach-O DWARF 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:
libbacktrace/macho.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 glibc.
from 18596c5415 libio: Fix crash in fputws [BZ #20632]
new 7796e378c4 SHARED-FILES: Mention bundled Linux 6.10 headers.
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:
SHARED-FILES | 9 +++++++++
1 file changed, 9 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 2266e38cfd8 testsuite: lto: fix pr47333 test
new 35bf490452e simplify-rtx: Handle `a != 0 ? -a : 0` [PR58195]
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/simplify-rtx.cc | 22 +++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/csel-neg-1.c | 31 +++++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/csel-neg-2.c | 19 ++++++++++++++++
3 files changed, 72 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/csel-neg-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/csel-neg-2.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 gcc.
from 48b22a3f05d toplevel: Error out if using --disable-libstdcxx with boots [...]
new 96110c14cf6 testsuite: lto: rename pr95677 test
new 03ff420aa0a testsuite: lto: rename pr62026 test
new 04e0fbbc34e testsuite: lto: rename pr47333 test
new 2d1d6be0025 testsuite: lto: rename tbaa-1 test
new 091e45b4e97 testsuite: lto: fix tbaa_0 test
new e87c1af38d5 testsuite: lto: fix pr95677 test
new 908b306909f testsuite: lto: fix pr62026 test
new 2266e38cfd8 testsuite: lto: fix pr47333 test
The 8 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/g++.dg/lto/{pr47333.C => pr47333_0.C} | 3 +++
gcc/testsuite/g++.dg/lto/{pr62026.C => pr62026_0.C} | 2 +-
gcc/testsuite/g++.dg/lto/{pr95677.C => pr95677_0.C} | 5 ++---
gcc/testsuite/gcc.dg/lto/{tbaa-1.c => tbaa_0.c} | 8 +++++---
4 files changed, 11 insertions(+), 7 deletions(-)
rename gcc/testsuite/g++.dg/lto/{pr47333.C => pr47333_0.C} (99%)
rename gcc/testsuite/g++.dg/lto/{pr62026.C => pr62026_0.C} (82%)
rename gcc/testsuite/g++.dg/lto/{pr95677.C => pr95677_0.C} (63%)
rename gcc/testsuite/gcc.dg/lto/{tbaa-1.c => tbaa_0.c} (77%)
--
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 604283b50 Add entry c33d8c55a79f08e4a14b4bc601b270268d3c4c89 from https [...]
new a3b80be45 Add entry c33d8c55a79f08e4a14b4bc601b270268d3c4c89 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:
...4539-gc33d8c55a79 => gcc-15-4539-gc33d8c55a79f} | 0
.../commit-log.txt | 2 +-
.../jira/description | 8 ++++--
.../jira/summary | 2 +-
.../jira/yaml | 10 +++++---
.../status.txt | 4 +++
.../master-aarch64-check_bootstrap_lto/details.txt | 29 +++++++++++-----------
.../reproduction_instructions.txt | 4 +--
.../reproduction_instructions_with_ci_script.txt | 4 +--
.../status-summary.txt | 0
.../status.txt | 4 +--
.../tcwg_bootstrap_check/status.txt | 4 +++
12 files changed, 44 insertions(+), 27 deletions(-)
copy gcc/basepoints/{gcc-15-4539-gc33d8c55a79 => gcc-15-4539-gc33d8c55a79f} (100%)
copy gcc/sha1/{bcccc3221b838ee7ae7848e7194603acb18294b3 => c33d8c55a79f08e4a14b4bc [...]
copy gcc/sha1/c33d8c55a79f08e4a14b4bc601b270268d3c4c89/tcwg_bootstrap_check/{maste [...]
copy gcc/sha1/c33d8c55a79f08e4a14b4bc601b270268d3c4c89/{tcwg_gnu_native_check_gcc/ [...]
copy gcc/sha1/{1076ffda6ce5e6d5fc9577deaf8233e549e5787a => c33d8c55a79f08e4a14b4bc [...]
copy gcc/sha1/c33d8c55a79f08e4a14b4bc601b270268d3c4c89/tcwg_bootstrap_check/{maste [...]
--
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 fafb4af48 Add entry 4ac0e7e400fe2a66d1fd5d5d1fa1c899dfb16716 from https [...]
new 604283b50 Add entry c33d8c55a79f08e4a14b4bc601b270268d3c4c89 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_bootstrap_check/master-aarch64-check_bootstrap_lto}/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{02917ac4528e32d1b2d0da5f45ef5937c56942cd/tcwg_bootstrap_check/maste [...]
copy gcc/sha1/c33d8c55a79f08e4a14b4bc601b270268d3c4c89/tcwg_bootstrap_check/{maste [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.