gdb and binutils branch master updated. cc3afae25a4e37ed7a864a8f4eea1dc11b20d5fb
palves@sourceware.org
palves@sourceware.org
Fri Oct 10 17:12: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 cc3afae25a4e37ed7a864a8f4eea1dc11b20d5fb (commit)
from cdfa0b0ac16739350360b29b05223655d3b9b740 (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=cc3afae25a4e37ed7a864a8f4eea1dc11b20d5fb
commit cc3afae25a4e37ed7a864a8f4eea1dc11b20d5fb
Author: Ajit Kumar Agarwal <ajitkum@xilinx.com>
Date: Fri Oct 10 18:07:06 2014 +0100
Microblaze: Reject invalid target descriptions
We currently validate the target description, but then forget to
reject it if found invalid.
Tested that incorrect descriptions are rejected and GDB warns about
them.
Tested the Microblaze Design with and without stack-protect registers.
The gdb command "info registers" displayed the register correctly. If
a stack protect design is not selected, only core registers are
displayed. When the stack-protect registers are selected in the
design, the core registers along with stack-protect registers are
displayed.
gdb/
2014-10-10 Ajit Agarwal <ajitkum@xilinx.com>
* microblaze-tdep.c (microblaze_gdbarch_init): If the description
isn't valid, release the tdesc arch data and return NULL.
-----------------------------------------------------------------------
Summary of changes:
gdb/ChangeLog | 5 +++++
gdb/microblaze-tdep.c | 8 +++++++-
2 files changed, 12 insertions(+), 1 deletions(-)
hooks/post-receive
--
gdb and binutils
More information about the Gdb-cvs
mailing list