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. 8662d513466e5743274a36d12f6b63a524e68c0a


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  8662d513466e5743274a36d12f6b63a524e68c0a (commit)
      from  da361ebd2db2ca7696fbb7b45e2661f80c069c72 (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=8662d513466e5743274a36d12f6b63a524e68c0a

commit 8662d513466e5743274a36d12f6b63a524e68c0a
Author: Pierre Muller <muller@ics.u-strasbg.fr>
Date:   Sun Nov 17 20:42:16 2013 +0100

           Fix completion for pascal language.
           * p-exp.y (exp : field_exp name): Do not call mark_struct_expression.
           (exp : field_exp name COMPLETE): New rule.
           (exp : SIZEOF): Set correct current_type.
           (last_was_structop): Remove static variable.
           (yylex): Remove saw_structop local variable.
           Adapt code to removal of variables above.

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

Summary of changes:
 gdb/ChangeLog |   10 ++++++++++
 gdb/p-exp.y   |   31 ++++++++++++++-----------------
 2 files changed, 24 insertions(+), 17 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]