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. 91101fe524e5ae8a912880bf3350ad93d511181a


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  91101fe524e5ae8a912880bf3350ad93d511181a (commit)
       via  c9402c95796b6b734bdeecf69a57ca08140f677e (commit)
       via  ae8fddda32d161ea0d8606fdd71349230d5b0ad6 (commit)
       via  9c81664074faf6028036d9b3615ab860396b0c81 (commit)
      from  018dc9bedf40d528f1d05d56555e20ed54a77dc3 (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=91101fe524e5ae8a912880bf3350ad93d511181a

commit 91101fe524e5ae8a912880bf3350ad93d511181a
Author: Yao Qi <yao@codesourcery.com>
Date:   Thu Apr 17 09:14:34 2014 +0800

    Remove Chill from comments
    
    gdb:
    
    2014-07-20  Yao Qi  <yao@codesourcery.com>
    
    	* eval.c: Remove "Chill" from comments.
    	* gdbtypes.h: Likewise.
    	* symtab.h: Likewise.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c9402c95796b6b734bdeecf69a57ca08140f677e

commit c9402c95796b6b734bdeecf69a57ca08140f677e
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue Apr 15 11:39:26 2014 +0800

    Update comments to TERNOP_SLICE
    
    TERNOP_SLICE was added for language Chill, but it is used for Ada and D later.
    Since language Chill was removed from GDB, TERNOP_SLICE is only used for
    Ada and D.  This patch is to update its comments.
    
    gdb:
    
    2014-07-20  Yao Qi  <yao@codesourcery.com>
    
    	* std-operator.def: Update comments to TERNOP_SLICE.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ae8fddda32d161ea0d8606fdd71349230d5b0ad6

commit ae8fddda32d161ea0d8606fdd71349230d5b0ad6
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue Apr 15 11:28:15 2014 +0800

    Remove operator BINOP_RANGE
    
    BINOP_RANGE was added by the following commit for chill language.
    
    commit badefd2800f5ee2dc6a0eef870771af9dc29bba7
    Author: Per Bothner <per@bothner.com>
    Date:   Wed Nov 29 22:59:31 1995 +0000
    
            * expression.h (enum exp_opcode):  Add BINOP_RANGE.
            * expprint.c (dump_expression):  Support BINOP_RANGE.
            * eval.c (evaluate_subexp_standard):  Handle BINOP_RANGE (as error).
            (case MULTI_SUBSCRIPT):  Fix broken f77 value->int ad hoc conversion.
            * ch-lang.c (chill_op_print_tab):  Support BINOP_RANGE.
            (evaluate_subexp_chill):  Error on BINOP_COMMA.
    
    Chill language is no longer supported, so we can remove BINOP_RANGE too.
    This patch is to remove BINOP_RANGE.
    
    gdb:
    
    2014-07-20  Yao Qi  <yao@codesourcery.com>
    
    	* std-operator.def: Remove BINOP_RANGE.
    	* breakpoint.c (watchpoint_exp_is_const): Update.
    	* expprint.c (dump_subexp_body_standard): Likewise.
    	* eval.c (init_array_element): Remove dead code.
    	(evaluate_subexp_standard): Likewise.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9c81664074faf6028036d9b3615ab860396b0c81

commit 9c81664074faf6028036d9b3615ab860396b0c81
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue Apr 15 11:10:56 2014 +0800

    Remove operator BINOP_IN
    
    Chill language support was removed several years ago, and BINOP_IN
    isn't used for Pascal.  This patch is to remove BINOP_IN.
    
    gdb:
    
    2014-07-20  Yao Qi  <yao@codesourcery.com>
    
    	* std-operator.def: Remove BINOP_IN.
    	* breakpoint.c (watchpoint_exp_is_const): Update.
    	* eval.c (evaluate_subexp_standard): Likewise.
    	* expprint.c (dump_subexp_body_standard): Likewise.

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

Summary of changes:
 gdb/ChangeLog        |   25 ++++++++++++++++++
 gdb/breakpoint.c     |    2 -
 gdb/eval.c           |   68 ++++++-------------------------------------------
 gdb/expprint.c       |    2 -
 gdb/gdbtypes.h       |    7 ++---
 gdb/std-operator.def |   11 +------
 gdb/symtab.h         |    2 +-
 7 files changed, 40 insertions(+), 77 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]