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 bd2542cb1ef Require GNAT 8 for gdb.ada/recursive-access.exp new 0221c9eea71 Reformat gdb.objc tests new df25394884c Make the gdb.objc tests compile new b225f3d8bc4 Minor fixes to make gdb.objc tests pass new 62b8588c517 Rename lookup_struct_typedef new 55f723947e5 Remove a couple Objective-C expression helpers new 4062d79d63a Avoid crash with "NSString" literals new a0877646e82 Rewrite the @selector code
The 7 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/c-exp.h | 16 ++------- gdb/c-exp.y | 67 +++++++++++++++++++++++++++-------- gdb/eval.c | 13 ++++--- gdb/objc-lang.c | 50 ++++++++++++-------------- gdb/objc-lang.h | 8 ++--- gdb/testsuite/gdb.objc/basicclass.exp | 25 ++++++------- gdb/testsuite/gdb.objc/basicclass.m | 6 ++-- gdb/testsuite/gdb.objc/nondebug.exp | 8 ++--- gdb/testsuite/gdb.objc/nondebug.m | 6 ++-- gdb/testsuite/gdb.objc/objcdecode.exp | 11 +++--- gdb/testsuite/gdb.objc/objcdecode.m | 6 ++-- gdb/testsuite/gdb.objc/print.exp | 4 +++ gdb/testsuite/lib/gdb.exp | 12 +++---- 13 files changed, 123 insertions(+), 109 deletions(-)