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 b4917deea42 gas: sframe: handle .cfi_undefined
new d463846740d s390: Improve diagnostic for reloc against misaligned sym
new ed53e990e57 s390: Prevent GOT access rewrite for misaligned symbols
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/elf64-s390.c | 13 ++++++-------
ld/testsuite/ld-s390/pr32969_64-1.dd | 15 +++++++++++++++
ld/testsuite/ld-s390/pr32969_64-2.dd | 15 +++++++++++++++
ld/testsuite/ld-s390/pr32969a.s | 14 ++++++++++++++
ld/testsuite/ld-s390/pr32969b.s | 10 ++++++++++
ld/testsuite/ld-s390/pr32969c.s | 10 ++++++++++
ld/testsuite/ld-s390/s390.exp | 8 ++++++++
7 files changed, 78 insertions(+), 7 deletions(-)
create mode 100644 ld/testsuite/ld-s390/pr32969_64-1.dd
create mode 100644 ld/testsuite/ld-s390/pr32969_64-2.dd
create mode 100644 ld/testsuite/ld-s390/pr32969a.s
create mode 100644 ld/testsuite/ld-s390/pr32969b.s
create mode 100644 ld/testsuite/ld-s390/pr32969c.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 master
in repository gcc.
from a3e78dda4d5 RISC-V: Support Zilsd code gen
new 11936041970 RISC-V: Rename conflicting variables in gen-riscv-ext-texi.cc
new 7fabbf35628 RISC-V: Fix the warning of temporary object dangling references.
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/common/config/riscv/riscv-common.cc | 4 ++--
gcc/config/riscv/gen-riscv-ext-texi.cc | 16 ++++++++--------
2 files changed, 10 insertions(+), 10 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 c32952066a1 Automatic date update in version.in
new 9819d849419 gas: sframe: i386: have the backend specify the RA too
new bd9dc0a281a gas: sframe: reword diagnostic to address ambiguity
new b4917deea42 gas: sframe: handle .cfi_undefined
The 3 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-i386.c | 14 ++--
gas/config/tc-i386.h | 13 +++-
gas/gen-sframe.c | 89 ++++++++++------------
.../gas/cfi-sframe/cfi-sframe-aarch64-4.d | 2 +-
...fi-sframe-common-9.d => cfi-sframe-common-10.d} | 2 +-
...fi-sframe-common-8.s => cfi-sframe-common-10.s} | 8 +-
.../gas/cfi-sframe/cfi-sframe-x86_64-empty-1.d | 2 +-
.../gas/cfi-sframe/cfi-sframe-x86_64-empty-2.d | 2 +-
.../gas/cfi-sframe/cfi-sframe-x86_64-empty-3.d | 2 +-
...86_64-empty-3.d => cfi-sframe-x86_64-empty-4.d} | 4 +-
...rame-common-5.s => cfi-sframe-x86_64-empty-4.s} | 3 +-
gas/testsuite/gas/cfi-sframe/cfi-sframe.exp | 2 +
gas/testsuite/gas/cfi-sframe/common-empty-1.d | 2 +-
gas/testsuite/gas/cfi-sframe/common-empty-2.d | 2 +-
gas/testsuite/gas/cfi-sframe/common-empty-3.d | 2 +-
15 files changed, 77 insertions(+), 72 deletions(-)
copy gas/testsuite/gas/cfi-sframe/{cfi-sframe-common-9.d => cfi-sframe-common-10.d} (92%)
copy gas/testsuite/gas/cfi-sframe/{cfi-sframe-common-8.s => cfi-sframe-common-10.s} (57%)
copy gas/testsuite/gas/cfi-sframe/{cfi-sframe-x86_64-empty-3.d => cfi-sframe-x86_6 [...]
copy gas/testsuite/gas/cfi-sframe/{cfi-sframe-common-5.s => cfi-sframe-x86_64-empt [...]
--
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 2ec5082dd24 regcprop: Return from copy_value for unordered modes
new a3e78dda4d5 RISC-V: Support Zilsd code gen
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.cc | 39 +++++++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/zilsd-code-gen.c | 18 ++++++++++++
2 files changed, 57 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/zilsd-code-gen.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 c9eb473fb99 RISC-V: Add new operand constraint: cR
new 2ec5082dd24 regcprop: Return from copy_value for unordered modes
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/regcprop.cc | 4 ++++
gcc/testsuite/gcc.dg/torture/pr120276.c | 20 ++++++++++++++++++++
2 files changed, 24 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr120276.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 master
in repository toolchain/ci/interesting-commits.
from 034cd7a0e Add entry 1a13684dfc7286139064f7d7341462c9995cbd1c from https [...]
new 954ab3231 Add entry 1a13684dfc7286139064f7d7341462c9995cbd1c 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:
gcc/sha1/1a13684dfc7286139064f7d7341462c9995cbd1c/jira/description | 5 +++++
gcc/sha1/1a13684dfc7286139064f7d7341462c9995cbd1c/jira/yaml | 5 +++++
gcc/sha1/1a13684dfc7286139064f7d7341462c9995cbd1c/status.txt | 5 +++++
.../tcwg_bmk-code_size-spec2k6/gnu-arm-master-O2/details.txt | 5 +++++
.../gnu-arm-master-O2}/reproduction_instructions.txt | 0
.../tcwg_bmk-code_size-spec2k6/gnu-arm-master-O2}/status-summary.txt | 0
.../tcwg_bmk-code_size-spec2k6/gnu-arm-master-O2/status.txt | 4 ++--
.../tcwg_bmk-code_size-spec2k6}/status-summary.txt | 0
.../tcwg_bmk-code_size-spec2k6/status.txt | 4 ++++
9 files changed, 26 insertions(+), 2 deletions(-)
create mode 100644 gcc/sha1/1a13684dfc7286139064f7d7341462c9995cbd1c/tcwg_bmk-code [...]
copy {binutils/sha1/50505c486ed266463fde4ab7c0c8d530e53065a9/tcwg_gnu_native_build [...]
copy gcc/sha1/{d45ddc2c04e471d0dcee016b6edacc00b8341b16/tcwg_bmk-code_size-spec2k6 [...]
copy gcc/sha1/{d45ddc2c04e471d0dcee016b6edacc00b8341b16 => 1a13684dfc7286139064f7d [...]
copy gcc/sha1/{d45ddc2c04e471d0dcee016b6edacc00b8341b16/tcwg_bmk-code_size-spec2k6 [...]
create mode 100644 gcc/sha1/1a13684dfc7286139064f7d7341462c9995cbd1c/tcwg_bmk-code [...]
--
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 bd54b7bfb Add entry 2d55c0161562f96d2230cd132b494a5d06352a23 from https [...]
new 034cd7a0e Add entry 1a13684dfc7286139064f7d7341462c9995cbd1c 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_bmk-code_size-spec2k6/gnu-arm-master-O2/build_url | 2 +-
.../gnu-arm-master-O2}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/6427e777b99ec6505509a68de6d460ff772bee6a => gcc/sha1/1a13684df [...]
copy gcc/sha1/1a13684dfc7286139064f7d7341462c9995cbd1c/{tcwg_bmk-code_size-cpu2017 [...]
--
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-15
in repository gcc.
from 848e7b119cc Daily bump.
new f53afae9076 Daily bump.
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/DATESTAMP | 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 releases/gcc-13
in repository gcc.
from 2991627f8a1 Daily bump.
new e249e208247 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.