This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/pr21562 in repository binutils-gdb.
discards d4510896aa u2 needs 2 more testcases discards b499a67805 Always define referenced __start_SECNAME/__stop_SECNAME adds bc8f2430e0 Code cleanup: C++ify .gdb_index producer adds 6fd931f2d6 Code cleanup: dwarf2read.c:uniquify_cu_indices: Use std::unique adds a81e6d4d26 Code cleanup: dwarf2read.c: Eliminate ::file_write adds c2f134ac41 Code cleanup: dwarf2read.c: Add data_buf::append_uint adds 70a1152bee .gdb_index prod perf regression: find before insert in unord [...] adds e8f8bcb35f .gdb_index prod perf regression: Estimate size of psyms_seen adds 4b76cda993 .gdb_index prod perf regression: mapped_symtab now vector of values adds b3464d0316 mips-tdep.c: Remove MAX_REGISTER_SIZE usage adds 30a254669b Don't always zero pad in print_*_chars adds 4ac0cb1cf0 Let print_decimal_chars handle signed values adds d9109c8080 Simplify print_scalar_formatted adds f12f6bad7d Remove val_print_type_code_int adds 973e9aab63 Add some 128-bit integer tests adds a0688fac4b Automatic date update in version.in new 047addfae1 Always define referenced __start_SECNAME/__stop_SECNAME
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 (d4510896aa) \ N -- N -- N refs/heads/users/hjl/pr21562 (047addfae1)
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: bfd/elflink.c | 66 +-- bfd/version.h | 2 +- gdb/ChangeLog | 123 ++++ gdb/ada-valprint.c | 3 +- gdb/c-valprint.c | 4 +- gdb/dwarf2read.c | 753 ++++++++++--------------- gdb/f-valprint.c | 3 +- gdb/infcmd.c | 3 +- gdb/mips-tdep.c | 40 +- gdb/printcmd.c | 197 +++---- gdb/regcache.c | 4 +- gdb/sh64-tdep.c | 2 +- gdb/testsuite/ChangeLog | 17 + gdb/testsuite/gdb.arch/altivec-regs.exp | 8 +- gdb/testsuite/gdb.arch/s390-vregs.exp | 17 +- gdb/testsuite/gdb.arch/vsx-regs.exp | 8 +- gdb/testsuite/gdb.dwarf2/formdata16.exp | 31 +- gdb/testsuite/gdb.reverse/i386-sse-reverse.exp | 94 +-- gdb/valprint.c | 251 +++++---- gdb/valprint.h | 9 +- ld/emultempl/elf32.em | 8 +- ld/testsuite/ld-elf/{pr21562b.t => pr21562d.t} | 2 +- ld/testsuite/ld-elf/{pr21562k.d => pr21562m.d} | 2 +- ld/testsuite/ld-elf/{pr21562l.d => pr21562n.d} | 2 +- 24 files changed, 842 insertions(+), 807 deletions(-) copy ld/testsuite/ld-elf/{pr21562b.t => pr21562d.t} (75%) copy ld/testsuite/ld-elf/{pr21562k.d => pr21562m.d} (83%) copy ld/testsuite/ld-elf/{pr21562l.d => pr21562n.d} (83%)