This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. ba32981791a749df5e742abbc4bc2f71a3161d6e


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  ba32981791a749df5e742abbc4bc2f71a3161d6e (commit)
      from  63e1777c6c20434c9909eb0f235b14f623d1f914 (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=ba32981791a749df5e742abbc4bc2f71a3161d6e

commit ba32981791a749df5e742abbc4bc2f71a3161d6e
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sat Feb 5 01:42:19 2011 -0500

    opcodes: blackfin: handle memory read errors
    
    The current code ignores memory read errors which isn't a great idea.
    So add a helper function which takes care of error checking and update
    the code to use that.
    
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

-----------------------------------------------------------------------

Summary of changes:
 opcodes/ChangeLog  |    6 +++++
 opcodes/bfin-dis.c |   58 +++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 45 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]