This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/mmetzger/record-goto-mi in repository binutils-gdb.
discards f4c1db0 btrace: record stop moves to the end of the trace discards 03bff6b btrace-btrace: signal record-goto stop discards f160a81 record-full: signal record-goto stop discards ef33a80 mi, testsuite: add another EXTRA option to mi_expect_stop discards 0e67a99 mi, testsuite: add recording method to expected record-starte [...] discards 780f6f9 record: signal a record goto stop to front-ends discards 6969be9 infrun: export clear_proceed_status_thread discards 0c7c4b8 record: do not allow record goto on a running thread discards 037502e btrace: check if we're replaying when setting the replay posi [...] adds 081b1af Skip relocations in non-loaded, non-alloced sections adds f92339b bfd/s390: Fix DT_PLTRELSZ in presence of R_390_IRELATIVE. adds bf52d7c7 Don't check undefined symbol for IFUNC reloc adds ca45f6e Add missing ChangeLog entries adds e7622e5 Automatic date update in version.in adds 4f26fb3 bfd,opcodes: sparc: new opcode v9{c,d,e,v,m} architectures an [...] adds 8b8c7c9 gas: sparc: fix collision of registers and pseudo-ops. adds 7a10c22 opcodes,gas: adjust sparc insns and make GAS aware of it adds 96074ad opcodes,gas: sparc: fix rdasr,wrasr,rdpr,wrpr,rdhpr,wrhpr insns. adds a28d8e5 gdb: new AndesTech NDS32 port adds f79b145 Switch to current thread in finish_step_over adds 8376a3c More assert checks on reinsert breakpoint adds f50bf8e Step over exit with reinsert breakpoints adds 8a81c5d Delete reinsert breakpoints from forked child adds 2e7b624 Handle reinsert breakpoints for vforked child adds 21a7709 Extend step-over-syscall.exp with different detach-on-fork an [...] new 3b0b135 btrace: check if we're replaying when setting the replay posi [...] new 3e6406d record: do not allow record goto on a running thread new dedeb59 infrun: export clear_proceed_status_thread new 6235956 record: signal a record goto stop to front-ends new 25c21e9 mi, testsuite: add recording method to expected record-starte [...] new 2c425a9 mi, testsuite: add another EXTRA option to mi_expect_stop new e24746e record-full: signal record-goto stop new f6e3254 btrace-btrace: signal record-goto stop new da41860 btrace: record stop moves to the end of the trace
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 (f4c1db0) \ N -- N -- N refs/heads/users/mmetzger/record-goto-mi (da41860)
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 9 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 | 41 + bfd/aoutx.h | 12 +- bfd/archures.c | 20 +- bfd/bfd-in2.h | 20 +- bfd/cpu-sparc.c | 150 ++ bfd/elf32-i386.c | 45 +- bfd/elf32-s390.c | 3 +- bfd/elf32-sparc.c | 5 + bfd/elf64-s390.c | 6 +- bfd/elf64-x86-64.c | 48 +- bfd/elfxx-sparc.c | 57 +- bfd/version.h | 2 +- gas/ChangeLog | 62 + gas/config/tc-sparc.c | 472 +++-- gas/testsuite/gas/sparc/ldx_efsr.d | 4 +- gas/testsuite/gas/sparc/mism-1.s | 7 + gas/testsuite/gas/sparc/mism-2.s | 23 + gas/testsuite/gas/sparc/mwait.d | 7 +- gas/testsuite/gas/sparc/mwait.s | 1 - gas/testsuite/gas/sparc/rdasr.d | 18 + gas/testsuite/gas/sparc/rdasr.s | 11 + gas/testsuite/gas/sparc/rdhpr.d | 5 +- gas/testsuite/gas/sparc/rdhpr.s | 3 + gas/testsuite/gas/sparc/rdpr.d | 2 +- gas/testsuite/gas/sparc/sparc.exp | 2 + gas/testsuite/gas/sparc/wrasr.d | 48 + gas/testsuite/gas/sparc/wrasr.s | 41 + gas/testsuite/gas/sparc/wrhpr.d | 59 +- gas/testsuite/gas/sparc/wrhpr.s | 57 +- gas/testsuite/gas/sparc/wrpr.d | 114 +- gas/testsuite/gas/sparc/wrpr.s | 110 +- gdb/ChangeLog | 16 + gdb/Makefile.in | 4 +- gdb/NEWS | 4 + gdb/configure.tgt | 5 + gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 23 + gdb/features/Makefile | 1 + gdb/features/nds32-core.xml | 44 + gdb/features/nds32-fpu.xml | 42 + gdb/features/nds32-system.xml | 14 + gdb/features/nds32.c | 92 + gdb/features/nds32.xml | 14 + gdb/gdbserver/ChangeLog | 39 + gdb/gdbserver/linux-low.c | 98 +- gdb/gdbserver/mem-break.c | 67 +- gdb/gdbserver/mem-break.h | 13 + gdb/nds32-tdep.c | 2184 ++++++++++++++++++++ gdb/nds32-tdep.h | 54 + gdb/record-btrace.c | 17 +- gdb/testsuite/ChangeLog | 18 + gdb/testsuite/gdb.base/float.exp | 9 + gdb/testsuite/gdb.base/step-over-exit.c | 50 + gdb/testsuite/gdb.base/step-over-exit.exp | 127 ++ gdb/testsuite/gdb.base/step-over-syscall.exp | 53 +- gdb/testsuite/gdb.xml/tdesc-regs.exp | 3 + include/ChangeLog | 7 + include/opcode/sparc.h | 6 + ld/ChangeLog | 7 + ld/testsuite/ld-i386/i386.exp | 1 + .../ld-i386/{pr19636-2e.d => pr19636-2e-nacl.d} | 1 + ld/testsuite/ld-i386/pr19636-2e.d | 5 +- opcodes/ChangeLog | 46 + opcodes/sparc-dis.c | 30 +- opcodes/sparc-opc.c | 556 +++-- 65 files changed, 4569 insertions(+), 541 deletions(-) create mode 100644 gas/testsuite/gas/sparc/mism-2.s create mode 100644 gas/testsuite/gas/sparc/rdasr.d create mode 100644 gas/testsuite/gas/sparc/rdasr.s create mode 100644 gas/testsuite/gas/sparc/wrasr.d create mode 100644 gas/testsuite/gas/sparc/wrasr.s create mode 100644 gdb/features/nds32-core.xml create mode 100644 gdb/features/nds32-fpu.xml create mode 100644 gdb/features/nds32-system.xml create mode 100644 gdb/features/nds32.c create mode 100644 gdb/features/nds32.xml create mode 100644 gdb/nds32-tdep.c create mode 100644 gdb/nds32-tdep.h create mode 100644 gdb/testsuite/gdb.base/step-over-exit.c create mode 100644 gdb/testsuite/gdb.base/step-over-exit.exp copy ld/testsuite/ld-i386/{pr19636-2e.d => pr19636-2e-nacl.d} (95%)