This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 5ec878132b [gdb/testsuite] Fix gdb.ada/convvar_comp.exp with broken debug info
adds 017772c826 Automatic date update in version.in
new 2ab317fb82 gdb: introduce symtab_create_debug_printf
new 80affb9f80 gdb: add debug prints in buildsym.c
new ddc01737d3 gdb/dwarf: pass compilation directory to line header
new 0aa306fed3 gdb/dwarf: pass a file_entry to line_header::file_file_name
new f71ad5556c gdb: add "id" fields to identify symtabs and subfiles
new ee26d001cd gdb: remove code to prepend comp dir in buildsym_compunit::s [...]
new 7900b17e33 gdb/testsuite: add macros test for source files compiled in [...]
The 7 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 +-
gdb/buildsym.c | 51 ++-
gdb/buildsym.h | 39 +-
gdb/dwarf2/cu.c | 17 +-
gdb/dwarf2/line-header.c | 60 ++--
gdb/dwarf2/line-header.h | 40 ++-
gdb/dwarf2/macro.c | 16 +-
gdb/dwarf2/read.c | 85 +++--
gdb/elfread.c | 15 +-
gdb/macroscope.c | 2 +-
gdb/minsyms.c | 16 +-
gdb/psymtab.c | 14 +-
gdb/symfile.c | 26 +-
gdb/symfile.h | 11 +-
gdb/symtab.h | 25 +-
.../mi-start.c => gdb.base/macro-source-path.c} | 8 +-
gdb/testsuite/gdb.base/macro-source-path.exp | 87 +++++
.../{dw2-zero-range.c => macro-source-path.c} | 6 +-
gdb/testsuite/gdb.dwarf2/macro-source-path.exp | 396 +++++++++++++++++++++
gdb/testsuite/lib/dwarf.exp | 92 +++++
gdb/xcoffread.c | 1 +
21 files changed, 838 insertions(+), 171 deletions(-)
copy gdb/testsuite/{gdb.mi/mi-start.c => gdb.base/macro-source-path.c} (87%)
create mode 100644 gdb/testsuite/gdb.base/macro-source-path.exp
copy gdb/testsuite/gdb.dwarf2/{dw2-zero-range.c => macro-source-path.c} (88%)
create mode 100644 gdb/testsuite/gdb.dwarf2/macro-source-path.exp
--
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_gnu_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards d63bc60b 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 942cfcaa 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (d63bc60b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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.xz | Bin 1624 -> 1636 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 30764 -> 31036 bytes
05-build_abe-stage1/console.log.xz | Bin 72604 -> 72836 bytes
07-build_abe-linux/console.log.xz | Bin 9164 -> 9032 bytes
08-build_abe-glibc/console.log.xz | Bin 239760 -> 238664 bytes
09-build_abe-stage2/console.log.xz | Bin 202472 -> 202348 bytes
10-build_abe-gdb/console.log.xz | Bin 37928 -> 38248 bytes
11-build_abe-qemu/console.log.xz | Bin 32208 -> 30948 bytes
12-check_regression/console.log.xz | Bin 420 -> 432 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 30 +++++++++++++++---------------
12 files changed, 16 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64
in repository toolchain/ci/gcc.
from 6e0ca3fe88d amdgcn: 64-bit vector shifts
new b2bf04739fb 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/ChangeLog | 57 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 7 ++++++
gcc/fortran/ChangeLog | 5 +++++
gcc/testsuite/ChangeLog | 14 ++++++++++++
libgomp/ChangeLog | 9 ++++++++
libstdc++-v3/ChangeLog | 6 ++++++
7 files changed, 99 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 5ec878132b [gdb/testsuite] Fix gdb.ada/convvar_comp.exp with broken debug info
adds 017772c826 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 87f135e7 0: update: binutils-gcc: 1
new 725983de 0: update: binutils-gcc: 1
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 (87f135e7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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.xz | Bin 1588 -> 1588 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2716 bytes
03-build_abe-binutils/console.log.xz | Bin 38568 -> 37932 bytes
04-build_abe-gcc/console.log.xz | Bin 213120 -> 212676 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3852 -> 3844 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2456 -> 2400 bytes
07-check_regression/console.log.xz | Bin 2348 -> 2884 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 7 +
07-check_regression/results.compare | 26 +-
07-check_regression/results.compare2 | 40 +-
07-check_regression/results.regressions | 27 +
08-update_baseline/console.log | 334 ++-
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 7 +
08-update_baseline/results.compare | 26 +-
08-update_baseline/results.compare2 | 40 +-
08-update_baseline/results.regressions | 27 +
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3573332 -> 3530668 bytes
sumfiles/g++.sum | 130 +-
sumfiles/gcc.log.xz | Bin 3051680 -> 3055448 bytes
sumfiles/gcc.sum | 4476 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1038576 -> 1036124 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2184 -> 2196 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 205368 -> 204972 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 436444 -> 445628 bytes
sumfiles/libstdc++.sum | 12 +-
33 files changed, 2711 insertions(+), 2521 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-update_baseline/results.regressions
--
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 017772c826f Automatic date update in version.in
new 2ab317fb829 gdb: introduce symtab_create_debug_printf
new 80affb9f80d gdb: add debug prints in buildsym.c
new ddc01737d34 gdb/dwarf: pass compilation directory to line header
new 0aa306fed31 gdb/dwarf: pass a file_entry to line_header::file_file_name
new f71ad5556cf gdb: add "id" fields to identify symtabs and subfiles
new ee26d001cdf gdb: remove code to prepend comp dir in buildsym_compunit:: [...]
new 7900b17e334 gdb/testsuite: add macros test for source files compiled in [...]
The 7 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/buildsym.c | 51 ++-
gdb/buildsym.h | 39 +-
gdb/dwarf2/cu.c | 17 +-
gdb/dwarf2/line-header.c | 60 ++--
gdb/dwarf2/line-header.h | 40 ++-
gdb/dwarf2/macro.c | 16 +-
gdb/dwarf2/read.c | 85 +++--
gdb/elfread.c | 15 +-
gdb/macroscope.c | 2 +-
gdb/minsyms.c | 16 +-
gdb/psymtab.c | 14 +-
gdb/symfile.c | 26 +-
gdb/symfile.h | 11 +-
gdb/symtab.h | 25 +-
.../mi-start.c => gdb.base/macro-source-path.c} | 8 +-
gdb/testsuite/gdb.base/macro-source-path.exp | 87 +++++
.../{dw2-zero-range.c => macro-source-path.c} | 6 +-
gdb/testsuite/gdb.dwarf2/macro-source-path.exp | 396 +++++++++++++++++++++
gdb/testsuite/lib/dwarf.exp | 92 +++++
gdb/xcoffread.c | 1 +
20 files changed, 837 insertions(+), 170 deletions(-)
copy gdb/testsuite/{gdb.mi/mi-start.c => gdb.base/macro-source-path.c} (87%)
create mode 100644 gdb/testsuite/gdb.base/macro-source-path.exp
copy gdb/testsuite/gdb.dwarf2/{dw2-zero-range.c => macro-source-path.c} (88%)
create mode 100644 gdb/testsuite/gdb.dwarf2/macro-source-path.exp
--
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_gcc_bootstrap/master-arm-bootstrap_debug
in repository toolchain/ci/binutils-gdb.
from d17823bfd3 Automatic date update in version.in
adds f8ad70a17b RISC-V: Add `OP_V' to .insn named opcodes
adds b245c595aa [gdb/testsuite] Fix gdb.threads/killed-outside.exp on aarch64
adds b80b72c06c ld: Extend ac_default_ld_warn_rwx_segments to all SPARC targ [...]
adds c1723a8118 Arm64: re-work PR gas/27217 fix
adds e4e1fcce52 x86: drop stray NoRex64 from KeyLocker insns
adds b875e9c93d PR16005, avr linker crash on a particular instruction sequen [...]
adds b44cfc5de1 Stop the linker from complaining about unrecognised DW_FORM- [...]
adds 76a4c1e063 libopcodes/aarch64: add support for disassembler styling
adds 10948fb9fd Re: PR16005, avr linker crash on a particular instruction se [...]
adds 5ec878132b [gdb/testsuite] Fix gdb.ada/convvar_comp.exp with broken debug info
new 017772c826 Automatic date update in version.in
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 | 6 +
bfd/dwarf2.c | 5 +
bfd/elf32-avr.c | 4 +
bfd/version.h | 2 +-
gas/config/tc-aarch64.c | 108 ++++---
gas/config/tc-riscv.c | 2 +-
gas/testsuite/gas/aarch64/pr27217.d | 6 +-
gas/testsuite/gas/riscv/insn-dwarf.d | 17 +-
gas/testsuite/gas/riscv/insn.d | 3 +-
gas/testsuite/gas/riscv/insn.s | 2 +
gdb/testsuite/gdb.ada/convvar_comp.exp | 10 +-
gdb/testsuite/gdb.threads/killed-outside.exp | 3 +-
include/opcode/aarch64.h | 28 +-
ld/ChangeLog | 6 +
ld/configure.tgt | 6 +-
opcodes/aarch64-dis.c | 247 +++++++++++++--
opcodes/aarch64-opc.c | 445 ++++++++++++++++++---------
opcodes/disassemble.c | 1 +
opcodes/i386-opc.tbl | 6 +-
opcodes/i386-tbl.h | 6 +-
20 files changed, 666 insertions(+), 247 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_gcc_bootstrap/master-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards b36ec961 0: update: binutils-gcc: 2
new 8f9e235a 0: update: binutils-gcc: 2
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 (b36ec961)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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.xz | Bin 1608 -> 1620 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 50616 -> 51052 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 465868 -> 463708 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 15 insertions(+), 15 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 releases/gcc-12
in repository gcc.
from 8351dd96200 Daily bump.
new 2339ee2c89a 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.