This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/ibhagat/sframe-v3-jan14-v4
in repository binutils-gdb.
at 548332a43f9 [WIP][RFC] sframe: doc: Spec terminology change from offset [...]
This branch includes the following new commits:
new c240d3401fe [SFrame-V3] readelf: testsuite: sframe: add new SFrame V2 test
new 046dcf52a39 [SFrame-V3] libsframe: testsuite: add a new test for SFrame V2
new 185da01a47f [SFrame-V3] libsframe: remove old sframe_decoder_get_funcdesc API
new 55bb5997eab [SFrame-V3] sframe: use const for sframe_decoder_ctx object arg
new 393e9f2b3cd [SFrame-V3] sframe: gas: bfd: ld: format bump to version 3
new 3b93b0deb39 [SFrame-V3] libsframe: bump so version to libsframe.so.3.0.0
new f875ceb85db [SFrame-V3] libsframe: add V3 APIs for adding and getting S [...]
new ffcec319080 [SFrame-V3] sframe: gas: libsframe: use uint16_t for num_fr [...]
new 2765d0c186d [SFrame-V3] sframe: gas: libsframe: remove padding field from FDE
new 6f5bf240f4b [SFrame-V3] include: libsframe: bfd: gas: testsuite: suppor [...]
new 86d25621c67 [SFrame-V3] sframe: gas: bfd: add support for signal frames
new c0d4a6753e0 [SFrame-V3] gas: sframe: allow SFrame FDEs with 0 FREs for [...]
new 082d94cc54b [SFrame-V3] include: gas: libsframe: add 8-bits of func_inf [...]
new f714653fe2f [SFrame-V3] include: sframe: reserve 5 bits for new FDE types
new e689313dab2 [SFrame-V3] gas: bfd: include: libsframe: fixup terminology [...]
new b59c4f7cc78 [SFrame-V3] gas: sframe: use three states for location tracking
new 9fd5e6d06a7 [SFrame-V3] gas: sframe: output new FDE type SFRAME_FDE_TYPE_FLEX
new 867d6af0ec6 [SFrame-V3] libsframe: testsuite: add new argument to offse [...]
new 62e421dda29 [SFrame-V3] libsframe: textual dump of fde type SFRAME_FDE_ [...]
new 7a4afa8b49c [SFrame-V3] gas: sframe: add new backend hook sframe_suppor [...]
new e05678618ab [SFrame-V3] sframe: gas: translate specific CFI directives [...]
new fae69e9ff54 [SFrame-V3] gas: x86: testsuite: add new testcases for SFRA [...]
new 2152b1e9264 [SFrame-V3] gas: sframe: testsuite: handle .cfi_register FP [...]
new 56cff7256d6 [SFrame-V3] gas: sframe: testsuite: skip SFrame FDE if .cfi [...]
new b03bd60de0b [SFrame-V3] gas: sframe: testsuite: handle .cfi_offset for RA
new c35838d039d [SFrame-V3] bfd: ld: sframe: avoid unnecessary decoding of [...]
new fee05f34f72 [SFrame-V3] include: gas: libsframe: split FDE into idx and attr
new 60293b703a8 [SFrame-V3] gas: sframe: doc: testsuite: add new command li [...]
new 7d76b90c9d8 [SFrame-V3] ld: add --discard-sframe command line option
new c9cd9c9d2c7 [SFrame-V3] ld: testsuite: x86: sframe: check link of signa [...]
new 58bdd8a1add [SFrame-V3] gas: binutils: ld: NEWS: add SFrame v3 related [...]
new b89cf9d2f18 [SFrame-V3] include: libsframe: remove SFRAME_F_FRAME_POINTER flag
new 29b7ff93e5f [SFrame-V3] sframe: doc: specification changes for SFrame v [...]
new 9e1249b82a9 [SFrame-V3] sframe: s390: gas: testsuite: enable flex FDE f [...]
new 172e293d5a0 [SFrame-V3] libsframe: testsuite: add new testcases for SFR [...]
new 548332a43f9 [WIP][RFC] sframe: doc: Spec terminology change from offset [...]
The 36 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 gcc.
from 1b2ece60f28 sparc: Remove HAVE_AS_SPARC_UA_PCREL and HAVE_AS_SPARC_UA_P [...]
new c157eca33eb ipa/122852: Don't delete unreachable callback edges.
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/cgraph.cc | 13 ++++++++++++-
gcc/ipa-fnsummary.cc | 5 ++++-
libgomp/testsuite/libgomp.c/pr122852.c | 24 ++++++++++++++++++++++++
3 files changed, 40 insertions(+), 2 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c/pr122852.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 febb0eac64c sparc: Switch TARGET_SUN_TLS default
new 1b2ece60f28 sparc: Remove HAVE_AS_SPARC_UA_PCREL and HAVE_AS_SPARC_UA_P [...]
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.in | 14 -------
gcc/config/sparc/sol2.h | 11 ------
gcc/config/sparc/sparc.cc | 2 +-
gcc/config/sparc/sparc.h | 22 +----------
gcc/configure | 94 -----------------------------------------------
gcc/configure.ac | 46 -----------------------
6 files changed, 2 insertions(+), 187 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 4be7598a67f Remove Solaris/SPARC ASM_OUTPUT_ALIGNED_COMMON [PR38118]
new febb0eac64c sparc: Switch TARGET_SUN_TLS default
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/sparc/freebsd.h | 7 -------
gcc/config/sparc/linux.h | 7 -------
gcc/config/sparc/linux64.h | 7 -------
gcc/config/sparc/sol2.h | 9 +++------
gcc/config/sparc/sparc.cc | 2 +-
gcc/config/sparc/sparc.h | 14 ++++----------
gcc/config/sparc/sparc.md | 2 +-
7 files changed, 9 insertions(+), 39 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 eb41f97db7d Fix x86 testsuite fallout from VF == 1 epilogue vectorizati [...]
new 4be7598a67f Remove Solaris/SPARC ASM_OUTPUT_ALIGNED_COMMON [PR38118]
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/sparc/sol2.h | 17 -----------------
1 file changed, 17 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 b12d834aab3 testsuite: Add testcase for already fixed PR [PR120322]
new 26ffb945638 Fix testsuite fallout of VF == 1 epilogue vectorization change
new eb41f97db7d Fix x86 testsuite fallout from VF == 1 epilogue vectorizati [...]
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/testsuite/gcc.dg/vect/complex/fast-math-complex-add-half-float.c | 2 +-
gcc/testsuite/gcc.dg/vect/fast-math-slp-38.c | 2 +-
2 files 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 c731d295897 [Autofdo] Add hierarchical discriminator for loop unrolling
new b12d834aab3 testsuite: Add testcase for already fixed PR [PR120322]
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/testsuite/gcc.dg/torture/pr120322.c | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr120322.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 releases/gcc-14
in repository gcc.
from eeb324bc17f Daily bump.
new b4fedc3f7c6 LoongArch: Fix ICE when explicit-relocs is none
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/loongarch/loongarch.md | 2 +-
gcc/testsuite/gcc.target/loongarch/{attr-model-5.c => attr-model-6.c} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
copy gcc/testsuite/gcc.target/loongarch/{attr-model-5.c => attr-model-6.c} (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 d9001d36830 MIPS/BFD: Initialize `error_message' in `_bfd_mips_elf_orph [...]
new 44c39324673 RISC-V: Add second-pass relaxation for JAL to C.J/C.JAL
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 | 130 +++++++++++++++++++++++++----
bfd/elfxx-riscv.c | 3 +
include/elf/riscv.h | 13 +--
ld/testsuite/ld-riscv-elf/j-to-cj-32.d | 33 ++++++++
ld/testsuite/ld-riscv-elf/j-to-cj-64.d | 34 ++++++++
ld/testsuite/ld-riscv-elf/j-to-cj.s | 59 +++++++++++++
ld/testsuite/ld-riscv-elf/jal-to-cjal.d | 34 ++++++++
ld/testsuite/ld-riscv-elf/jal-to-cjal.s | 59 +++++++++++++
ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 3 +
9 files changed, 344 insertions(+), 24 deletions(-)
create mode 100644 ld/testsuite/ld-riscv-elf/j-to-cj-32.d
create mode 100644 ld/testsuite/ld-riscv-elf/j-to-cj-64.d
create mode 100644 ld/testsuite/ld-riscv-elf/j-to-cj.s
create mode 100644 ld/testsuite/ld-riscv-elf/jal-to-cjal.d
create mode 100644 ld/testsuite/ld-riscv-elf/jal-to-cjal.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.