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 c206f26cb2 ELF: Hide .startof.SECNAME and .sizeof.SECNAME discards 89a3b8b7f2 ppc: Don't discard relocs on undefined symbols adds 6394c60699 Don't use print_insn_XXX in GDB adds ae87f7e73e Fix address violation when disassembling a corrupt binary. adds f461bbd847 Fix address violation bug when disassembling a corrupt SH binary. adds e64519d1ed Fix seg-fault when trying to disassemble a corrupt score binary. adds b46c4cf090 Maxim Grigoriev stepping down as Xtensa maintainer adds f7e16c2a9c xtensa: don't expect XCHAL_* macros to be constant adds 6e89f89989 Automatic date update in version.in adds 45159d6ad3 PR gdb/21574: Mention $SHELL and startup-with-shell on "help run" adds 37de058ab2 [GOLD] Don't install branch-to-stub for TLS relaxed ERRATUM [...] adds 08c7881b81 Prevent invalid array accesses when disassembling a corrupt [...] new 1fcda1fa00 ELF: Hide .startof.SECNAME and .sizeof.SECNAME new de2b347055 ppc: Don't discard relocs on __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 (c206f26cb2) \ N -- N -- N refs/heads/users/hjl/pr21562 (de2b347055)
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 2 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 | 15 +++++++++++ bfd/elf32-ppc.c | 12 ++++++--- bfd/elf32-sh.c | 2 +- bfd/elf32-xtensa.c | 60 ++++++++++++++++++++++++++------------------ bfd/version.h | 2 +- binutils/objdump.c | 27 +++++++++++--------- gas/ChangeLog | 11 ++++++++ gas/config/tc-xtensa.c | 32 +++++++++++++++-------- gas/config/tc-xtensa.h | 9 ++++++- gdb/ChangeLog | 27 ++++++++++++++++++++ gdb/MAINTAINERS | 2 +- gdb/aarch64-tdep.c | 2 +- gdb/arm-tdep.c | 5 +--- gdb/i386-tdep.c | 2 +- gdb/ia64-tdep.c | 2 +- gdb/infcmd.c | 11 +++++--- gdb/mips-tdep.c | 6 +---- gdb/spu-tdep.c | 2 +- gold/ChangeLog | 6 +++++ gold/aarch64.cc | 31 +++++++++++++++++++++-- include/ChangeLog | 8 ++++++ include/dis-asm.h | 8 ------ ld/ChangeLog | 5 ++++ ld/testsuite/ld-nds32/diff.d | 6 ++--- opcodes/ChangeLog | 26 +++++++++++++++++++ opcodes/aarch64-dis.c | 2 +- opcodes/arm-dis.c | 2 +- opcodes/bfin-dis.c | 8 +++--- opcodes/disassemble.h | 8 ++++++ opcodes/ia64-dis.c | 2 +- opcodes/mips-dis.c | 2 +- opcodes/score7-dis.c | 3 ++- opcodes/spu-dis.c | 2 +- 33 files changed, 252 insertions(+), 96 deletions(-)