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. aba02109701c9824499b42f1cf044a995fc603e1


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  aba02109701c9824499b42f1cf044a995fc603e1 (commit)
      from  e62e21fd47826fd5501e7e06106c202763e7b260 (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=aba02109701c9824499b42f1cf044a995fc603e1

commit aba02109701c9824499b42f1cf044a995fc603e1
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Wed Jan 15 19:14:15 2014 +0400

    Remove unncessary function declarations in ada-typeprint.c.
    
    These declarations are unncessary, and make it extra work when trying
    to change the profile of one of these functions. This patch just
    removes them.
    
    Note that one of them (print_dynamic_range_bound), was improperly
    indented.
    
    gdb/ChangeLog:
    
            * ada-typeprint.c (print_array_type, print_choices, print_range)
            (print_range_bound, print_dynamic_range_bound, print_range_type):
            Remove declaration.

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

Summary of changes:
 gdb/ChangeLog       |    6 ++++++
 gdb/ada-typeprint.c |   19 +------------------
 2 files changed, 7 insertions(+), 18 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]