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 17542ce1c25 Use memcpy instead of strncpy to avoid error with -Werror=s [...]
new 62ad1bba1b3 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 | 4 ++++
gcc/DATESTAMP | 2 +-
2 files changed, 5 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 eb36a3eb2f8 Allow multiple partial symbol readers per objfile
new 38e41a88457 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_36-branch
in repository binutils-gdb.
from b5d2d20b6c8 Automatic date update in version.in
new 3c9849a6a3b 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-10-branch
in repository binutils-gdb.
from 4d6b822f36c Automatic date update in version.in
new e22c0c51535 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/gnu-master-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 65770798 0: update: gcc-96ccb325432822f0f5b22bb44c2035ec1e7e8631: 1
new 3a627837 0: update: gcc-19ff0b0d816e6e7d7657a8559e9957d79dc1d77f: 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 (65770798)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 260 +-
04-build_abe-bootstrap_O3/console.log | 87221 +++++++++++++++----------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 87597 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 87634 insertions(+), 87588 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 35891b4775d Use stdout when printing object file names for -t option.
new 18038e6363e Move some DWARF code out of symfile.h
new 701823751be Introduce dwarf2/public.h
new a8ad4f3c177 Change objfile_has_partial_symbols to a method
new fae2120ba0a Change objfile::has_partial_symbols to return bool
new 4d080b4687d Introduce method wrappers for quick_symbol_functions
new 9b99dcc8dbc Move quick_symbol_functions to a new header
new 5c3f1e5bfc0 Move sym_fns::qf to objfile
new 39298a5d973 Convert quick_symbol_functions to use methods
new 75336a5a2aa Move psymbol_map out of objfile
new 7e9c0476a70 Change how some psymbol readers access the psymtab storage
new 484b1090630 Do not pass objfile to psymtab_discarder
new 51962708bd3 Set per_bfd->partial_symtabs earlier
new efd7398ee26 Change how DWARF indices use addrmap
new 4829711b6ba Move psymtab statistics printing to psymtab.c
new 79cc99f69b9 Change how DWARF index writer finds address map
new 84685904937 Reference psymtabs via per_bfd in DWARF reader
new 17d66340ebb Attach partial symtab storage to psymbol_functions
new b29b98cf841 Rearrange psymtab_storage construction
new eb00e4686dd Remove sym_fns::sym_read_psymbols
new d1eef86d12f Introduce objfile::require_partial_symbols
new 7b249e470a8 Add partial_symtabs parameter to psymtab construction functions
new 3aa31ce7884 Remove last objfile partial_symtab references from psymtab.c
new caf8c1e5071 Change count_psyms to be a method on psymbol_functions
new de909f0b765 Remove objfile::psymtabs
new e11145903f2 Switch objfile to hold a list of psymbol readers
new eb36a3eb2f8 Allow multiple partial symbol readers per objfile
The 26 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 | 446 ++++++++++++++++++++++++
gdb/ada-lang.c | 13 +-
gdb/coffread.c | 5 +-
gdb/cp-support.c | 5 +-
gdb/ctfread.c | 30 +-
gdb/dbxread.c | 78 +++--
gdb/dwarf2/frame.c | 1 +
gdb/dwarf2/index-write.c | 21 +-
gdb/dwarf2/index-write.h | 2 +-
gdb/dwarf2/public.h | 51 +++
gdb/dwarf2/read.c | 422 ++++++++++++++--------
gdb/dwarf2/read.h | 20 +-
gdb/elfread.c | 108 ++----
gdb/linespec.c | 8 +-
gdb/machoread.c | 3 +-
gdb/maint.c | 1 -
gdb/mdebugread.c | 82 +++--
gdb/mipsread.c | 2 -
gdb/objfiles.c | 30 +-
gdb/objfiles.h | 109 ++++--
gdb/psympriv.h | 178 +++++++++-
gdb/psymtab.c | 736 ++++++++++++++++++++-------------------
gdb/psymtab.h | 14 -
gdb/quick-symbol.h | 258 ++++++++++++++
gdb/source.c | 6 +-
gdb/stabsread.h | 3 +-
gdb/symfile-debug.c | 484 +++++++++++++------------
gdb/symfile.c | 30 +-
gdb/symfile.h | 254 +-------------
gdb/symmisc.c | 81 ++---
gdb/symtab.c | 106 ++----
gdb/testsuite/ChangeLog | 4 +
gdb/testsuite/gdb.base/maint.exp | 2 +-
gdb/xcoffread.c | 66 ++--
34 files changed, 2208 insertions(+), 1451 deletions(-)
create mode 100644 gdb/dwarf2/public.h
create mode 100644 gdb/quick-symbol.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
discards 91dda294 0: update: binutils-gcc-glibc-qemu: 6
new 8c7d3f82 0: update: binutils-gcc-glibc-qemu: 6
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 (91dda294)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-release-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 | 227 +-
02-prepare_abe/console.log | 460 +-
04-build_abe-binutils/console.log | 11742 ++--
05-build_abe-stage1/console.log | 14024 +++--
06-build_abe-linux/console.log | 2000 +-
07-build_abe-glibc/console.log | 38250 +++++++------
08-build_abe-stage2/console.log | 35295 ++++++------
09-build_abe-qemu/console.log | 4161 +-
10-check_regression/console.log | 16 +-
11-update_baseline/console.log | 16 +-
console.log | 107979 ++++++++++++++++++-----------------
jenkins/manifest.sh | 12 +-
12 files changed, 107111 insertions(+), 107071 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.