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 3c4c0a18c8f x86-64: Use MAXPAGESIZE for the relro segment alignment new e6b3636709a gdb: add a symbol* argument to get_return_value new 0b35f123c20 gdb: Respect the DW_CC_nocall attribute
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: gdb/gdbtypes.c | 11 +++ gdb/gdbtypes.h | 10 +++ gdb/infcall.c | 5 ++ gdb/infcmd.c | 20 +++-- gdb/inferior.h | 10 ++- gdb/python/py-finishbreakpoint.c | 57 +++++++------ gdb/stack.c | 18 +++- .../{main-foo.c => calling-convention.c} | 7 +- gdb/testsuite/gdb.dwarf2/calling-convention.exp | 97 ++++++++++++++++++++++ 9 files changed, 195 insertions(+), 40 deletions(-) copy gdb/testsuite/gdb.dwarf2/{main-foo.c => calling-convention.c} (91%) create mode 100644 gdb/testsuite/gdb.dwarf2/calling-convention.exp