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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
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.
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 9dd903dfbf7 aarch64: Remove unused BTI feature bit
new fad00902c24 nm: Replace --with-symbol-versions with --without-symbol-ve [...]
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/nm.c | 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 binutils-gdb.
from 2db11bdf849 Add generated source files and fix thinko in aarch64-asm.c
new 9dd903dfbf7 aarch64: Remove unused BTI feature bit
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/opcode/aarch64.h | 3 ---
1 file changed, 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 gcc.
from afac1bd3365 tree-optimization/113385 - wrong loop father with early exi [...]
new 405096f908e RISC-V: Adjust loop len by costing 1 when NITER < VF
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-vector-costs.cc | 57 ++++++++++++++++++++++
gcc/config/riscv/riscv-vector-costs.h | 2 +
.../riscv/rvv/{pr113281-1.c => pr113281-3.c} | 2 +-
.../riscv/rvv/{pr113281-1.c => pr113281-4.c} | 2 +-
.../riscv/rvv/{pr113281-1.c => pr113281-5.c} | 2 +-
5 files changed, 62 insertions(+), 3 deletions(-)
copy gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/{pr113281-1.c => pr113281-3.c} (67%)
copy gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/{pr113281-1.c => pr113281-4.c} (60%)
copy gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/{pr113281-1.c => pr113281-5.c} (66%)
--
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 5186cf88ac0 gas/NEWS: announce the new SCFI command line option
new 7e8d2d87570 aarch64: Add support for FEAT_B16B16 instructions.
new 89e06ec1521 aarch64: Add support for FEAT_SME2p1 instructions.
new 88601c2d941 aarch64: Add support for FEAT_SVE2p1.
new 39092c7a1fb aarch64: Add SVE2.1 dupq, eorqv and extq instructions.
new b34104edab8 PATCH 5/6][Binutils] aarch64: Add SVE2.1 fmin and fmax inst [...]
new b33f1bcd152 aarch64: Add SVE2.1 Contiguous load/store instructions.
new 2db11bdf849 Add generated source files and fix thinko in aarch64-asm.c
The 7 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/NEWS | 6 +
gas/config/tc-aarch64.c | 25 +
gas/doc/c-aarch64.texi | 4 +
gas/testsuite/gas/aarch64/bfloat16-1.d | 106 +++
gas/testsuite/gas/aarch64/bfloat16-1.s | 112 +++
gas/testsuite/gas/aarch64/bfloat16-bad.d | 4 +
gas/testsuite/gas/aarch64/bfloat16-bad.l | 97 ++
gas/testsuite/gas/aarch64/sme2p1-1.d | 42 +
gas/testsuite/gas/aarch64/sme2p1-1.s | 39 +
gas/testsuite/gas/aarch64/sve2p1-1-bad.d | 4 +
gas/testsuite/gas/aarch64/sve2p1-1-bad.l | 96 ++
gas/testsuite/gas/aarch64/sve2p1-1.d | 105 +++
gas/testsuite/gas/aarch64/sve2p1-1.s | 107 +++
include/opcode/aarch64.h | 29 +-
opcodes/aarch64-asm-2.c | 136 +--
opcodes/aarch64-asm.c | 101 ++
opcodes/aarch64-asm.h | 3 +
opcodes/aarch64-dis-2.c | 1473 ++++++++++++++++++++----------
opcodes/aarch64-dis.c | 135 +++
opcodes/aarch64-dis.h | 4 +
opcodes/aarch64-opc-2.c | 13 +
opcodes/aarch64-opc.c | 102 ++-
opcodes/aarch64-opc.h | 7 +
opcodes/aarch64-tbl.h | 152 ++-
24 files changed, 2333 insertions(+), 569 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/bfloat16-1.d
create mode 100644 gas/testsuite/gas/aarch64/bfloat16-1.s
create mode 100644 gas/testsuite/gas/aarch64/bfloat16-bad.d
create mode 100644 gas/testsuite/gas/aarch64/bfloat16-bad.l
create mode 100644 gas/testsuite/gas/aarch64/sme2p1-1.d
create mode 100644 gas/testsuite/gas/aarch64/sme2p1-1.s
create mode 100644 gas/testsuite/gas/aarch64/sve2p1-1-bad.d
create mode 100644 gas/testsuite/gas/aarch64/sve2p1-1-bad.l
create mode 100644 gas/testsuite/gas/aarch64/sve2p1-1.d
create mode 100644 gas/testsuite/gas/aarch64/sve2p1-1.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 releases/gcc-13
in repository gcc.
from d2913d01b47 Daily bump.
new d73e585c72c AVR: target/113156 - Fix ICE due to missing "Save" on -m[lo [...]
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.opt | 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 releases/gcc-12
in repository gcc.
from cdab01da229 Daily bump.
new 2bce77d6e17 AVR: target/113156 - Fix ICE due to missing "Save" on -m[lo [...]
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.opt | 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 71c88ed20 Add entry 6686e16fda419067b91614835dd743ebb82717ea from https [...]
new ba432c2e6 Add entry 6686e16fda419067b91614835dd743ebb82717ea 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:
.../6686e16fda419067b91614835dd743ebb82717ea/jira/description | 4 ++++
gcc/sha1/6686e16fda419067b91614835dd743ebb82717ea/jira/yaml | 4 ++++
gcc/sha1/6686e16fda419067b91614835dd743ebb82717ea/status.txt | 4 ++++
.../master-arm_v7a_softfp_eabi/details.txt | 10 +++++-----
.../master-arm_v7a_softfp_eabi}/reproduction_instructions.txt | 4 ++--
.../master-arm_v7a_softfp_eabi}/status-summary.txt | 0
.../master-arm_v7a_softfp_eabi/status.txt | 4 ++--
.../tcwg_gnu_embed_check_gcc/status.txt | 4 ++++
8 files changed, 25 insertions(+), 9 deletions(-)
copy gcc/sha1/{2a46e0e7e20e6e9095708704ac0180859e258b7d => 6686e16fda419067b916148 [...]
copy gcc/sha1/6686e16fda419067b91614835dd743ebb82717ea/{tcwg_gnu_cross_check_gcc/m [...]
copy {binutils/sha1/f1837d9c3f2dc2a5c232f4eae4c4bd5a7f77baf8 => gcc/sha1/6686e16fd [...]
copy gcc/sha1/{2a46e0e7e20e6e9095708704ac0180859e258b7d => 6686e16fda419067b916148 [...]
--
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 7a5ea9746 Add entry 8afdbcdd7abe1e3c7a81e07f34c256e7f2dbc652 from https [...]
new 71c88ed20 Add entry 6686e16fda419067b91614835dd743ebb82717ea 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_gnu_embed_check_gcc/master-arm_v7a_softfp_eabi/build_url | 2 +-
.../master-arm_v7a_softfp_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{1b13c424da4d2d5e3505ba47786a4ac4f3efb177 => 6686e16fda419067b916148 [...]
copy gcc/sha1/6686e16fda419067b91614835dd743ebb82717ea/{tcwg_gnu_cross_check_gcc/m [...]
--
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 e037a0fa040 RISC-V: Remove m_num_vector_iterations[NFC]
new afac1bd3365 tree-optimization/113385 - wrong loop father with early exi [...]
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/tree-vect-loop-manip.cc | 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 gcc.
from baa931cc2e0 RISC-V: Add optimized dump check of VLS reduc tests
new e037a0fa040 RISC-V: Remove m_num_vector_iterations[NFC]
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-vector-costs.cc | 13 -------------
gcc/config/riscv/riscv-vector-costs.h | 5 -----
2 files changed, 18 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 users/ibhagat/try-scfi-final
in repository binutils-gdb.
at ad63be772ae gas/NEWS: announce the new SCFI command line option
This branch includes the following new commits:
new 4e342447d33 gas: dw2gencfi: minor rejig for cfi_sections_set and all_cf [...]
new e8cb630d75c gas: dw2gencfi: use all_cfi_sections instead of cfi_sections
new 82c23a33a81 gas: dw2gencfi: expose a new cfi_set_last_fde API
new e3115f4465d gas: dw2gencfi: move some tc_* defines to the header file
new ff0201d4f88 gas: dw2gencfi: expose dot_cfi_sections for scfidw2gen
new 708166dfe32 gas: dw2gencfi: externalize the all_cfi_sections
new ea59a8eed7f gas: add new command line option --scfi=experimental
new e0b75a8270d gas: scfidw2gen: new functionality to prepare for SCFI
new 07e510d6496 opcodes: gas: x86: define and use Rex2 as attribute not constraint
new 08ba80c53ee opcodes: x86: new marker for insns that implicitly update s [...]
new d6b6f120f5e gas: x86: synthesize CFI for hand-written asm
new 81f9886084e gas: doc: update documentation for the new listing option
new 3be22a911a6 opcodes: i386-reg.tbl: Add a comment to reflect dependency [...]
new a0e4b721bd2 gas: testsuite: add an x86 testsuite for SCFI
new ad63be772ae gas/NEWS: announce the new SCFI command line option
The 15 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.
--
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 241b50a7a Cygwin: Clarifications in 3.5 changes doc
new 4ecfb5b72 Cygwin: api docs: add missing fallocate
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/doc/posix.xml | 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 main
in repository newlib.
from 241b50a7a Cygwin: Clarifications in 3.5 changes doc
new 4ecfb5b72 Cygwin: api docs: add missing fallocate
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/doc/posix.xml | 9 +++++++++
1 file changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.