This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/fifo
in repository newlib.
from 88bfbd71b Cygwin: FIFO: remove nreaders lock and get_nreaders
new 031e8a0cd Cygwin: FIFO: minor cosmetic changes
new c5d9d8067 Cygwin: FIFO: make sure there's an owner after opening a reader
new 8bdbb0c75 Cygwin: FIFO: add a shared fifo_client_handler list
new 6a07639b8 Cygwin: FIFO: take ownership on exec
new ec105b922 Cygwin: FIFO: find a new owner when closing
The 5 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:
winsup/cygwin/fhandler.h | 104 +++++++--
winsup/cygwin/fhandler_fifo.cc | 494 ++++++++++++++++++++++++++++++++++++-----
2 files changed, 518 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 28b733ea04f amdgcn: Fix wrong-code bug in 64-bit masked add
new 0b4718956d6 d: Fix order of precedence for -defaultlib and -debuglib
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/d/ChangeLog | 7 +++++
gcc/d/d-spec.cc | 84 +++++++++++++++++++++++++--------------------------------
2 files changed, 43 insertions(+), 48 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 7cf288744fd [gdb/testsuite] Fix language in dw2-bad-mips-linkage-name.exp
new ff985671077 Convert symbol_set_demangled_name to a method
new 787de330ee1 Move the rust "{" hack
new 8c87a4527f5 Fix two latent Rust bugs
new e61108c92d4 Add attribute::value_as_string method
new 2467f4f6a53 Introduce new add_psymbol_to_list overload
new 76e288d1d2f Use the new add_psymbol_to_list overload
new f049a313fca Don't call compute_and_set_names for partial symbols
new bcfe6157ca2 Use the linkage name if it exists
new 906bb4c58fa Fix Rust test cases
new 7151c1af38e Remove symbol_get_demangled_name
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/ChangeLog | 70 ++++++++
gdb/compile/compile-object-load.c | 7 +-
gdb/dwarf2/attribute.c | 18 ++
gdb/dwarf2/attribute.h | 4 +
gdb/dwarf2/read.c | 191 +++++++++++----------
gdb/minsyms.c | 5 +-
gdb/psympriv.h | 8 +
gdb/psymtab.c | 53 +++---
gdb/symtab.c | 50 ++----
gdb/symtab.h | 12 +-
gdb/testsuite/ChangeLog | 17 ++
gdb/testsuite/gdb.base/c-linkage-name.exp | 4 +-
.../gdb.cp/{typed-enum.exp => print-demangle.exp} | 21 +--
.../gdb.dwarf2/dw2-namespaceless-anonymous.S | 93 ----------
.../dw2-namespaceless-anonymous.c} | 6 +-
.../gdb.dwarf2/dw2-namespaceless-anonymous.exp | 44 ++++-
gdb/testsuite/gdb.guile/scm-symbol.exp | 4 +-
gdb/testsuite/gdb.python/py-symbol.exp | 2 +-
18 files changed, 329 insertions(+), 280 deletions(-)
copy gdb/testsuite/gdb.cp/{typed-enum.exp => print-demangle.exp} (66%)
delete mode 100644 gdb/testsuite/gdb.dwarf2/dw2-namespaceless-anonymous.S
copy gdb/testsuite/{gdb.base/persistent-lang.cc => gdb.dwarf2/dw2-namespaceless-an [...]
--
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 dac2fef7cfa Update test cases that work with minimal encodings
new 7cf288744fd [gdb/testsuite] Fix language in dw2-bad-mips-linkage-name.exp
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/ChangeLog | 5 +++++
gdb/testsuite/gdb.dwarf2/dw2-bad-mips-linkage-name.exp | 6 +++---
2 files changed, 8 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 glibc.
from 50a2d83c08 elf: Introduce <elf_machine_sym_no_match.h>
new ec935dea63 elf: Implement __libc_early_init
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:
csu/init-first.c | 4 -
csu/libc-start.c | 5 +
elf/Makefile | 5 +-
elf/Versions | 1 +
.../dl-call-libc-early-init.c | 44 ++++----
elf/dl-load.c | 9 ++
elf/dl-lookup-direct.c | 116 +++++++++++++++++++++
elf/dl-open.c | 25 +++++
elf/{tst-auxobj.c => libc-early-init.h} | 35 +++----
.../mach/htl/thrd_yield.c => elf/libc_early_init.c | 11 +-
elf/rtld.c | 4 +
sysdeps/generic/ldsodefs.h | 17 +++
sysdeps/mach/hurd/i386/init-first.c | 4 -
13 files changed, 220 insertions(+), 60 deletions(-)
copy sysdeps/powerpc/mod-cache-ppc.c => elf/dl-call-libc-early-init.c (54%)
create mode 100644 elf/dl-lookup-direct.c
copy elf/{tst-auxobj.c => libc-early-init.h} (58%)
copy sysdeps/mach/htl/thrd_yield.c => elf/libc_early_init.c (82%)
--
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 4544db3f848f Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
new 9da73974eb9c tracing: Fix memory leaks in trace_events_hist.c
new 353da87921a5 ftrace: Fix memory leak caused by not freeing entry in unr [...]
new a2806ef77ff9 tracing: Remove DECLARE_TRACE_NOARGS
new d013496f99c5 tracing: Convert local functions in tracing_map.c to static
new da5de55d1747 Merge tag 'trace-v5.7-rc2' of git://git.kernel.org/pub/scm [...]
new c4b4c2a78a9f buffer: remove useless comment and WB_REASON_FREE_MORE_MEM [...]
new b849dd84b6cc bdev: Reduce time holding bd_mutex in sync in blkdev_close()
new d6c8e949a35d blk-iocost: Fix error on iocost_ioc_vrate_adj
new d56deb1e4e66 block: remove unused header
new 9dd44c7e998e null_blk: Fix zoned command handling
new d205bde78fa5 null_blk: Cleanup zoned device initialization
new 3d29cb17baec Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/li [...]
new 89e7c85026a0 ata: sata_inic162x fix a spelling issue
new 81da3d3c1015 Merge tag 'libata-5.7-2020-04-24' of git://git.kernel.dk/l [...]
new 44575a67314b io_uring: only restore req->work for req that needs do completion
new aee1a009c9d2 Merge tag 'io_uring-5.7-2020-04-24' of git://git.kernel.dk [...]
new bc0c4d1e176e mm: check that mm is still valid in madvise()
new 2b6022a32e1c ACPI: button: Drop no longer necessary Asus T200TA lid_ini [...]
new 1c5e1cdd7c1f ACPI/PCI: pci_link: use extended_irq union member when set [...]
new 0db0d142e2d2 Merge branch 'acpi-pci'
new 9dc5d985fdab Merge tag 'acpi-5.7-rc3' of git://git.kernel.org/pub/scm/l [...]
new 01b2bafe57b1 pnp: Use list_for_each_entry() instead of open coding
new 5be35f7ffca5 Merge tag 'pnp-5.7-rc3' of git://git.kernel.org/pub/scm/li [...]
new 09beebd8f93b PM: sleep: core: Switch back to async_schedule_dev()
new 2c9a583be132 pm-graph v5.6
new 4bee16d7cccd Merge branch 'pm-tools'
new 8e9ccd0f26b0 Merge tag 'pm-5.7-rc3' of git://git.kernel.org/pub/scm/lin [...]
The 27 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:
block/blk-iocost.c | 4 +-
drivers/acpi/button.c | 12 -
drivers/acpi/pci_link.c | 4 +-
drivers/ata/sata_inic162x.c | 2 +-
drivers/base/power/main.c | 2 +-
drivers/block/null_blk.h | 29 +-
drivers/block/null_blk_main.c | 62 +--
drivers/block/null_blk_zoned.c | 45 ++-
fs/block_dev.c | 11 +-
fs/buffer.c | 2 +-
fs/io_uring.c | 10 +-
include/linux/backing-dev-defs.h | 1 -
include/linux/pnp.h | 29 +-
include/linux/tracepoint.h | 22 +-
include/trace/events/iocost.h | 6 +-
include/trace/events/writeback.h | 1 -
kernel/trace/ftrace.c | 1 +
kernel/trace/trace_events_hist.c | 7 +
kernel/trace/tracing_map.c | 6 +-
mm/madvise.c | 18 +
tools/power/pm-graph/Makefile | 4 +
tools/power/pm-graph/README | 124 +++++-
tools/power/pm-graph/bootgraph.py | 2 +-
tools/power/pm-graph/sleepgraph.8 | 65 ++-
tools/power/pm-graph/sleepgraph.py | 795 +++++++++++++++++++++----------------
25 files changed, 766 insertions(+), 498 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 9852ceef7f0 Add WOW64 exception numbers to $_siginfo.ExceptionCode enum
new 675127ec647 Rename "variant" to "ppc_variant"
new ef83a141a29 Add new variant part code
new 61122aa9ed4 Allow DWARF expression to push the initial address
new b249d2c2c01 Prefer existing data when evaluating DWARF expression
new 9c6a1327ad9 Rewrite the existing variant part code
new f8e89861cfb Add support for dynamic type lengths
new 7d79de9a4be Add support for variable field offsets
new d656f129ebc Update Ada ptype support for dynamic types
new adfb981595c Add tests for Ada changes
new 1acda8039ba Add Python support for dynamic types
new dac2fef7cfa Update test cases that work with minimal encodings
The 11 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/ChangeLog | 123 +++++
gdb/NEWS | 5 +
gdb/ada-lang.c | 6 +-
gdb/ada-typeprint.c | 129 +++++
gdb/ada-valprint.c | 4 +-
gdb/doc/ChangeLog | 5 +
gdb/doc/python.texi | 14 +-
gdb/dwarf2/loc.c | 80 ++-
gdb/dwarf2/loc.h | 10 +-
gdb/dwarf2/read.c | 880 ++++++++++++++++++++----------
gdb/findvar.c | 6 +-
gdb/gdbtypes.c | 270 ++++++++-
gdb/gdbtypes.h | 147 +++--
gdb/gnu-v3-abi.c | 26 +
gdb/python/py-type.c | 35 +-
gdb/rs6000-tdep.c | 10 +-
gdb/rust-lang.c | 115 ++--
gdb/testsuite/ChangeLog | 39 ++
gdb/testsuite/gdb.ada/frame_arg_lang.exp | 93 ++--
gdb/testsuite/gdb.ada/funcall_ref.exp | 98 ++--
gdb/testsuite/gdb.ada/lang_switch.exp | 5 +-
gdb/testsuite/gdb.ada/mi_var_array.exp | 69 ++-
gdb/testsuite/gdb.ada/mi_var_union.exp | 65 ++-
gdb/testsuite/gdb.ada/mi_variant.exp | 65 +++
gdb/testsuite/gdb.ada/mi_variant/pck.ads | 54 ++
gdb/testsuite/gdb.ada/mi_variant/pkg.adb | 28 +
gdb/testsuite/gdb.ada/packed_tagged.exp | 81 ++-
gdb/testsuite/gdb.ada/unchecked_union.exp | 29 +-
gdb/testsuite/gdb.ada/var_rec_arr.exp | 73 ++-
gdb/testsuite/gdb.ada/variant.exp | 56 ++
gdb/testsuite/gdb.ada/variant/pck.ads | 54 ++
gdb/testsuite/gdb.ada/variant/pkg.adb | 41 ++
gdb/testsuite/gdb.rust/simple.exp | 10 +
gdb/valarith.c | 2 +-
gdb/valops.c | 44 --
gdb/value.c | 25 +-
gdb/value.h | 29 +-
37 files changed, 2110 insertions(+), 715 deletions(-)
create mode 100644 gdb/testsuite/gdb.ada/mi_variant.exp
create mode 100644 gdb/testsuite/gdb.ada/mi_variant/pck.ads
create mode 100644 gdb/testsuite/gdb.ada/mi_variant/pkg.adb
create mode 100644 gdb/testsuite/gdb.ada/variant.exp
create mode 100644 gdb/testsuite/gdb.ada/variant/pck.ads
create mode 100644 gdb/testsuite/gdb.ada/variant/pkg.adb
--
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 781dacc4f4 Add a syscall test for [BZ #25810]
new 50a2d83c08 elf: Introduce <elf_machine_sym_no_match.h>
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:
elf/dl-lookup.c | 10 +----
.../generic/elf_machine_sym_no_match.h | 19 +++++++---
sysdeps/mips/dl-machine.h | 15 --------
sysdeps/mips/elf_machine_sym_no_match.h | 43 ++++++++++++++++++++++
4 files changed, 58 insertions(+), 29 deletions(-)
copy elf/tst-auditlogmod-1.c => sysdeps/generic/elf_machine_sym_no_match.h (64%)
create mode 100644 sysdeps/mips/elf_machine_sym_no_match.h
--
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 9c725245bee rs6000: Properly handle LE index munging in vec_shr (PR94710)
new 28b733ea04f amdgcn: Fix wrong-code bug in 64-bit masked add
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/ChangeLog | 6 ++++++
gcc/config/gcn/gcn-valu.md | 6 ++++--
2 files changed, 10 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 9407f0c32b2 testsuite: C++14 vs. C++17 struct-layout-1.exp testing with [...]
new 9c725245bee rs6000: Properly handle LE index munging in vec_shr (PR94710)
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/ChangeLog | 6 ++++++
gcc/config/rs6000/vector.md | 3 ++-
2 files changed, 8 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.