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 0cc8cc5e6f8 Re: Add section caches to coff_data_type new efd3b63b68b libsframe: testsuite: add new tests for sframe_find_fre API new 6a99f006eca libsframe: testsuite: add tests for sframe_get_funcdesc_wit [...]
The 2 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: libsframe/Makefile.in | 97 +++++++++- .../encode.exp => libsframe.find/find.exp} | 18 +- .../encode-1.c => libsframe.find/findfre-1.c} | 124 ++++++------- libsframe/testsuite/libsframe.find/findfunc-1.c | 204 +++++++++++++++++++++ libsframe/testsuite/libsframe.find/local.mk | 11 ++ libsframe/testsuite/local.mk | 3 +- 6 files changed, 365 insertions(+), 92 deletions(-) copy libsframe/testsuite/{libsframe.encode/encode.exp => libsframe.find/find.exp} (76%) copy libsframe/testsuite/{libsframe.encode/encode-1.c => libsframe.find/findfre-1. [...] create mode 100644 libsframe/testsuite/libsframe.find/findfunc-1.c create mode 100644 libsframe/testsuite/libsframe.find/local.mk