This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/ibhagat/try-scfi-v2 in repository binutils-gdb.
discards 84c6dd00467 gas/NEWS: announce the new command line option discards cf79c82287f gas: testsuite: add a x86_64 testsuite for SCFI discards 6ca87eea656 gas: synthesize CFI for hand-written asm discards ae7382156ab gas: scfidw2gen: new functionality to prepapre for SCFI discards b1728ee5658 gas: add new command line option --scfi[=all,none] discards f268677bb11 gas: dw2gencfi: move some tc_* defines to the header file discards b5b123c8a88 gas: dw2gencfi: expose a new cfi_set_last_fde API discards a88cf194158 gas: dw2gencfi: use all_cfi_sections instead of cfi_sections discards 2cb3f152155 gas: dw2gencfi: minor rejig for cfi_sections_set and all_cf [...] adds 743d3f0945c [gdb/testsuite] Add wait-for-index-cache in gdb.dwarf2/per- [...] adds fd492bf1e20 gdb: handle main thread exiting during detach adds ef8cf9093dc gdb/python: Add new gdb.Value.bytes attribute adds 1c47569f537 Automatic date update in version.in adds 2029e13917d RISC-V: Clarify the behaviors of SET/ADD/SUB relocations. adds 2c1e03b4520 gdb: trim trailing spaces in i386-tdep.{c,h} adds c62e5702f62 Automatic date update in version.in adds 8b476884c3c opcodes: bpf-dis.c: fix typo in comment adds e3e1e1231d7 gas: tc-bpf.c: fix formatting of comment adds eb4de4047d8 gdb/ax_cxx_compile_stdcxx.m4: upgrade adds f74dc26792a gdb/gdbsupport/gdbserver: Require c++17 adds ca362799ee0 Automatic date update in version.in adds c7224db7af3 Pre-read .debug_aranges section adds 04f0f42bcf4 Move read_addrmap_from_aranges to new file adds 5ea615a22b0 Automatic date update in version.in new 9c3819a8265 gas: dw2gencfi: minor rejig for cfi_sections_set and all_cf [...] new d7d2053f251 gas: dw2gencfi: use all_cfi_sections instead of cfi_sections new 66692aa6047 gas: dw2gencfi: expose a new cfi_set_last_fde API new f5ce5b94d99 gas: dw2gencfi: move some tc_* defines to the header file new c2765ffbf49 gas: add new command line option --scfi[=all,none] new df681376fa4 gas: scfidw2gen: new functionality to prepapre for SCFI new ae337821ace gas: synthesize CFI for hand-written asm new 3e9723b77b9 gas: doc: update documentation for the new listing option new 27ac756166d gas: testsuite: add a x86_64 testsuite for SCFI new 1987ec1cf72 gas/NEWS: announce the new command line option
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 (84c6dd00467) \ N -- N -- N refs/heads/users/ibhagat/try-scfi-v2 (1987ec1cf72)
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 10 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/elfnn-riscv.c | 22 +- bfd/version.h | 2 +- gas/config/obj-elf.c | 1 - gas/config/tc-bpf.c | 9 +- gas/config/tc-i386.c | 27 +- gas/config/tc-riscv.c | 1 + gas/doc/as.texi | 16 +- gas/ginsn.c | 16 +- gas/ginsn.h | 20 +- gas/scfi.c | 70 +- gas/testsuite/gas/scfi/README | 12 +- gas/testsuite/gas/scfi/x86_64/scfi-pushsection-1.d | 43 + .../{scfi-pushq-1.l => scfi-pushsection-1.l} | 0 gas/testsuite/gas/scfi/x86_64/scfi-pushsection-1.s | 40 + gas/testsuite/gas/scfi/x86_64/scfi-pushsection-2.d | 39 + .../x86_64/{scfi-add-1.l => scfi-pushsection-2.l} | 0 gas/testsuite/gas/scfi/x86_64/scfi-pushsection-2.s | 38 + gas/testsuite/gas/scfi/x86_64/scfi-x86-64.exp | 5 + gdb/Makefile.in | 2 + gdb/NEWS | 6 + gdb/README | 4 +- gdb/ax_cxx_compile_stdcxx.m4 | 126 +- gdb/config.in | 4 +- gdb/configure | 1994 +++++++++++++++++--- gdb/configure.ac | 4 +- gdb/doc/python.texi | 16 + gdb/dwarf2/aranges.c | 200 ++ gdb/dwarf2/aranges.h | 35 + gdb/dwarf2/read-debug-names.c | 2 + gdb/dwarf2/read.c | 180 +- gdb/dwarf2/read.h | 8 - gdb/i386-tdep.c | 34 +- gdb/i386-tdep.h | 2 +- gdb/linux-nat.c | 24 +- gdb/python/py-value.c | 122 +- gdb/remote.c | 27 +- gdb/testsuite/gdb.dwarf2/per-bfd-sharing.exp | 1 + gdb/testsuite/gdb.python/py-value.exp | 109 +- .../gdb.threads/main-thread-exit-during-detach.c | 61 + .../gdb.threads/main-thread-exit-during-detach.exp | 140 ++ gdbserver/config.in | 4 +- gdbserver/configure | 1980 ++++++++++++++++--- gdbserver/configure.ac | 4 +- gdbserver/mem-break.cc | 11 + gdbsupport/Makefile.in | 2 +- gdbsupport/config.in | 4 +- gdbsupport/configure | 1980 ++++++++++++++++--- gdbsupport/configure.ac | 4 +- opcodes/bpf-dis.c | 2 +- 49 files changed, 6369 insertions(+), 1084 deletions(-) create mode 100644 gas/testsuite/gas/scfi/x86_64/scfi-pushsection-1.d copy gas/testsuite/gas/scfi/x86_64/{scfi-pushq-1.l => scfi-pushsection-1.l} (100%) create mode 100644 gas/testsuite/gas/scfi/x86_64/scfi-pushsection-1.s create mode 100644 gas/testsuite/gas/scfi/x86_64/scfi-pushsection-2.d copy gas/testsuite/gas/scfi/x86_64/{scfi-add-1.l => scfi-pushsection-2.l} (100%) create mode 100644 gas/testsuite/gas/scfi/x86_64/scfi-pushsection-2.s create mode 100644 gdb/dwarf2/aranges.c create mode 100644 gdb/dwarf2/aranges.h create mode 100644 gdb/testsuite/gdb.threads/main-thread-exit-during-detach.c create mode 100644 gdb/testsuite/gdb.threads/main-thread-exit-during-detach.exp