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 d33a66a3113 gdb/solib-svr4: fix wrong namespace id for dynamic linker
new 3214cb0ce58 Automatically handle includes in testsuite/lib/
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/testsuite/gdb.base/backtrace.exp | 6 +---
gdb/testsuite/lib/gdb.exp | 63 ++++++++++++++++++++++++++++++++++++
2 files changed, 64 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 bd7c238e3c3 Pass representative of live SLP node to vect_create_epilog_ [...]
new ebbeaf490c5 [PR rtl-optimization/120553] Improve selecting between cons [...]
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/ifcvt.cc | 203 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/pr120553-1.c | 90 ++++++++++++
gcc/testsuite/gcc.target/riscv/pr120553-2.c | 90 ++++++++++++
gcc/testsuite/gcc.target/riscv/pr120553-3.c | 90 ++++++++++++
gcc/testsuite/gcc.target/riscv/pr120553-4.c | 90 ++++++++++++
gcc/testsuite/gcc.target/riscv/pr120553-5.c | 91 +++++++++++++
gcc/testsuite/gcc.target/riscv/pr120553-6.c | 91 +++++++++++++
gcc/testsuite/gcc.target/riscv/pr120553-7.c | 19 +++
gcc/testsuite/gcc.target/riscv/pr120553-8.c | 19 +++
9 files changed, 783 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/pr120553-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/pr120553-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/pr120553-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/pr120553-4.c
create mode 100644 gcc/testsuite/gcc.target/riscv/pr120553-5.c
create mode 100644 gcc/testsuite/gcc.target/riscv/pr120553-6.c
create mode 100644 gcc/testsuite/gcc.target/riscv/pr120553-7.c
create mode 100644 gcc/testsuite/gcc.target/riscv/pr120553-8.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 858ed9bfe38 ld: testsuite: Only xfail "shared (non PIC)" etc. on 64-bit [...]
new 33b761b2015 gdb/testsuite: handle dynamic linker path with symlink in d [...]
new 7f554749455 gdb/solib-svr4: make "lmid" XML attribute optional
new fcdc6c5aff1 gdb/solib: don't check filename when checking for duplicate solib
new 8a729432af7 gdb/solib: adjust info linker-namespaces/sharedlibrary format
new 0dd741f753c gdb/solib: save program space in solib_ops
new 3a1af461382 gdb/solib-svr4: add get_lm_info_svr4
new 77c87c12b35 gdb: rename svr4_same_1 -> svr4_same_name
new fbb487b4510 gdb: make iterate_over_objfiles_in_search_order methods of [...]
new a7ba2c42b80 gdb/solib-svr4: centralize fetching of default debug base
new d33a66a3113 gdb/solib-svr4: fix wrong namespace id for dynamic linker
The 10 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/ada-lang.c | 5 +-
gdb/cp-support.c | 5 +-
gdb/elfread.c | 10 +-
gdb/findvar.c | 5 +-
gdb/gdbarch-gen.c | 26 +--
gdb/gdbarch-gen.h | 17 +-
gdb/gdbarch.h | 6 -
gdb/gdbarch_components.py | 23 +--
gdb/infcmd.c | 3 +-
gdb/infrun.c | 5 +-
gdb/mips-fbsd-tdep.c | 12 +-
gdb/mips-linux-tdep.c | 10 +-
gdb/mips-netbsd-tdep.c | 12 +-
gdb/objfiles.c | 18 --
gdb/objfiles.h | 4 -
gdb/ppc-linux-tdep.c | 6 +-
gdb/progspace.c | 15 ++
gdb/progspace.h | 12 ++
gdb/python/py-objfile.c | 10 +-
gdb/solib-aix.c | 6 +-
gdb/solib-aix.h | 2 +-
gdb/solib-darwin.c | 6 +-
gdb/solib-darwin.h | 2 +-
gdb/solib-dsbt.c | 6 +-
gdb/solib-dsbt.h | 2 +-
gdb/solib-frv.c | 6 +-
gdb/solib-frv.h | 2 +-
gdb/solib-rocm.c | 26 ++-
gdb/solib-svr4-linux.c | 8 +-
gdb/solib-svr4-linux.h | 8 +-
gdb/solib-svr4.c | 293 +++++++++++++++++-------------
gdb/solib-svr4.h | 36 +++-
gdb/solib-target.c | 4 +-
gdb/solib-target.h | 4 +-
gdb/solib.c | 56 +++---
gdb/solib.h | 26 +++
gdb/symtab.c | 10 +-
gdb/testsuite/gdb.base/dlmopen-ns-ids.exp | 148 ++++++++++-----
gdb/testsuite/gdb.base/dlmopen.exp | 16 +-
gdb/testsuite/gdb.mi/mi-dlmopen.exp | 14 +-
gdb/windows-tdep.c | 86 ++++-----
41 files changed, 570 insertions(+), 401 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 a2e94e80790b Merge tag 'block-6.17-20250822' of git://git.kernel.dk/linux
new d26a9f4f0a77 platform/x86: dell-smbios-wmi: Stop touching WMI device ID
new 5b9e07551faa platform/x86/amd: pmc: Drop SMU F/W match for Cezanne
new dff6f3687879 platform/x86/intel-uncore-freq: Check write blocked for ELC
new 2c78fb287e1f platform/x86/amd/hsmp: Ensure sock->metric_tbl_addr is non-NULL
new de5cec220e4d platform/x86/amd/hsmp: Ensure success even if hwmon regist [...]
new 748f89751144 platform/x86: hp-wmi: mark Victus 16-r1xxx for victus_s fa [...]
new 272aa18fea29 Merge tag 'platform-drivers-x86-v6.17-2' of git://git.kern [...]
new 8ea815399c3f compiler: remove __ADDRESSABLE_ASM{_STR,}() again
new efdaa61d73a1 drivers/xen/xenbus: remove quirk for Xen 3.x
new b3d80535e213 Merge tag 'for-linus-6.17-rc3-tag' of git://git.kernel.org [...]
new eb173ce0e235 s390/configs: Update defconfigs
new fcc43a7e294f s390/configs: Set HZ=1000
new 430fa71027b6 s390/sclp: Fix SCCB present check
new 93f616ff870a s390/mm: Do not map lowcore with identity mapping
new fec7bdfe7f86 s390/hypfs: Avoid unnecessary ioctl registration in debugfs
new 3868f910440c s390/hypfs: Enable limited access during lockdown
new cf6fc5eefc5b Merge tag 's390-6.17-3' of git://git.kernel.org/pub/scm/li [...]
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:
arch/s390/boot/vmem.c | 3 ++
arch/s390/configs/debug_defconfig | 33 +++++++------
arch/s390/configs/defconfig | 34 ++++++--------
arch/s390/configs/zfcpdump_defconfig | 3 +-
arch/s390/hypfs/hypfs_dbfs.c | 19 +++++---
arch/x86/include/asm/xen/hypercall.h | 5 +-
drivers/platform/x86/amd/hsmp/acpi.c | 2 +-
drivers/platform/x86/amd/hsmp/hsmp.c | 5 ++
drivers/platform/x86/amd/pmc/pmc-quirks.c | 54 ++++++++++++++--------
drivers/platform/x86/amd/pmc/pmc.c | 13 ------
drivers/platform/x86/dell/dell-smbios-base.c | 19 ++++----
drivers/platform/x86/dell/dell-smbios-smm.c | 3 +-
drivers/platform/x86/dell/dell-smbios-wmi.c | 4 +-
drivers/platform/x86/dell/dell-smbios.h | 2 +-
drivers/platform/x86/hp/hp-wmi.c | 4 +-
.../intel/uncore-frequency/uncore-frequency-tpmi.c | 5 ++
drivers/s390/char/sclp.c | 11 ++++-
drivers/xen/xenbus/xenbus_xs.c | 23 ---------
include/linux/compiler.h | 8 ----
19 files changed, 119 insertions(+), 131 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 06e6154893c RISC-V: Add testcase for scalar unsigned SAT_MUL form 3
new af0af4cf813 Fixups around reduction info and STMT_VINFO_REDUC_VECTYPE_IN
new bd7c238e3c3 Pass representative of live SLP node to vect_create_epilog_ [...]
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/tree-vect-loop.cc | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 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 3957a5720157 Merge tag 'cgroup-for-6.17-rc2-fixes' of git://git.kernel. [...]
new 63b17b653df3 kho: init new_physxa->phys_bits to fix lockdep
new 8b66ed2c3f42 kho: mm: don't allow deferred struct page with KHO
new 44958f2025ed kho: warn if KHO is disabled due to an error
new b64700d41bdc squashfs: fix memory leak in squashfs_fill_super
new dde30854bddf mm/debug_vm_pgtable: clear page table entries at destroy_args()
new 9a6a6a319157 tools/testing: add linux/args.h header and fix radix, VMA tests
new 63f5dec16760 mm/damon/core: fix commit_ops_filters by using correct nth [...]
new 7c91e0b91aaa mm/mremap: allow multi-VMA move when filesystem uses thp_g [...]
new d5f416c7c364 mm/mremap: catch invalid multi VMA moves earlier
new 742d3663a577 selftests/mm: add test for invalid multi VMA operations
new 8b26f0a8b4f2 .mailmap: add entry for Easwar Hariharan
new 0cc2a4880ced selftests/damon: fix selftests by installing drgn related script
new 808471ddb0fa iov_iter: iterate_folioq: fix handling of offset >= folio size
new c7b70f76db07 mm: rust: add page.rs to MEMORY MANAGEMENT - RUST
new 44958000bada MAINTAINERS: mark MGLRU as maintained
new 2e6053fea379 mm/memory-failure: fix infinite UCE for VM_PFNMAP pfn
new b3dee902b6c2 mm/damon/core: fix damos_commit_filter not changing allow
new 053c8ebe74f7 mm/migrate: fix NULL movable_ops if CONFIG_ZSMALLOC=m
new ba1dd7ac735d mm/damon/sysfs-schemes: put damos dests dir after removing [...]
new 772e5b4a5e83 mm/mremap: fix WARN with uffd that has remap events disabled
new 6eba757ce904 Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://g [...]
new 76d2e3890fb1 NFS: Fix a race when updating an existing write
new e86ba12cf84a Merge tag 'nfs-for-6.17-2' of git://git.linux-nfs.org/proj [...]
new 453a6d2a68e5 cifs: Fix oops due to uninitialised variable
new 3cfcd57def33 Merge tag '6.17-rc2-smb3-client-fix' of git://git.samba.or [...]
new eafae0fdd115 ALSA: hda/realtek: Add support for HP EliteBook x360 830 G [...]
new c0ed3c2edc76 ALSA: hda/tas2781: Add name prefix tas2781 for tas2781's d [...]
new 89f0addeee3c ALSA: usb-audio: Fix size validation in convert_chmap_v3()
new 018f659753fd ALSA: hda/realtek: Fix headset mic on ASUS Zenbook 14
new f4b3cef55f5f ALSA: hda/realtek: Audio disappears on HP 15-fc000 after w [...]
new 3f4422e7c943 ALSA: hda: tas2781: Fix wrong reference of tasdevice_priv
new af24c20c4633 ASoC: codecs: ES9389: Modify the standby configuration
new f135fb24ef29 ASoC: cs35l56: Update Firmware Addresses for CS35L63 for p [...]
new 8dadc11b67d4 ASoC: cs35l56: Handle new algorithms IDs for CS35L63
new 8d13d1bdb59d ASoC: cs35l56: Remove SoundWire Clock Divider workaround f [...]
new 7c15e4cabfa9 ASoC: cs35l56: Fixes for CS35L63 for production
new 279eb50aa8b6 Merge tag 'asoc-fix-v6.17-rc2' of https://git.kernel.org/p [...]
new 5003a65790ed ALSA: timer: fix ida_free call while not allocated
new 8410fe81093f ALSA: usb-audio: Use correct sub-type for UAC3 feature uni [...]
new f28ad47b6692 Merge tag 'sound-6.17-rc3' of git://git.kernel.org/pub/scm [...]
new 8503d0fcb108 iommu/amd: Avoid stack buffer overflow from kernel cmdline
new 41f0200c718c iommu/tegra241-cmdqv: Fix missing cpu_to_le64 at lvcmdq_err_map
new 685ca577b408 iommu/arm-smmu-v3: Fix smmu_domain->nr_ats_masters decrement
new 72b6f7cd89ce iommu/virtio: Make instance lookup robust
new 99d4d1a07087 iommu/riscv: prevent NULL deref in iova_to_phys
new c37d2bc92b90 Merge tag 'iommu-fixes-v6.17-rc2' of git://git.kernel.org/ [...]
new 3c3e9a9f2972 RDMA/rxe: Flush delayed SKBs while releasing RXE resources
new d5c74713f011 RDMA/erdma: Fix ignored return value of init_kernel_qp
new d4ac86b47563 RDMA/erdma: Fix unset QPN of GSI QP
new 085a1b42e527 RDMA/hns: Fix querying wrong SCC context for DIP algorithm
new 6296f9a5293a RDMA/bnxt_re: Fix to do SRQ armena by default
new 666bce0bd7e7 RDMA/bnxt_re: Fix to remove workload check in SRQ limit path
new ba60a1e8cbbd RDMA/bnxt_re: Fix a possible memory leak in the driver
new 806b9f494f62 RDMA/bnxt_re: Fix to initialize the PBL array
new 2186e8c39eb1 MAINTAINERS: Remove bouncing irdma maintainer
new 111aea0464c2 RDMA/core: Free pfn_list with appropriate kvfree call
new fa2e2d31ee3b RDMA/hns: Fix dip entries leak on devices newer than hip09
new e2d324af56f7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
new dec8b38be4b3 mmc: sdhci-pci-gli: Add a new function to simplify the code
new 293ed0f5f34e mmc: sdhci-pci-gli: GL9763e: Rename the gli_set_gl9763e() [...]
new 340be332e420 mmc: sdhci-pci-gli: GL9763e: Mask the replay timer timeout of AER
new e251709aaddb mmc: sdhci-of-arasan: Ensure CD logic stabilization before [...]
new 99d7ab8db9d8 memstick: Fix deadlock by moving removing flag earlier
new d2d7a96b29ea mmc: sdhci_am654: Disable HS400 for AM62P SR1.0 and SR1.1
new afd58777de7f Merge tag 'mmc-v6.17-rc2' of git://git.kernel.org/pub/scm/ [...]
new fad2cf04e91f scsi: fnic: Remove a useless struct mempool forward declaration
new 823f95575d85 scsi: ufs: ufs-pci: Add support for Intel Wildcat Lake
new 9dcf111dd3e7 scsi: qla4xxx: Prevent a potential error pointer dereference
new eabcac808ca3 scsi: ufs: core: Fix IRQ lock inversion for the SCSI host lock
new e5203d89d59b scsi: ufs: core: Remove WARN_ON_ONCE() call from ufshcd_ui [...]
new 9ee35fd43f94 scsi: ufs: core: Fix the return value documentation
new 09d57d68ba9a scsi: ufs: core: Rename ufshcd_wait_for_doorbell_clr()
new 6300d5c54387 scsi: ufs: ufs-qcom: Fix ESI null pointer dereference
new edeee68c4274 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
new 508c1314b342 io_uring/futex: ensure io_futex_wait() cleans up properly [...]
new e4e6aaea46b7 io_uring: clear ->async_data as part of normal init
new d28de4fc0aaa Merge tag 'io_uring-6.17-20250822' of git://git.kernel.dk/linux
new 0227af355b50 selftests: ublk: Use ARRAY_SIZE() macro to improve code
new 61ca3b891b4b block: handle pi_tuple_size in queue_limits_stack_integrity
new f4ae1744033d block: remove newlines from the warnings in blk_validate_i [...]
new 25db5f284fb8 md: add legacy_async_del_gendisk mode
new c27973211ffc md: keep recovery_cp in mdp_superblock_s
new cb0780ad4333 md: add helper rdev_needs_recovery()
new b7ee30f0efd1 md: fix sync_action incorrect display during resync
new 724216903700 Merge tag 'md-6.17-20250819' of gitolite.kernel.org:pub/sc [...]
new 8aa5a3b68ad1 loop: Consolidate size calculation logic into lo_calculate_size()
new 47b71abd5846 loop: use vfs_getattr_nosec for accurate file size
new d0a2b527d8c3 block: tone down bio_check_eod
new 2d82f3bd8910 blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queues
new 275332877e2f block: skip q->rq_qos check in rq_qos_done_bio()
new ade1beea1c27 block: decrement block_rq_qos static key in rq_qos_del()
new 370ac285f23a block: avoid cpu_hotplug_lock depedency on freeze_lock
new a2e94e80790b Merge tag 'block-6.17-20250822' of git://git.kernel.dk/linux
The 93 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:
.mailmap | 2 +
MAINTAINERS | 20 +-
block/blk-core.c | 2 +-
block/blk-mq-debugfs.c | 1 +
block/blk-mq.c | 13 +-
block/blk-rq-qos.c | 8 +-
block/blk-rq-qos.h | 48 +++--
block/blk-settings.c | 12 +-
drivers/block/loop.c | 39 ++--
drivers/infiniband/core/umem_odp.c | 4 +-
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 8 +-
drivers/infiniband/hw/bnxt_re/main.c | 23 +++
drivers/infiniband/hw/bnxt_re/qplib_fp.c | 30 +--
drivers/infiniband/hw/bnxt_re/qplib_fp.h | 2 -
drivers/infiniband/hw/bnxt_re/qplib_res.c | 2 +
drivers/infiniband/hw/erdma/erdma_verbs.c | 6 +-
drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 6 +-
drivers/infiniband/hw/hns/hns_roce_restrack.c | 9 +-
drivers/infiniband/sw/rxe/rxe_net.c | 29 +--
drivers/infiniband/sw/rxe/rxe_qp.c | 2 +-
drivers/iommu/amd/init.c | 4 +-
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 2 +-
drivers/iommu/arm/arm-smmu-v3/tegra241-cmdqv.c | 8 +-
drivers/iommu/riscv/iommu.c | 2 +-
drivers/iommu/virtio-iommu.c | 15 +-
drivers/md/md.c | 122 +++++++++---
drivers/memstick/core/memstick.c | 1 -
drivers/memstick/host/rtsx_usb_ms.c | 1 +
drivers/mmc/host/sdhci-of-arasan.c | 33 +++-
drivers/mmc/host/sdhci-pci-gli.c | 37 ++--
drivers/mmc/host/sdhci_am654.c | 18 ++
drivers/scsi/fnic/fnic.h | 2 -
drivers/scsi/qla4xxx/ql4_os.c | 2 +
drivers/ufs/core/ufshcd.c | 76 ++++---
drivers/ufs/host/ufs-qcom.c | 39 ++--
drivers/ufs/host/ufshcd-pci.c | 1 +
fs/nfs/pagelist.c | 9 +-
fs/nfs/write.c | 29 +--
fs/smb/client/smb2ops.c | 2 +-
fs/squashfs/super.c | 14 +-
include/linux/blkdev.h | 1 +
include/linux/iov_iter.h | 20 +-
include/linux/migrate.h | 5 +
include/linux/nfs_page.h | 1 +
include/sound/cs35l56.h | 5 +-
include/sound/tas2781-tlv.h | 6 +-
include/uapi/linux/raid/md_p.h | 2 +-
io_uring/futex.c | 3 +
io_uring/io_uring.c | 1 +
kernel/Kconfig.kexec | 1 +
kernel/kexec_handover.c | 29 ++-
mm/balloon_compaction.c | 6 +
mm/damon/core.c | 15 +-
mm/damon/sysfs-schemes.c | 2 +-
mm/debug_vm_pgtable.c | 9 +-
mm/memory-failure.c | 8 +
mm/migrate.c | 38 +++-
mm/mremap.c | 82 ++++----
mm/zsmalloc.c | 10 +
sound/core/timer.c | 4 +-
sound/hda/codecs/realtek/alc269.c | 31 ++-
sound/hda/codecs/side-codecs/tas2781_hda_i2c.c | 4 +-
sound/hda/codecs/side-codecs/tas2781_hda_spi.c | 6 +-
sound/soc/codecs/cs35l56-sdw.c | 69 -------
sound/soc/codecs/cs35l56-shared.c | 29 ++-
sound/soc/codecs/cs35l56.c | 2 +-
sound/soc/codecs/cs35l56.h | 3 -
sound/soc/codecs/es8389.c | 2 +-
sound/soc/codecs/tas2781-i2c.c | 4 +-
sound/usb/stream.c | 2 +-
sound/usb/validate.c | 2 +-
{include => tools/include}/linux/args.h | 0
tools/testing/selftests/damon/Makefile | 1 +
tools/testing/selftests/mm/mremap_test.c | 264 ++++++++++++++++++++++++-
tools/testing/selftests/ublk/kublk.c | 4 +-
tools/testing/shared/linux/idr.h | 4 +
76 files changed, 923 insertions(+), 435 deletions(-)
copy {include => tools/include}/linux/args.h (100%)
--
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 bb7fb0f1a7 x86: Remove an extra space before THREAD_SELF
new 3997c50f0b x86_64: Use __seg_fs qualifiers in NPTL accessors
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:
sysdeps/unix/sysv/linux/x86_64/64/Implies | 1 +
sysdeps/{i386 => x86_64/64}/nptl/rseq-access.h | 24 +++--
sysdeps/x86_64/nptl/tcb-access.h | 127 +++++++------------------
sysdeps/x86_64/{ => x32}/nptl/rseq-access.h | 12 ++-
4 files changed, 55 insertions(+), 109 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/x86_64/64/Implies
copy sysdeps/{i386 => x86_64/64}/nptl/rseq-access.h (78%)
rename sysdeps/x86_64/{ => x32}/nptl/rseq-access.h (92%)
--
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 3858dcd7a05 Decouple parloops from vect reduction infra some more
new 62beefc4750 testsuite: Fix g++.dg/abi/mangle83.C for -fshort-enums
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/g++.dg/abi/mangle83.C | 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 73a2a9d6c2e RTEMS: Add riscv multilibs
new 3858dcd7a05 Decouple parloops from vect reduction infra some more
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-parloops.cc | 114 ++++++++++++++++++++++-----------------------------
1 file changed, 48 insertions(+), 66 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.