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 80c135e Add support for Thumb-2 long branch veneers new 2838cc1 Add a test case for the jit-reader interface
The 1 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: gdb/testsuite/ChangeLog | 8 ++ gdb/testsuite/ChangeLog-1993-2013 | 9 -- gdb/testsuite/gdb.base/jit-protocol.h | 54 +++++++ gdb/testsuite/gdb.base/jit-reader.exp | 79 +++++++++++ gdb/testsuite/gdb.base/jithost.c | 61 ++++++++ .../gdb.base/{gdb1555-main.c => jithost.h} | 18 +-- gdb/testsuite/gdb.base/jitreader.c | 156 +++++++++++++++++++++ 7 files changed, 367 insertions(+), 18 deletions(-) create mode 100644 gdb/testsuite/gdb.base/jit-protocol.h create mode 100644 gdb/testsuite/gdb.base/jit-reader.exp create mode 100644 gdb/testsuite/gdb.base/jithost.c copy gdb/testsuite/gdb.base/{gdb1555-main.c => jithost.h} (79%) create mode 100644 gdb/testsuite/gdb.base/jitreader.c