This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8414f10ad5b libgfortran: Bugfix if not define HAVE_ATOMIC_FETCH_ADD
new 86fac7ee168 AVR: target/107201: Make -nodevicelib work for all devices.
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-arch.h | 1 +
gcc/config/avr/avr-devices.cc | 16 ++++++++++++++++
gcc/config/avr/avr.h | 2 ++
gcc/config/avr/driver-avr.cc | 27 ++++++++++++++++++++++++---
4 files changed, 43 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.
unknown user pushed a change to branch master
in repository glibc.
from 064c708c78 localedata/unicode-gen/utf8_gen.py: fix Hangul syllable name
new 7100d9ae21 aarch64: Add NEWS entry about libmvec for 2.39
new 457bd9cf2e x86-64: Check if mprotect works before rewriting PLT
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:
NEWS | 7 ++++
sysdeps/unix/sysv/linux/x86_64/dl-plt-rewrite.h | 43 ++++++++++++++++++++++
sysdeps/x86/cpu-features.c | 8 +++-
.../x86_64/dl-plt-rewrite.h | 12 +++---
4 files changed, 63 insertions(+), 7 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/x86_64/dl-plt-rewrite.h
copy stdlib/stdc_bit_ceil_ui.c => sysdeps/x86_64/dl-plt-rewrite.h (80%)
--
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 422cbe7c176 Update branch/release creation documentation
new 299b91cd855 Add markers for 2.42 branch
new 9fbb73edb12 Regenerate two Makefile.in files to update Copyright headers
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 | 4 ++++
bfd/ChangeLog | 4 ++++
binutils/BRANCHES | 1 +
binutils/ChangeLog | 4 ++++
binutils/NEWS | 2 ++
binutils/README-how-to-make-a-release | 4 ++--
cpu/ChangeLog | 4 ++++
elfcpp/ChangeLog | 4 ++++
gas/ChangeLog | 4 ++++
gas/NEWS | 3 +++
gnulib/Makefile.in | 2 +-
gold/ChangeLog | 4 ++++
gprof/ChangeLog | 4 ++++
include/ChangeLog | 4 ++++
ld/ChangeLog | 4 ++++
ld/NEWS | 2 ++
libctf/ChangeLog | 4 ++++
opcodes/ChangeLog | 4 ++++
sim/Makefile.in | 4 ++--
19 files changed, 61 insertions(+), 5 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 f1870e2fadd aarch64: rcpc3: Regenerate aarch64-*-2.c files
new 422cbe7c176 Update branch/release creation documentation
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:
binutils/README-how-to-make-a-release | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 7be87b7d2e3 RISC-V: Fix regression (GCC-14 compare with GCC-13.2) of SH [...]
new 8414f10ad5b libgfortran: Bugfix if not define HAVE_ATOMIC_FETCH_ADD
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:
libgfortran/io/io.h | 10 ++++++++--
1 file changed, 8 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 gcc.
from 405096f908e RISC-V: Adjust loop len by costing 1 when NITER < VF
new 7be87b7d2e3 RISC-V: Fix regression (GCC-14 compare with GCC-13.2) of SH [...]
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/riscv/riscv-protos.h | 2 +
gcc/config/riscv/riscv-vector-costs.cc | 3 +
gcc/config/riscv/riscv.cc | 4 +-
.../gcc.dg/vect/costmodel/riscv/rvv/pr113247-1.c | 195 +++++++++++++++++++++
.../gcc.dg/vect/costmodel/riscv/rvv/pr113247-2.c | 6 +
.../gcc.dg/vect/costmodel/riscv/rvv/pr113247-3.c | 6 +
.../gcc.dg/vect/costmodel/riscv/rvv/pr113247-4.c | 6 +
.../gcc.target/riscv/rvv/autovec/vls/reduc-19.c | 2 +-
.../gcc.target/riscv/rvv/autovec/vls/reduc-20.c | 2 +-
.../gcc.target/riscv/rvv/autovec/vls/reduc-21.c | 2 +-
10 files changed, 224 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/pr113247-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/pr113247-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/pr113247-3.c
create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/pr113247-4.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 binutils-gdb.
from 0796bfa4875 aarch64: Fix tlbi and tlbip instructions
new 907aee5baf0 bfd: riscv_maybe_function_sym check _bfd_elf_is_local_label_name
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/elfnn-riscv.c | 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 fad00902c24 nm: Replace --with-symbol-versions with --without-symbol-ve [...]
new 63445353877 aarch64: Refactor aarch64_sys_ins_reg_supported_p
new 0796bfa4875 aarch64: Fix tlbi and tlbip instructions
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:
gas/config/tc-aarch64.c | 23 +-
.../gas/aarch64/illegal-sysp-tlbip-optional.l | 2 -
.../gas/aarch64/illegal-sysp-tlbip-optional.s | 5 -
gas/testsuite/gas/aarch64/sysp-tlbip-optional.d | 19 +-
gas/testsuite/gas/aarch64/sysp-tlbip-optional.s | 5 -
gas/testsuite/gas/aarch64/tlbip-invalid.d | 1 +
gas/testsuite/gas/aarch64/tlbip-invalid.l | 49 ++
gas/testsuite/gas/aarch64/tlbip-invalid.s | 52 ++
gas/testsuite/gas/aarch64/tlbip.d | 240 +++++-----
include/opcode/aarch64.h | 6 +-
opcodes/aarch64-dis.c | 1 +
opcodes/aarch64-opc.c | 532 ++++++---------------
12 files changed, 405 insertions(+), 530 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/tlbip-invalid.d
create mode 100644 gas/testsuite/gas/aarch64/tlbip-invalid.l
create mode 100644 gas/testsuite/gas/aarch64/tlbip-invalid.s
--
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 main
in repository newlib.
from 4ecfb5b72 Cygwin: api docs: add missing fallocate
new d8c0fb090 Cygwin: introduce close_range(2)
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:
newlib/libc/include/sys/unistd.h | 6 +++++
winsup/cygwin/cygwin.din | 1 +
winsup/cygwin/include/cygwin/version.h | 3 ++-
winsup/cygwin/release/3.5.0 | 2 ++
winsup/cygwin/syscalls.cc | 42 ++++++++++++++++++++++++++++++++++
winsup/doc/new-features.xml | 4 ++++
winsup/doc/posix.xml | 5 ++++
7 files changed, 62 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.