This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/palves/function_view in repository binutils-gdb.
discards f24a53e Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index discards 29841de Use gdb::function_view discards fe8e80f Introduce gdb::function_view omits 187a941 Fix DWARF5 regression adds 6528b6e PowerPC ld segfault on script discarding dynamic sections adds 58fdfd2 Fix a regression by: Code cleanup: Split dwarf2_ranges_read t [...] adds e025ae6 Automatic date update in version.in adds 11648de aarch64: actually copy first operand in convert_bfc_to_bfm() adds b0c5349 gas: require an operand to .startof.()/.sizeof.() adds 5ffbd92 Skip ARM vcmp-noprefix-imm test on non-ELF targets adds 25890fc Fix gas/all/err-sizeof.s for cris*-*-* new 09179d2 Introduce gdb::function_view new c637296 Use gdb::function_view in iterate_over_symtabs & co new da6e69d Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index
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 (f24a53e) \ N -- N -- N refs/heads/users/palves/function_view (da6e69d)
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 3 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 | 7 ++ bfd/elf32-ppc.c | 14 +-- bfd/elf64-ppc.c | 6 +- bfd/version.h | 2 +- gas/ChangeLog | 15 +++ gas/expr.c | 22 ++++ gas/testsuite/gas/all/err-sizeof.s | 21 ++++ gas/testsuite/gas/arm/vcmp-noprefix-imm.d | 1 + gdb/ChangeLog | 4 + gdb/common/function-view.h | 160 ++++++++++++++++++------------ gdb/dwarf2read.c | 25 ++--- gdb/macrotab.h | 5 +- gdb/psymtab.c | 12 +-- gdb/unittests/function-view-selftests.c | 13 +++ gold/ChangeLog | 6 ++ gold/powerpc.cc | 14 ++- opcodes/ChangeLog | 5 + opcodes/aarch64-asm.c | 4 +- 18 files changed, 232 insertions(+), 104 deletions(-) create mode 100644 gas/testsuite/gas/all/err-sizeof.s