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 48df1644d27 Add 2.46 release markers to NEWS files. Update BRANCHES. [...]
new 1b66149b97a Regenerate autogenerated files
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/po/bfd.pot | 3981 ++++++++++++------------
binutils/README-how-to-make-a-release | 41 +-
binutils/po/binutils.pot | 4223 ++++++++++++-------------
gas/po/gas.pot | 5423 +++++++++++++++++----------------
gold/po/gold.pot | 320 +-
gprof/po/gprof.pot | 2 +-
gprofng/Makefile.in | 14 +-
gprofng/aclocal.m4 | 24 +-
gprofng/doc/Makefile.in | 14 +-
gprofng/doc/version.texi | 4 +-
gprofng/gp-display-html/Makefile.in | 14 +-
gprofng/src/Makefile.in | 14 +-
ld/po/ld.pot | 3360 ++++++++++----------
opcodes/po/opcodes.pot | 308 +-
14 files changed, 9097 insertions(+), 8645 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 binutils-2_46-branch
in repository binutils-gdb.
from 48df1644d27 Add 2.46 release markers to NEWS files. Update BRANCHES. [...]
new d0660257179 Update version to 2.45.90
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/configure | 20 +-
bfd/po/bfd.pot | 3981 +++++++++++++++--------------
bfd/version.m4 | 2 +-
binutils/configure | 20 +-
binutils/po/binutils.pot | 4223 ++++++++++++++++---------------
gas/configure | 20 +-
gas/po/gas.pot | 5423 ++++++++++++++++++++--------------------
gold/po/gold.pot | 320 +--
gprof/configure | 20 +-
gprof/po/gprof.pot | 2 +-
gprofng/configure | 20 +-
gprofng/doc/version.texi | 8 +-
gprofng/libcollector/configure | 20 +-
ld/configure | 20 +-
ld/po/ld.pot | 3771 ++++++++++++++--------------
opcodes/configure | 20 +-
opcodes/po/opcodes.pot | 308 +--
17 files changed, 9326 insertions(+), 8872 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 binutils-2_46-branch
in repository binutils-gdb.
at 48df1644d27 Add 2.46 release markers to NEWS files. Update BRANCHES. [...]
No new revisions were added by this update.
--
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 11e0dbc0892 ld: sframe: do not generate .sframe for PLT if no .sframe i [...]
new 48df1644d27 Add 2.46 release markers to NEWS files. Update BRANCHES. [...]
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/BRANCHES | 1 +
binutils/NEWS | 2 ++
binutils/README-how-to-make-a-release | 3 ---
gas/NEWS | 2 ++
ld/NEWS | 2 ++
5 files changed, 7 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 binutils-gdb.
from 9172339d6c5 gas: aarch64: i386: s390: sframe: adjust sframe_ra_tracking_p
new 11e0dbc0892 ld: sframe: do not generate .sframe for PLT if no .sframe i [...]
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/elf-bfd.h | 2 ++
bfd/elf-sframe.c | 18 ++++++++++++++++++
bfd/elf64-s390.c | 11 +++++++++--
bfd/elfxx-x86.c | 13 +++++++++++--
.../pic-reloc-ordinary.ld => ld-s390/no-sframe.ld} | 4 ++--
ld/testsuite/ld-s390/s390.exp | 3 +++
ld/testsuite/ld-s390/sframe-command-line-2.d | 10 ++++++++++
ld/testsuite/ld-sframe/no-ld-generated-sframe.d | 10 ++++++++++
.../pic-reloc-ordinary.ld => ld-sframe/no-sframe.ld} | 4 ++--
ld/testsuite/ld-sframe/{discard.s => test.s} | 1 -
.../pic-reloc-ordinary.ld => ld-x86-64/no-sframe.ld} | 4 ++--
ld/testsuite/ld-x86-64/sframe-command-line-2.d | 10 ++++++++++
ld/testsuite/ld-x86-64/x86-64.exp | 3 +++
13 files changed, 82 insertions(+), 11 deletions(-)
copy ld/testsuite/{ld-mips-elf/pic-reloc-ordinary.ld => ld-s390/no-sframe.ld} (50%)
create mode 100644 ld/testsuite/ld-s390/sframe-command-line-2.d
create mode 100644 ld/testsuite/ld-sframe/no-ld-generated-sframe.d
copy ld/testsuite/{ld-mips-elf/pic-reloc-ordinary.ld => ld-sframe/no-sframe.ld} (50%)
copy ld/testsuite/ld-sframe/{discard.s => test.s} (85%)
copy ld/testsuite/{ld-mips-elf/pic-reloc-ordinary.ld => ld-x86-64/no-sframe.ld} (50%)
create mode 100644 ld/testsuite/ld-x86-64/sframe-command-line-2.d
--
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 1d734bf4b9f Automatic date update in version.in
new 9172339d6c5 gas: aarch64: i386: s390: sframe: adjust sframe_ra_tracking_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:
gas/config/tc-aarch64.c | 8 --------
gas/config/tc-aarch64.h | 3 +--
gas/config/tc-i386.c | 10 ----------
gas/config/tc-i386.h | 8 +++++---
gas/config/tc-s390.c | 8 --------
gas/config/tc-s390.h | 3 +--
6 files changed, 7 insertions(+), 33 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 linux.
from 5dbeeb268b63 Merge tag 'driver-core-6.19-rc7' of git://git.kernel.org/p [...]
new 102606402f4f Documentation: Project continuity
new 90f9f5d64cae tracing: Fix crash on synthetic stacktrace field usage
new 00f13e28a9c3 tracing: Avoid possible signed 64-bit truncation
new c9703d17d2c8 function_graph: Fix args pointer mismatch in print_graph_retval()
new 361eb853c655 scripts/tracepoint-update: Fix memory leak in add_string() [...]
new b83a8ff87a0c Merge tag 'trace-v6.19-rc6' of git://git.kernel.org/pub/sc [...]
new 2ccb5e8dbcd2 ntb: transport: Fix uninitialized mutex
new d04ed417d20a Merge tag 'ntb-6.19-bugfixes' of https://github.com/jonmason/ntb
new 69132c2d4c11 Documentation: riscv: uabi: Clarify ISA spec version for c [...]
new eaa9bb1d39d5 riscv: clocksource: Fix stimecmp update hazard on RV32
new 75870639bf5d riscv: kvm: Fix vstimecmp update hazard on RV32
new 344c5281f438 riscv: suspend: Fix stimecmp update hazard on RV32
new 521cadb4b69e riscv: ERRATA_STARFIVE_JH7100: Fix missing dependency on n [...]
new 8fdc61faa730 soc: renesas: Fix missing dependency on new CONFIG_CACHEMA [...]
new bdce162f2e57 riscv: Use 64-bit variable for output in __get_user_asm
new 841e47d56cef riscv: Add intermediate cast to 'unsigned long' in __get_user_asm
new d91a46d6805a Merge tag 'riscv-for-linus-6.19-rc7' of git://git.kernel.o [...]
The 17 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:
Documentation/arch/riscv/uabi.rst | 4 +++-
Documentation/process/conclave.rst | 41 ++++++++++++++++++++++++++++++++++++
Documentation/process/index.rst | 1 +
arch/riscv/Kconfig.errata | 1 +
arch/riscv/include/asm/uaccess.h | 14 ++++++++++--
arch/riscv/kernel/suspend.c | 3 ++-
arch/riscv/kvm/vcpu_timer.c | 6 ++++--
drivers/clocksource/timer-riscv.c | 3 ++-
drivers/ntb/ntb_transport.c | 1 +
drivers/soc/renesas/Kconfig | 1 +
kernel/trace/trace.c | 8 +++----
kernel/trace/trace_events_hist.c | 9 ++++++++
kernel/trace/trace_events_synth.c | 8 ++++++-
kernel/trace/trace_functions_graph.c | 2 +-
scripts/tracepoint-update.c | 2 ++
15 files changed, 91 insertions(+), 13 deletions(-)
create mode 100644 Documentation/process/conclave.rst
--
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-pr33830-v2
in repository binutils-gdb.
at 9d8fa7ffc01 ld: sframe: do not generate .sframe for PLT if no .sframe i [...]
This branch includes the following new commits:
new 9d8fa7ffc01 ld: sframe: do not generate .sframe for PLT if no .sframe i [...]
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.
--
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 8df4ee53f25 Daily bump.
new f9dbbff3e68 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 c10840056e8 Daily bump.
new 70af4c62e92 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.