gdb and binutils branch master updated. 5a6c770930a54585c6d4bd9257ce7636b469d7c1
sivachandra@sourceware.org
sivachandra@sourceware.org
Tue Jun 10 18:54:00 GMT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, master has been updated
via 5a6c770930a54585c6d4bd9257ce7636b469d7c1 (commit)
from d9949a367352c66b7d90ca32bdbd5cac38c14b53 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5a6c770930a54585c6d4bd9257ce7636b469d7c1
commit 5a6c770930a54585c6d4bd9257ce7636b469d7c1
Author: Siva Chandra <sivachandra@chromium.org>
Date: Wed Jun 4 10:50:11 2014 -0700
Wrap PyObject_Get/HasAttrString in a function with second arg having const qualifier.
This is done to avoid errors when compiled with -Werror against Python-2.4
which did not have the const qualifier for the second argument of these
functions.
gdb/
* python/python-internal.h (gdb_PyObject_GetAttrString)
(gdb_PyObject_HasAttrString): New inline function definitions.
* py-value.c (get_field_flag): Remove the now unnecessary cast to
char * of the second argument to PyObject_GetAttrString.
-----------------------------------------------------------------------
Summary of changes:
gdb/ChangeLog | 7 +++++++
gdb/python/py-value.c | 3 +--
gdb/python/python-internal.h | 26 ++++++++++++++++++++++++++
3 files changed, 34 insertions(+), 2 deletions(-)
hooks/post-receive
--
gdb and binutils
More information about the Gdb-cvs
mailing list