This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from b5089f339 Cygwin: pty: Prevent meaningless ResizePseudoConsole() calls.
new 41ae84e6d Cygwin: stat: fix st_mode of fifos again
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:
winsup/cygwin/fhandler_disk_file.cc | 2 +-
winsup/cygwin/release/3.1.5 | 3 +++
2 files changed, 4 insertions(+), 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 master
in repository gcc.
from 4833c1adc3c c++: Fix initlist-array12.C
new 2815558a2db Fix off-by-one error in previous commit
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/gimple-ssa-store-merging.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 198204a7f0 [PATCH] allow empty string as argument to -Map
adds ac637ec30d Don't close thread handles provided by WaitForDebugEvent
adds 6479bf854a Don't close process handle provided by WaitForDebugEvent
adds 96445f0b66 Use errno value of first openp failure
adds c17ace4397 Move exit_status_set_internal_vars out of GLOBAL_CURDIR
adds 697bba1827 Attribute method inlining
adds 7d00ffecd2 Lazily compute partial DIE name
adds af0b2a3e85 Inline abbrev lookup
adds f0fbb768c2 Use add_partial_symbol in load_partial_dies
adds 636edd0018 cp-completion-aliases.exp: Use test_gdb_complete_{unique,multiple}
adds 2a37823bfe PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.
adds 5c5055683b RISC-V: Fix missing initialization of riscv_csr_extra structs
adds 92eb6ed177 Automatic date update in version.in
adds 1c912705af Fix PR gas/26001 (pdp11-*-*)
adds 72a3b182e1 Linker: Remove support for -Map= with an empty argument.
adds 151f5de4a6 Fix a potential use of an uninitialised value in the ns32k d [...]
adds b32632c499 ld: Add --enable-textrel-check=[no|yes|warning|error]
adds fa6ecf9405 ld: Enable --warn-textrel by default for Linux/x86 targets
adds 6f028f3c07 ld: Mention --enable-textrel-check=yes is default for Linux/ [...]
adds ab382d6426 asan: ns32k: use of uninitialized value
adds 8eff95bcb6 PR26044, Some targets can't be compiled with GCC 10 (tilepro)
adds efcf5fb585 ubsan: nios2: undefined shift
adds cee00f1715 Fix "'operator new' should not return NULL" errors in testsuite
adds 9e85f042a6 [PATCH] gas: Fix comment on definition of frag_grow()
adds f030440daa [gdb/symtab] Make gold index workaround more precise
adds 09fe663ed8 Pass -Wno-deprecated-register for gdb.cp that use "register"
adds 44486dcf19 gdb: use caller objfile in dwarf_evaluate_loc_desc::push_dwa [...]
adds a3fc941881 Stop the linker from accepting executable ELF files as input [...]
adds a87e1817a4 Have the linker fail if any attempt to link in an executable [...]
new 4ad2c6a03e Fix "enumeration values not handled in switch" error in testsuite
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/version.h | 2 +-
gas/ChangeLog | 18 +++
gas/config/tc-pdp11.c | 11 +-
gas/config/tc-riscv.c | 1 +
gas/frags.c | 6 +-
gas/testsuite/gas/pdp11/pdp11.exp | 1 +
gas/testsuite/gas/pdp11/pr26001.d | 12 ++
gas/testsuite/gas/pdp11/pr26001.s | 9 ++
gdb/ChangeLog | 63 +++++++++++
gdb/cli/cli-cmds.c | 2 +-
gdb/dwarf2/abbrev.c | 22 +---
gdb/dwarf2/abbrev.h | 13 ++-
gdb/dwarf2/attribute.c | 29 +----
gdb/dwarf2/attribute.h | 25 ++++-
gdb/dwarf2/loc.c | 6 +-
gdb/dwarf2/read.c | 123 +++++++++++++--------
gdb/exec.c | 3 +
gdb/nat/windows-nat.c | 1 -
gdb/testsuite/ChangeLog | 26 +++++
gdb/testsuite/gdb.base/sigaltstack.c | 2 +
gdb/testsuite/gdb.cp/classes.exp | 3 +-
gdb/testsuite/gdb.cp/inherit.exp | 3 +-
gdb/testsuite/gdb.cp/misc.exp | 3 +-
.../gdb.linespec/cp-completion-aliases.exp | 33 ++----
gdb/testsuite/gdb.linespec/cpls-ops.cc | 6 +-
gdbserver/ChangeLog | 6 +
gdbserver/win32-low.cc | 19 +++-
include/ChangeLog | 6 +
include/opcode/tilepro.h | 4 +-
ld/ChangeLog | 42 +++++++
ld/NEWS | 9 +-
ld/config.in | 6 +
ld/configure | 41 ++++++-
ld/configure.ac | 29 +++++
ld/configure.tgt | 5 +-
ld/ld.texi | 10 +-
ld/ldelf.c | 20 +++-
ld/ldmain.c | 1 +
ld/lexsup.c | 29 +++--
ld/testsuite/ld-elf/pr19539.d | 2 +-
opcodes/ChangeLog | 16 +++
opcodes/nios2-dis.c | 16 +--
opcodes/ns32k-dis.c | 4 +-
43 files changed, 509 insertions(+), 179 deletions(-)
create mode 100644 gas/testsuite/gas/pdp11/pr26001.d
create mode 100644 gas/testsuite/gas/pdp11/pr26001.s
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b3b07a5fd 0: update: binutils-gcc-linux: boot
new 4c6d58eed 0: update: binutils-gcc-linux: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b3b07a5fd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 226 +-
02-prepare_abe/console.log | 400 +-
03-build_abe-binutils/console.log | 11984 ++++++------
04-build_abe-stage1/console.log | 15970 ++++++++--------
05-build_linux/console.log | 822 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 20 +-
07-check_regression/results.regressions | 3 +-
08-update_baseline/console.log | 22 +-
08-update_baseline/results.regressions | 3 +-
console.log | 29448 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
12 files changed, 29593 insertions(+), 29327 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 17ee85fc2a Share DWARF partial symtabs
adds 198204a7f0 [PATCH] allow empty string as argument to -Map
adds ac637ec30d Don't close thread handles provided by WaitForDebugEvent
adds 6479bf854a Don't close process handle provided by WaitForDebugEvent
adds 96445f0b66 Use errno value of first openp failure
adds c17ace4397 Move exit_status_set_internal_vars out of GLOBAL_CURDIR
adds 697bba1827 Attribute method inlining
adds 7d00ffecd2 Lazily compute partial DIE name
adds af0b2a3e85 Inline abbrev lookup
adds f0fbb768c2 Use add_partial_symbol in load_partial_dies
adds 636edd0018 cp-completion-aliases.exp: Use test_gdb_complete_{unique,multiple}
adds 2a37823bfe PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.
adds 5c5055683b RISC-V: Fix missing initialization of riscv_csr_extra structs
adds 92eb6ed177 Automatic date update in version.in
adds 1c912705af Fix PR gas/26001 (pdp11-*-*)
adds 72a3b182e1 Linker: Remove support for -Map= with an empty argument.
adds 151f5de4a6 Fix a potential use of an uninitialised value in the ns32k d [...]
adds b32632c499 ld: Add --enable-textrel-check=[no|yes|warning|error]
adds fa6ecf9405 ld: Enable --warn-textrel by default for Linux/x86 targets
adds 6f028f3c07 ld: Mention --enable-textrel-check=yes is default for Linux/ [...]
adds ab382d6426 asan: ns32k: use of uninitialized value
adds 8eff95bcb6 PR26044, Some targets can't be compiled with GCC 10 (tilepro)
adds efcf5fb585 ubsan: nios2: undefined shift
adds cee00f1715 Fix "'operator new' should not return NULL" errors in testsuite
adds 9e85f042a6 [PATCH] gas: Fix comment on definition of frag_grow()
new f030440daa [gdb/symtab] Make gold index workaround more precise
new 09fe663ed8 Pass -Wno-deprecated-register for gdb.cp that use "register"
new 44486dcf19 gdb: use caller objfile in dwarf_evaluate_loc_desc::push_dwa [...]
new a3fc941881 Stop the linker from accepting executable ELF files as input [...]
new a87e1817a4 Have the linker fail if any attempt to link in an executable [...]
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:
bfd/version.h | 2 +-
gas/ChangeLog | 18 +++
gas/config/tc-pdp11.c | 11 +-
gas/config/tc-riscv.c | 1 +
gas/frags.c | 6 +-
gas/testsuite/gas/pdp11/pdp11.exp | 1 +
gas/testsuite/gas/pdp11/pr26001.d | 12 ++
gas/testsuite/gas/pdp11/pr26001.s | 9 ++
gdb/ChangeLog | 63 +++++++++++
gdb/cli/cli-cmds.c | 2 +-
gdb/dwarf2/abbrev.c | 22 +---
gdb/dwarf2/abbrev.h | 13 ++-
gdb/dwarf2/attribute.c | 29 +----
gdb/dwarf2/attribute.h | 25 ++++-
gdb/dwarf2/loc.c | 6 +-
gdb/dwarf2/read.c | 123 +++++++++++++--------
gdb/exec.c | 3 +
gdb/nat/windows-nat.c | 1 -
gdb/testsuite/ChangeLog | 21 ++++
gdb/testsuite/gdb.cp/classes.exp | 3 +-
gdb/testsuite/gdb.cp/inherit.exp | 3 +-
gdb/testsuite/gdb.cp/misc.exp | 3 +-
.../gdb.linespec/cp-completion-aliases.exp | 33 ++----
gdb/testsuite/gdb.linespec/cpls-ops.cc | 6 +-
gdbserver/ChangeLog | 6 +
gdbserver/win32-low.cc | 19 +++-
include/ChangeLog | 6 +
include/opcode/tilepro.h | 4 +-
ld/ChangeLog | 53 +++++++++
ld/NEWS | 8 ++
ld/config.in | 6 +
ld/configure | 41 ++++++-
ld/configure.ac | 29 +++++
ld/configure.tgt | 5 +-
ld/ld.texi | 5 +-
ld/ldelf.c | 20 +++-
ld/ldmain.c | 1 +
ld/lexsup.c | 44 +++++++-
ld/testsuite/ld-elf/pr19539.d | 2 +-
ld/testsuite/ld-scripts/map-address.exp | 22 ++++
opcodes/ChangeLog | 16 +++
opcodes/nios2-dis.c | 16 +--
opcodes/ns32k-dis.c | 4 +-
43 files changed, 560 insertions(+), 163 deletions(-)
create mode 100644 gas/testsuite/gas/pdp11/pr26001.d
create mode 100644 gas/testsuite/gas/pdp11/pr26001.s
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 21ad9d31f 0: update: binutils-gcc-linux: all
new 980a462ad 0: update: binutils-gcc-linux: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (21ad9d31f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 128 +-
02-prepare_abe/console.log | 280 +-
03-build_abe-binutils/console.log | 11450 ++++++-----
04-build_abe-stage1/console.log | 18657 +++++++++---------
05-build_linux/console.log | 858 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 31385 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
12 files changed, 31276 insertions(+), 31506 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 4ad2c6a03ec Fix "enumeration values not handled in switch" error in testsuite
new 66e3eb08a52 Fix all unexpected failures in gas testsuite for pdp11-aout.
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/ChangeLog | 5 +++++
bfd/pdp11.c | 3 +++
gas/ChangeLog | 13 +++++++++++++
gas/config/tc-pdp11.c | 10 ++++++++++
gas/testsuite/gas/all/{cond.l => cond-pdp11.l} | 14 +++++++-------
gas/testsuite/gas/all/eqv-dot-pdp11.d | 12 ++++++++++++
gas/testsuite/gas/all/{eqv-dot.s => eqv-dot-pdp11.s} | 0
gas/testsuite/gas/all/gas.exp | 19 ++++++++++++++++---
8 files changed, 66 insertions(+), 10 deletions(-)
copy gas/testsuite/gas/all/{cond.l => cond-pdp11.l} (84%)
create mode 100644 gas/testsuite/gas/all/eqv-dot-pdp11.d
copy gas/testsuite/gas/all/{eqv-dot.s => eqv-dot-pdp11.s} (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.