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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from ba29e3537f3 Daily bump.
new 28ef600458c 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 24b0d9b4a3f Daily bump.
new e4d7b0d7233 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 5ec878132bb [gdb/testsuite] Fix gdb.ada/convvar_comp.exp with broken de [...]
new 017772c826f 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/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.
unknown user pushed a change to branch binutils-2_39-branch
in repository binutils-gdb.
from c87bc94762a Stop the linker from complaining about unrecognized DW_FORM [...]
new 1828be89b02 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/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.
unknown user pushed a change to branch gdb-12-branch
in repository binutils-gdb.
from eac484d8832 Automatic date update in version.in
new aebe1b66b7a 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/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_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/glibc.
from 35363b53ce stdlib: Tuned down tst-arc4random-thread internal parameters
adds 325ba824b0 tst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd_getfd call
adds da3b9f4451 Update libc.pot for 2.36 release.
No new revisions were added by this update.
Summary of changes:
po/libc.pot | 398 ++++++++++++++++++------------------
sysdeps/unix/sysv/linux/tst-pidfd.c | 7 +
2 files changed, 208 insertions(+), 197 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_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards b331fb4a 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 8fb91845 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (b331fb4a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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 1644 -> 1628 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 30864 -> 30808 bytes
04-build_abe-stage1/console.log.xz | Bin 72632 -> 72668 bytes
06-build_abe-linux/console.log.xz | Bin 9020 -> 9052 bytes
07-build_abe-glibc/console.log.xz | Bin 239008 -> 239632 bytes
08-build_abe-stage2/console.log.xz | Bin 201988 -> 202588 bytes
09-build_abe-gdb/console.log.xz | Bin 37836 -> 38036 bytes
10-build_abe-qemu/console.log.xz | Bin 31636 -> 31160 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3872 -> 3932 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2588 -> 2600 bytes
13-check_regression/console.log.xz | Bin 3172 -> 2868 bytes
13-check_regression/extra-bisect-params | 1 -
13-check_regression/fails.sum | 23 -
13-check_regression/results.compare | 18 +-
13-check_regression/results.compare2 | 63 +-
13-check_regression/results.regressions | 43 -
14-update_baseline/console.log | 470 ++--
14-update_baseline/extra-bisect-params | 1 -
14-update_baseline/fails.sum | 23 -
14-update_baseline/results.compare | 18 +-
14-update_baseline/results.compare2 | 63 +-
14-update_baseline/results.regressions | 43 -
jenkins/manifest.sh | 16 +-
sumfiles/g++.log.xz | Bin 3390824 -> 3386892 bytes
sumfiles/g++.sum | 42 +-
sumfiles/gcc.log.xz | Bin 2987712 -> 2992604 bytes
sumfiles/gcc.sum | 4604 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1024916 -> 1032160 bytes
sumfiles/gfortran.sum | 56 +-
sumfiles/libatomic.log.xz | Bin 2296 -> 2292 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 200136 -> 199912 bytes
sumfiles/libgomp.sum | 7 +-
sumfiles/libitm.log.xz | Bin 2656 -> 2660 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 413844 -> 422932 bytes
sumfiles/libstdc++.sum | 8 +-
38 files changed, 2656 insertions(+), 2847 deletions(-)
delete mode 100644 13-check_regression/extra-bisect-params
delete mode 100644 13-check_regression/fails.sum
delete mode 100644 13-check_regression/results.regressions
delete mode 100644 14-update_baseline/extra-bisect-params
delete mode 100644 14-update_baseline/fails.sum
delete mode 100644 14-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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm
in repository toolchain/ci/glibc.
from 7c5db7931f riscv: Update rv64 libm test ulps
adds 033e76ea9c LoongArch: Fix VDSO_HASH and VDSO_NAME.
adds bce0218d9a LoongArch: Add greg_t and gregset_t.
adds 35363b53ce stdlib: Tuned down tst-arc4random-thread internal parameters
adds 325ba824b0 tst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd_getfd call
new da3b9f4451 Update libc.pot for 2.36 release.
new 90d8f0dc29 Update NEWS bug list.
new 7a52dfab02 Update install.texi, and regenerate INSTALL.
new f94b70bd3a Prepare for glibc 2.36 release.
new c804cd1c00 Create ChangeLog.old/ChangeLog.25.
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:
ChangeLog.old/ChangeLog.25 | 10229 +++++++++++++++++++++
INSTALL | 14 +-
NEWS | 110 +-
include/features.h | 2 +-
manual/install.texi | 12 +-
po/libc.pot | 398 +-
stdlib/tst-arc4random-thread.c | 24 +-
sysdeps/unix/sysv/linux/loongarch/sys/ucontext.h | 3 +
sysdeps/unix/sysv/linux/loongarch/sysdep.h | 4 +-
sysdeps/unix/sysv/linux/tst-pidfd.c | 7 +
version.h | 4 +-
11 files changed, 10575 insertions(+), 232 deletions(-)
create mode 100644 ChangeLog.old/ChangeLog.25
--
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_native_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards d9321178 0: update: binutils-gcc-linux-glibc-gdb: 1
new 498bfacd 0: update: binutils-gcc-linux-glibc-gdb: 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 (d9321178)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/mas [...]
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 1628 -> 1620 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 51172 -> 51360 bytes
04-build_abe-gcc/console.log.xz | Bin 231120 -> 231300 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 9764 -> 8820 bytes
07-build_abe-glibc/console.log.xz | Bin 232000 -> 233600 bytes
08-build_abe-gdb/console.log.xz | Bin 49596 -> 48952 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3864 -> 3808 bytes
10-build_abe-check_gcc/console.log.xz | Bin 3020 -> 2532 bytes
11-check_regression/console.log.xz | Bin 3760 -> 3172 bytes
11-check_regression/extra-bisect-params | 1 -
11-check_regression/fails.sum | 10 -
11-check_regression/results.compare | 41 +-
11-check_regression/results.compare2 | 166 +-
11-check_regression/results.regressions | 47 -
12-update_baseline/console.log | 528 ++--
12-update_baseline/extra-bisect-params | 1 -
12-update_baseline/fails.sum | 10 -
12-update_baseline/results.compare | 41 +-
12-update_baseline/results.compare2 | 166 +-
12-update_baseline/results.regressions | 47 -
jenkins/manifest.sh | 26 +-
sumfiles/g++.log.xz | Bin 2857360 -> 2845516 bytes
sumfiles/g++.sum | 126 +-
sumfiles/gcc.log.xz | Bin 2467900 -> 2502672 bytes
sumfiles/gcc.sum | 4140 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 941612 -> 943656 bytes
sumfiles/gfortran.sum | 97 +-
sumfiles/libatomic.log.xz | Bin 2256 -> 2256 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 215012 -> 215344 bytes
sumfiles/libgomp.sum | 26 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2668 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 456156 -> 458316 bytes
sumfiles/libstdc++.sum | 10 +-
37 files changed, 2614 insertions(+), 2879 deletions(-)
delete mode 100644 11-check_regression/extra-bisect-params
delete mode 100644 11-check_regression/fails.sum
delete mode 100644 11-check_regression/results.regressions
delete mode 100644 12-update_baseline/extra-bisect-params
delete mode 100644 12-update_baseline/fails.sum
delete mode 100644 12-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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 84522bcc 0: update: binutils-gcc: 2
new 676714aa 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 (84522bcc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1612 -> 1604 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 38024 -> 38088 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 273812 -> 270908 bytes
06-check_regression/console.log.xz | Bin 420 -> 416 bytes
07-update_baseline/console.log | 37 -------------------------------
jenkins/manifest.sh | 14 ++++++------
7 files changed, 7 insertions(+), 44 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 f94b70bd3a Prepare for glibc 2.36 release.
new c804cd1c00 Create ChangeLog.old/ChangeLog.25.
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:
ChangeLog.old/ChangeLog.25 | 10229 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 10229 insertions(+)
create mode 100644 ChangeLog.old/ChangeLog.25
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.