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


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  7f3c034326ce5d487e897826a12c3a4b9d457b49 (commit)
      from  77ac17b8453f60adabaa8931930e2bbe0499757d (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=7f3c034326ce5d487e897826a12c3a4b9d457b49

commit 7f3c034326ce5d487e897826a12c3a4b9d457b49
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Mon May 19 11:46:19 2014 -0700

    Remove "set/show remotebaud" (deprecated) commands.
    
    This patch removes support for the "set/show remotebaud" command,
    which were deprecated in GDB 7.7, and should be now be removed
    ahead of cutting the GDB 7.8 branch.
    
    gdb/ChangeLog:
    
            * serial.c (_initialize_serial): Remove support for
            the "set remotebaud" and "show remotebaud" commands.
            * NEWS: Add entry documenting the removal of that command.
    
    gdb/testsuite/ChangeLog:
    
            * config/monitor.exp (gdb_target_monitor): Replace use of
            "set remotebaud" by "set serial baud".

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

Summary of changes:
 gdb/ChangeLog                    |    6 ++++++
 gdb/NEWS                         |    4 ++++
 gdb/serial.c                     |   28 ----------------------------
 gdb/testsuite/ChangeLog          |    5 +++++
 gdb/testsuite/config/monitor.exp |    2 +-
 5 files changed, 16 insertions(+), 29 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]