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 2677a57064a tc-microblaze.c - int compare for X_add_number.
new 4ebfd53de03 Support the NO_COLOR environment variable
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:
gdb/NEWS | 4 ++++
gdb/doc/gdb.texinfo | 3 +++
gdb/main.c | 4 ++++
gdb/testsuite/gdb.base/early-init-file.exp | 4 +---
gdb/testsuite/gdb.base/readline-ask.exp | 2 ++
gdb/testsuite/gdb.base/style-interp-exec-mi.exp | 5 +----
gdb/testsuite/gdb.base/style-logging.exp | 5 +----
gdb/testsuite/gdb.base/style.exp | 11 +++++------
.../gdb.debuginfod/build-id-no-debug-warning.exp | 5 +----
gdb/testsuite/gdb.debuginfod/crc_mismatch.exp | 5 +----
gdb/testsuite/gdb.python/py-format-string.exp | 3 +--
gdb/testsuite/gdb.python/py-source-styling.exp | 4 +---
gdb/testsuite/gdb.python/py-startup-opt.exp | 5 +----
gdb/testsuite/gdb.rust/rust-style.exp | 5 +----
gdb/testsuite/gdb.tui/tui-layout.exp | 18 +++++++++++-------
gdb/testsuite/lib/gdb.exp | 21 ++++++++++++++++++++-
gdb/testsuite/lib/tuiterm.exp | 3 ++-
17 files changed, 60 insertions(+), 47 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 9ed22ae6be81 Merge tag 'spi-fix-v6.6-rc3' of git://git.kernel.org/pub/s [...]
new 494e87ffa015 xtensa: add default definition for XCHAL_HAVE_DIV32
new 84e34a99fd40 xtensa: fault: include <asm/traps.h>
new 4052a37aa84a xtensa: irq: include <asm/traps.h>
new 8cf543c0a074 xtensa: ptrace: add prototypes to <asm/ptrace.h>
new ccf9d278e5bb xtensa: processor.h: add init_arch() prototype
new 4ec4b8b1ec31 xtensa: signal: include headers for function prototypes
new 1b6ceeb99ee0 xtensa: stacktrace: include <asm/ftrace.h> for prototype
new 1c4087e97eb5 xtensa: traps: add <linux/cpu.h> for function prototype
new 373e41633c35 irqchip: irq-xtensa-mx: include header for missing prototype
new 0f95df6246fe xtensa: smp: add headers for missing function prototypes
new 2e413b1ebc30 xtensa: hw_breakpoint: include header for missing prototype
new 25b9a3caf886 xtensa: tlb: include <asm/tlb.h> for missing prototype
new 1b59efeb5985 xtensa: iss/network: make functions static
new 54d3d7d36382 xtensa: boot: don't add include-dirs
new 9aecda97ec3d xtensa: umulsidi3: fix conditional expression
new f54d02c8f2cc xtensa: boot/lib: fix function prototypes
new b02afe1df518 Merge tag 'xtensa-20230928' of https://github.com/jcmvbkbc [...]
new dc77721ea4aa power: supply: ab8500: Set typing and props
new 779873ec8130 power: supply: mt6370: Fix missing error code in mt6370_ch [...]
new 37d1a624cb79 power: supply: rt5033_charger: recognize EXTCON setting
new 82f07f1acf41 pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency
new 926ce6ba2510 power: reset: use capital "OR" for multiple licenses in SPDX
new 4ec7b666fb42 power: vexpress: fix -Wvoid-pointer-to-enum-cast warning
new e35059949daa power: supply: ucs1002: fix error code in ucs1002_get_property()
new cbcdfbf5a6cd power: supply: rk817: Add missing module alias
new cba320408d63 power: supply: rt9467: Fix rt9467_run_aicl()
new 3dc0bab23dba power: supply: core: fix use after free in uevent
new 488ef44c068e power: supply: rk817: Fix node refcount leak
new 94b7ed384fa9 Merge tag 'for-v6.6-rc' of git://git.kernel.org/pub/scm/li [...]
new 1aa2a9f27627 dt-bindings: clock: versaclock3: Add description for #cloc [...]
new 576418e34172 clk: vc3: Fix 64 by 64 division
new 6dcf03bcac31 clk: vc3: Fix output clock mapping
new eec11486d191 clk: vc3: Make vc3_clk_mux enum values based on vc3_clk en [...]
new b7b20cfe6f84 clk: sprd: Fix thm_parents incorrect configuration
new f03a562450ee clk: si521xx: Use REGCACHE_FLAT instead of NONE
new 83df5bf010eb clk: si521xx: Fix regmap write accessor
new a47b44fbb13f clk: tegra: fix error return case for recalc_rate
new acfdcaeed6e6 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...]
new 9e8bc2dda5a7 gpio: timberdale: Fix potential deadlock on &tgpio->lock
new 26d9e5640d21 gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip
new 71e58659bfc0 Merge tag 'gpio-fixes-for-v6.6-rc4' of git://git.kernel.or [...]
The 41 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:
.../devicetree/bindings/clock/renesas,5p35023.yaml | 11 +--
arch/xtensa/boot/Makefile | 3 +-
arch/xtensa/boot/lib/zmem.c | 5 +-
arch/xtensa/include/asm/core.h | 4 ++
arch/xtensa/include/asm/hw_breakpoint.h | 1 +
arch/xtensa/include/asm/processor.h | 5 ++
arch/xtensa/include/asm/ptrace.h | 3 +
arch/xtensa/include/asm/smp.h | 1 +
arch/xtensa/include/asm/tlb.h | 2 +
arch/xtensa/kernel/hw_breakpoint.c | 1 +
arch/xtensa/kernel/irq.c | 1 +
arch/xtensa/kernel/ptrace.c | 1 -
arch/xtensa/kernel/signal.c | 2 +
arch/xtensa/kernel/smp.c | 1 +
arch/xtensa/kernel/stacktrace.c | 1 +
arch/xtensa/kernel/traps.c | 1 +
arch/xtensa/lib/umulsidi3.S | 4 +-
arch/xtensa/mm/fault.c | 1 +
arch/xtensa/mm/tlb.c | 1 +
arch/xtensa/platforms/iss/network.c | 4 +-
drivers/clk/clk-si521xx.c | 9 +--
drivers/clk/clk-versaclock3.c | 81 +++++++++++-----------
drivers/clk/sprd/ums512-clk.c | 2 +-
drivers/clk/tegra/clk-bpmp.c | 2 +-
drivers/gpio/gpio-pmic-eic-sprd.c | 1 +
drivers/gpio/gpio-timberdale.c | 5 +-
drivers/irqchip/irq-xtensa-mx.c | 1 +
drivers/power/reset/Kconfig | 2 +-
drivers/power/reset/pwr-mlxbf.c | 2 +-
drivers/power/reset/vexpress-poweroff.c | 2 +-
drivers/power/supply/Kconfig | 1 +
drivers/power/supply/ab8500_btemp.c | 9 +--
drivers/power/supply/ab8500_chargalg.c | 2 +-
drivers/power/supply/mt6370-charger.c | 2 +-
drivers/power/supply/power_supply_sysfs.c | 7 ++
drivers/power/supply/rk817_charger.c | 16 ++++-
drivers/power/supply/rt9467-charger.c | 4 +-
drivers/power/supply/ucs1002_power.c | 3 +-
38 files changed, 124 insertions(+), 80 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 0f184b4141e Fix memory barrier patterns for pre PA8800 processors
new 5f2408712a4 modula2: iso library SysClock.mod and wrapclock.cc fixes.
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/m2/gm2-compiler/M2Quads.mod | 6 +++---
gcc/m2/gm2-libs-iso/SysClock.mod | 20 ++++++++++++--------
libgm2/libm2iso/wrapclock.cc | 12 +++++++-----
3 files changed, 22 insertions(+), 16 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 832ca732b8a x86-64: Add -z mark-plt and -z nomark-plt
new 54fd15eef72 bfd: microblaze: Fix bug in TLSTPREL Relocation
new 2677a57064a tc-microblaze.c - int compare for X_add_number.
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/elf32-microblaze.c | 4 ++--
gas/config/tc-microblaze.c | 2 +-
2 files changed, 3 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 gcc.
from a8b9c32da78 libstdc++: Fix handling of surrogate CP in codecvt [PR108976]
new 0f184b4141e Fix memory barrier patterns for pre PA8800 processors
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/pa/pa.md | 12 ++++++------
gcc/config/pa/pa.opt | 2 +-
2 files changed, 7 insertions(+), 7 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 a78c3c9717e Fix: Segmentation fault caused by npd in objdump
new 832ca732b8a x86-64: Add -z mark-plt and -z nomark-plt
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-linker-x86.h | 3 ++
bfd/elf64-x86-64.c | 7 ++++-
bfd/elfxx-x86.c | 47 +++++++++++++++++++++++++++++++-
bfd/elfxx-x86.h | 3 ++
binutils/readelf.c | 19 +++++++++++++
include/elf/x86-64.h | 5 ++++
ld/emulparams/elf32_x86_64.sh | 1 +
ld/emulparams/elf_x86_64.sh | 1 +
ld/emulparams/x86-64-plt.sh | 14 ++++++++++
ld/ld.texi | 11 ++++++++
ld/testsuite/ld-x86-64/mark-plt-1.s | 7 +++++
ld/testsuite/ld-x86-64/mark-plt-1a-x32.d | 12 ++++++++
ld/testsuite/ld-x86-64/mark-plt-1a.d | 12 ++++++++
ld/testsuite/ld-x86-64/mark-plt-1b-x32.d | 16 +++++++++++
ld/testsuite/ld-x86-64/mark-plt-1b.d | 16 +++++++++++
ld/testsuite/ld-x86-64/mark-plt-1c-x32.d | 12 ++++++++
ld/testsuite/ld-x86-64/mark-plt-1c.d | 12 ++++++++
ld/testsuite/ld-x86-64/mark-plt-1d-x32.d | 16 +++++++++++
ld/testsuite/ld-x86-64/mark-plt-1d.d | 16 +++++++++++
ld/testsuite/ld-x86-64/x86-64.exp | 8 ++++++
20 files changed, 236 insertions(+), 2 deletions(-)
create mode 100644 ld/emulparams/x86-64-plt.sh
create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1.s
create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1a-x32.d
create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1a.d
create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1b-x32.d
create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1b.d
create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1c-x32.d
create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1c.d
create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1d-x32.d
create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1d.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 gcc.
from 346f5991569 Harmonize headers between both dg-extract-results scripts
new 28adad7a32e libstdc++: Ensure active union member is correctly set
new a8b9c32da78 libstdc++: Fix handling of surrogate CP in codecvt [PR108976]
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:
libstdc++-v3/include/bits/basic_string.h | 6 +-
libstdc++-v3/include/bits/basic_string.tcc | 4 +
libstdc++-v3/include/std/variant | 32 +-
libstdc++-v3/src/c++11/codecvt.cc | 18 +-
.../testsuite/22_locale/codecvt/codecvt_unicode.cc | 38 +-
.../testsuite/22_locale/codecvt/codecvt_unicode.h | 1799 +++++++++++++++-----
...icode_wchar_t.cc => codecvt_unicode_char8_t.cc} | 32 +-
.../22_locale/codecvt/codecvt_unicode_wchar_t.cc | 32 +-
.../22_locale/codecvt/codecvt_utf16/79980.cc | 2 +-
9 files changed, 1491 insertions(+), 472 deletions(-)
copy libstdc++-v3/testsuite/22_locale/codecvt/{codecvt_unicode_wchar_t.cc => codec [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.