This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/ibhagat/try-sframe-next in repository binutils-gdb.
discards d3a6ba28a1b sframe: doc: update spec for the mangled-RA bit in FRE discards 7a269b56a8c gas: sframe: testsuite: add testcase for .cfi_negate_ra_state discards 1bcb10648d2 objdump/readelf: sframe: emit marker for FREs with mangled RA discards 2beca7c5cb3 libsframe: provide new access API for mangled RA bit discards d4acbed975d gas: sframe: add support for .cfi_negate_ra_state discards fab323258ee sframe.h: add support for .cfi_negate_ra_state adds 1c57b841ac1 Automatic date update in version.in adds 4604c729416 sframe.h: add support for .cfi_negate_ra_state adds 28f69152b99 gas: sframe: add support for .cfi_negate_ra_state adds 9c4b163cb54 libsframe: provide new access API for mangled RA bit adds 49948bce0e9 objdump/readelf: sframe: emit marker for FREs with mangled RA adds 5bec250b5a9 gas: sframe: testsuite: add testcase for .cfi_negate_ra_state adds 6e09ae77a19 sframe: doc: update spec for the mangled-RA bit in FRE adds 499766a6d77 Re: The problem with warning in elf_object_p adds 6f00d50e2b6 asan: elf.c:12621:18: applying zero offset to null pointer adds 56ba7527d29 bfd_get_relocated_section_contents allow NULL data buffer adds 71c90666e60 Automatic date update in version.in adds 4820e86403c Bump version to 14.0.50.DATE-git. adds 4ff87a3052e Update gdb/NEWS after GDB 13 branch creation. adds 3bbdb440d0e ld bootstrap test in build dir with path containing symlinks adds 20d8836e4ac Comment bfd_get_section_limit_octets and bfd_get_section_al [...] adds 2a517ca94d3 Automatic date update in version.in adds 4fdeb2a3799 x86: omit Cpu prefixes from opcode table adds 8e0eb7c6b35 Arm: break gas dependency on libopcodes adds ecb828308c8 gprofng/testsuite: adjust linking of synprog adds 6cafa878248 gprofng/testsuite: correct names for signal handling tests adds 08b50e1e03b gprofng/testsuite: correct line continuation in endcases.c adds f8b6a781fb6 gprofng/testsuite: eliminate bogus casts adds b1fb5034045 gprofng/testsuite: skip Java test without JDK adds d14b3ea1c88 New Romainian translation for the GOLD subdirectory. adds 42f39fdedcf Fix potential illegal memory accesses when parsing corrupt [...] adds 37e5833da58 gdb: fix command lookup in execute_command () adds 956bc7a29fd Tidy PR29893 and PR29908 fix adds d1c34a1b4c4 Remove vestiges of MI version 0 adds 975249ff4e2 Remove MI version 1 adds 6829683679c Remove quick_symbol_functions::relocated adds dad6b350f98 Use bool constants for value_print_options adds 4ec2227afb0 Use bool in bpstat adds 0d120726bda Avoid compiler warning in dwarf-do-refresh new b25bdcee547 [1/5] sframe.h: add support for .cfi_b_key_frame new e8ccffdc559 [2/5] gas: sframe: add support for .cfi_b_key_frame new a098f30a407 [3/5] objdump/readelf: sframe: emit marker for SFrame FDE w [...] new 948100e6931 [4/5] gas: sframe: testsuite: add testcase for .cfi_b_key_frame new 5e2ead1b945 [5/5] sframe: doc: update documentation for pauth key in SF [...]
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 (d3a6ba28a1b) \ N -- N -- N refs/heads/users/ibhagat/try-sframe-next (5e2ead1b945)
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 5 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/Makefile.am | 2 +- bfd/Makefile.in | 2 +- bfd/bfd-in2.h | 20 + bfd/bfd.c | 189 +- bfd/coff-alpha.c | 5 +- bfd/coff-sh.c | 9 + bfd/compress.c | 21 +- bfd/elf-m10200.c | 9 + bfd/elf-m10300.c | 9 + bfd/elf.c | 2 +- bfd/elf32-avr.c | 9 + bfd/elf32-cr16.c | 9 + bfd/elf32-crx.c | 9 + bfd/elf32-h8300.c | 9 + bfd/elf32-nds32.c | 5 +- bfd/elf32-sh.c | 9 + bfd/elfcode.h | 13 +- bfd/elfxx-mips.c | 3 + bfd/format.c | 85 +- bfd/libbfd.c | 10 +- bfd/libbfd.h | 11 +- bfd/linker.c | 16 +- bfd/peicode.h | 13 +- bfd/reloc.c | 5 +- bfd/reloc16.c | 31 +- bfd/section.c | 5 +- bfd/simple.c | 20 +- bfd/targets.c | 45 +- bfd/version.h | 2 +- binutils/ChangeLog | 12 + binutils/dwarf-mode.el | 2 +- binutils/dwarf.c | 38 +- gas/configure | 2 +- gas/configure.ac | 2 +- gas/gen-sframe.c | 26 +- gas/gen-sframe.h | 2 +- gas/sframe-opt.c | 3 + .../cfi-sframe/cfi-sframe-aarch64-pac-ab-key-1.d | 27 + .../cfi-sframe-aarch64-pac-ab-key-1.s} | 5 + gas/testsuite/gas/cfi-sframe/cfi-sframe.exp | 1 + gdb/NEWS | 6 +- gdb/ada-valprint.c | 10 +- gdb/break-catch-load.c | 2 +- gdb/break-catch-throw.c | 4 +- gdb/breakpoint.c | 38 +- gdb/breakpoint.h | 11 +- gdb/c-valprint.c | 2 +- gdb/cp-valprint.c | 6 +- gdb/doc/gdb.texinfo | 4 - gdb/dwarf2/read.c | 2 +- gdb/extension.c | 4 +- gdb/extension.h | 2 +- gdb/guile/scm-pretty-print.c | 6 +- gdb/guile/scm-value.c | 4 +- gdb/infcmd.c | 6 +- gdb/interps.h | 1 - gdb/main.c | 22 +- gdb/mi/mi-cmd-env.c | 24 - gdb/mi/mi-cmd-stack.c | 2 +- gdb/mi/mi-cmd-var.c | 24 +- gdb/mi/mi-interp.c | 1 - gdb/mi/mi-main.c | 9 +- gdb/mi/mi-out.c | 3 - gdb/objfiles.c | 4 - gdb/p-valprint.c | 8 +- gdb/printcmd.c | 2 +- gdb/psympriv.h | 15 +- gdb/psymtab.c | 69 - gdb/python/py-framefilter.c | 6 +- gdb/python/py-prettyprint.c | 6 +- gdb/python/py-value.c | 4 +- gdb/quick-symbol.h | 7 - gdb/riscv-tdep.c | 6 +- gdb/rust-lang.c | 6 +- gdb/stack.c | 2 +- gdb/testsuite/gdb.base/default.exp | 2 +- gdb/testsuite/gdb.base/interp.exp | 9 - gdb/testsuite/lib/mi-support.exp | 73 +- gdb/top.c | 8 +- gdb/valprint.c | 32 +- gdb/varobj.c | 2 +- gdb/version.in | 2 +- gold/ChangeLog | 4 + gold/po/{fr.po => ro.po} | 1861 +++++----- gprofng/Makefile.am | 1 + gprofng/Makefile.in | 1 + gprofng/testsuite/gprofng.display/display.exp | 4 +- gprofng/testsuite/gprofng.display/synprog/Makefile | 2 +- .../testsuite/gprofng.display/synprog/endcases.c | 2 +- gprofng/testsuite/gprofng.display/synprog/so_syn.c | 2 +- gprofng/testsuite/gprofng.display/synprog/so_syx.c | 2 +- .../testsuite/gprofng.display/synprog/synprog.c | 4 +- include/sframe.h | 25 +- ld/testsuite/ld-bootstrap/bootstrap.exp | 2 +- libsframe/doc/sframe-spec.texi | 8 +- libsframe/sframe-dump.c | 19 + opcodes/i386-gen.c | 695 ++-- opcodes/i386-opc.tbl | 3763 ++++++++++---------- 98 files changed, 3874 insertions(+), 3674 deletions(-) create mode 100644 gas/testsuite/gas/cfi-sframe/cfi-sframe-aarch64-pac-ab-key-1.d copy gas/testsuite/gas/{aarch64/pac_ab_key.s => cfi-sframe/cfi-sframe-aarch64-pac- [...] copy gold/po/{fr.po => ro.po} (55%)