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 6fb5a51c408 GDB: Regenerate configure for libtool.m4 change new 7412b0a35c7 libctf: fix querying of large structures new e135b989412 libctf: dump CTF array dimensions in the right order
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: include/ctf.h | 3 +- libctf/ctf-decl.c | 7 +- libctf/ctf-dump.c | 8 +- libctf/ctf-types.c | 2 +- libctf/testsuite/lib/ctf-lib.exp | 43 ++++++-- .../libctf-lookup/big-struct-corruption.c | 118 +++++++++++++++++++++ .../libctf-lookup/big-struct-corruption.lk | 3 + libctf/testsuite/libctf-lookup/big-struct-ctf.c | 72 +++++++++++++ .../testsuite/libctf-lookup/multidim-array-ctf.c | 3 + libctf/testsuite/libctf-lookup/multidim-array.c | 71 +++++++++++++ libctf/testsuite/libctf-lookup/multidim-array.lk | 9 ++ 11 files changed, 325 insertions(+), 14 deletions(-) create mode 100644 libctf/testsuite/libctf-lookup/big-struct-corruption.c create mode 100644 libctf/testsuite/libctf-lookup/big-struct-corruption.lk create mode 100644 libctf/testsuite/libctf-lookup/big-struct-ctf.c create mode 100644 libctf/testsuite/libctf-lookup/multidim-array-ctf.c create mode 100644 libctf/testsuite/libctf-lookup/multidim-array.c create mode 100644 libctf/testsuite/libctf-lookup/multidim-array.lk