This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from b625eff8a23 RISC-V: Support Zicond extension new b91671f3f99 libsframe: add library versioning new 852bb8c10de libsframe: remove sframe_get_funcdesc_with_addr API new 99fde044fc3 libsframe: add symbol versioning new 36aecb4197c libsframe: update the semantics of sframe_fre_get_ra_offset new 526960c9121 libsframe: update the semantics of sframe_fre_get_fp_offset new 100d405dae2 libsframe: use uint32_t for fre_type and fde_type function args new 49e4485cba2 libsframe: bfd: use uint32_t for return type of sframe_calc [...] new de4879feca3 libsframe: use uint8_t instead of unsigned char for abi_arch new a9f1da26dac libsframe: use uint8_t for return type of sframe_fre_get_ba [...] new 3412dcec612 libsframe: use appropriate data types for args of sframe_encode new df6f1afb6d3 libsframe: bfd: use uint32_t for return type of get_num_fidx APIs new fa3d73ebf3b binutils/NEWS: add note about upcoming libsframe changes
The 12 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/elf-sframe.c | 8 +-- bfd/elfxx-x86.c | 2 +- binutils/NEWS | 6 +++ include/sframe-api.h | 27 +++++----- libsframe/Makefile.am | 15 ++++++ libsframe/Makefile.in | 14 +++++- libsframe/configure | 63 ++++++++++++++++++++++- libsframe/configure.ac | 28 +++++++++++ libsframe/libsframe.ver | 36 ++++++++++++++ libsframe/libtool-version | 30 +++++++++++ libsframe/sframe-dump.c | 20 +++++--- libsframe/sframe.c | 124 +++++++++++++++++++++++++++------------------- 12 files changed, 294 insertions(+), 79 deletions(-) create mode 100644 libsframe/libsframe.ver create mode 100644 libsframe/libtool-version