This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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. 8d85bacb91f5e50baa8155598a9e5521db2fafd1


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  8d85bacb91f5e50baa8155598a9e5521db2fafd1 (commit)
      from  08248ca9fe11040e9a4126cefebc5023d1d67222 (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=8d85bacb91f5e50baa8155598a9e5521db2fafd1

commit 8d85bacb91f5e50baa8155598a9e5521db2fafd1
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Sat Dec 28 19:20:58 2013 -0200

    Extend handling of immediates on ARM's SystemTap SDT probe support
    
    Continuing my series of fixes on the SystemTap SDT support for the
    ARM/AArch64 architectures, this patch now extends how ARM's SDT specific
    parser handles literal numbers (immediates).
    
    Currently, it only accepts "#" as the prefix.  However, according to
    "info '(as) ARM-Chars'", expressions can also have "$" and nothing as a
    prefix.  This patch extends the parser to accept those options.
    
    2013-12-28  Sergio Durigan Junior  <sergiodj@redhat.com>
    
    	* arm-linux-tdep.c (arm_stap_is_single_operand): Accept "$" as a
    	literal prefix.  Also accept no prefix at all.
    	(arm_stap_parse_special_token): Likewise.
    	(arm_linux_init_abi): Likewise.

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

Summary of changes:
 gdb/ChangeLog        |    7 +++++++
 gdb/arm-linux-tdep.c |    8 ++++----
 2 files changed, 11 insertions(+), 4 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]