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 6279bf110b5 objdump: sframe: fix memory leaks discards aa7931e579a libsframe: rename API sframe_fde_func_info to sframe_fde_cr [...] discards fccca5129a5 gas: sframe: fine tune the fragment fixup for SFrame func info discards 4ae76b2a7d2 sframe: gas: libsframe: define constants and remove magic numbers discards ff2d245eb53 sframe.h: make some macros more precise discards 225d50e39b6 libsframe: minor formatting nits adds 3567f2bd661 Remove unnecessary xstrdup from bppy_init adds b5e7cd5cd3d [gdb/testsuite] Add KFAILs in gdb.base/longjmp.exp adds 1de4b515634 gdb: add invalidate_selected_frame function adds a60038c648d PowerPC: Add support for RFC02656 - Enhanced Load Store wit [...] adds 51b52f4aded PowerPC: Add support for RFC02655 - Saturating Subtract Ins [...] adds b0f110a5ea0 Automatic date update in version.in adds 57336e2e4d0 libctf: avoid potential double free adds 05a1f6468ea gdb: skip objfiles with no BFD in DWARF unwinder adds dcb53d93eb0 Update the description of the linker script's TYPE directive. adds c968f038619 gdb/testsuite: update a pattern in gdb_file_cmd adds 2d77a94ff17 [gdb/testsuite] Require debug info for gdb.tui/tui-layout-a [...] adds e9c11d58b95 x86-64: Remove BND from 64-bit IBT PLT adds cd3866b6d07 Automatic date update in version.in adds 8b272d7671f [gdb/testsuite] Fix gdb.guile/scm-symtab.exp for ppc64le adds 73425813c1b PR28306, segfault in _bfd_mips_elf_reloc_unshuffle adds ba60b96371b [aarch64] Add TPIDR2 register support for Linux new 14df1297fc6 libsframe: minor formatting nits new 76771ca2367 sframe.h: make some macros more precise new 8d524231d86 sframe: gas: libsframe: define constants and remove magic numbers new e0ccb932283 gas: sframe: fine tune the fragment fixup for SFrame func info new d05bc1eecea libsframe: rename API sframe_fde_func_info to sframe_fde_cr [...] new f871e2488e1 objdump: sframe: fix memory leaks
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 (6279bf110b5) \ N -- N -- N refs/heads/users/ibhagat/try-sframe-next (f871e2488e1)
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 6 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/elf32-mips.c | 11 ++- bfd/elf64-mips.c | 7 +- bfd/elf64-x86-64.c | 44 +++++++++--- bfd/elfn32-mips.c | 7 +- bfd/elfxx-mips.c | 84 +++++++++++++++++----- bfd/elfxx-mips.h | 9 +++ bfd/version.h | 2 +- gas/gen-sframe.c | 3 +- gas/testsuite/gas/ppc/future-raw.d | 15 ++++ gas/testsuite/gas/ppc/future-raw.s | 6 ++ gas/testsuite/gas/ppc/ppc.exp | 3 + gas/testsuite/gas/ppc/rfc02655.d | 19 +++++ gas/testsuite/gas/ppc/rfc02655.s | 10 +++ gas/testsuite/gas/ppc/rfc02656.d | 19 +++++ gas/testsuite/gas/ppc/rfc02656.s | 10 +++ gdb/aarch64-fbsd-nat.c | 6 +- gdb/aarch64-fbsd-tdep.c | 12 ++-- gdb/aarch64-linux-nat.c | 44 +++++++----- gdb/aarch64-linux-tdep.c | 30 ++++++-- gdb/aarch64-linux-tdep.h | 3 - gdb/aarch64-tdep.c | 54 +++++++++++--- gdb/aarch64-tdep.h | 7 +- gdb/arch/aarch64.c | 5 +- gdb/arch/aarch64.h | 14 ++-- gdb/dwarf2/frame.c | 3 + gdb/features/Makefile | 1 - gdb/features/aarch64-tls.c | 35 ++++++++- gdb/features/aarch64-tls.xml | 11 --- gdb/frame.c | 16 ++++- gdb/frame.h | 3 +- gdb/nat/aarch64-linux.c | 21 ++++++ gdb/nat/aarch64-linux.h | 4 ++ gdb/objfiles.h | 4 +- gdb/python/py-breakpoint.c | 10 ++- gdb/testsuite/gdb.base/jit-reader.exp | 13 ++++ gdb/testsuite/gdb.base/longjmp.exp | 82 ++++++++++++++++++++- gdb/testsuite/gdb.guile/scm-symtab.exp | 2 +- .../gdb.tui/tui-layout-asm-short-prog.exp | 5 ++ gdb/testsuite/lib/gdb.exp | 2 +- gdbserver/linux-aarch64-low.cc | 24 +++++-- gdbserver/regcache.cc | 20 ++++-- gdbserver/regcache.h | 5 ++ include/sframe.h | 13 ++-- ld/ChangeLog | 6 ++ ld/ld.texi | 24 +++++++ ld/testsuite/ld-x86-64/ibt-plt-1.d | 20 +++--- ld/testsuite/ld-x86-64/ibt-plt-2a.d | 20 +++--- ld/testsuite/ld-x86-64/ibt-plt-2b.d | 2 +- ld/testsuite/ld-x86-64/ibt-plt-2c.d | 20 +++--- ld/testsuite/ld-x86-64/ibt-plt-2d.d | 2 +- ld/testsuite/ld-x86-64/ibt-plt-3a.d | 20 +++--- ld/testsuite/ld-x86-64/ibt-plt-3b.d | 2 +- ld/testsuite/ld-x86-64/ibt-plt-3c.d | 20 +++--- ld/testsuite/ld-x86-64/ibt-plt-3d.d | 2 +- ld/testsuite/ld-x86-64/plt-main-ibt-x32.dd | 7 -- ld/testsuite/ld-x86-64/plt-main-ibt.dd | 2 +- ld/testsuite/ld-x86-64/x86-64.exp | 9 +-- libctf/ctf-link.c | 5 +- opcodes/ppc-opc.c | 22 ++++++ 59 files changed, 673 insertions(+), 208 deletions(-) create mode 100644 gas/testsuite/gas/ppc/future-raw.d create mode 100644 gas/testsuite/gas/ppc/future-raw.s create mode 100644 gas/testsuite/gas/ppc/rfc02655.d create mode 100644 gas/testsuite/gas/ppc/rfc02655.s create mode 100644 gas/testsuite/gas/ppc/rfc02656.d create mode 100644 gas/testsuite/gas/ppc/rfc02656.s delete mode 100644 gdb/features/aarch64-tls.xml delete mode 100644 ld/testsuite/ld-x86-64/plt-main-ibt-x32.dd