From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26773 invoked by alias); 6 Nov 2013 07:47:48 -0000 Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org Received: (qmail 26744 invoked by uid 9987); 6 Nov 2013 07:47:47 -0000 Date: Wed, 06 Nov 2013 07:47:00 -0000 Message-ID: <20131106074745.26724.qmail@sourceware.org> From: mbilal@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. 840da61ad95439a10bce40329bf82e033ec4711b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6dbb67982ced8b06deb512c0a357767f5ed486df X-Git-Newrev: 840da61ad95439a10bce40329bf82e033ec4711b X-SW-Source: 2013-q4/txt/msg00048.txt.bz2 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 840da61ad95439a10bce40329bf82e033ec4711b (commit) from 6dbb67982ced8b06deb512c0a357767f5ed486df (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=840da61ad95439a10bce40329bf82e033ec4711b commit 840da61ad95439a10bce40329bf82e033ec4711b Author: Muhammad Bilal Date: Wed Nov 6 11:42:52 2013 +0500 2013-11-06 Muhammad Bilal PR cli/16122 * top.c (command_line_input): Unify interactivity tests to use input_from_terminal_p. * event-top.c (command_line_handler): Likewise. ----------------------------------------------------------------------- Summary of changes: gdb/ChangeLog | 7 +++++++ gdb/event-top.c | 3 +-- gdb/top.c | 3 +-- 3 files changed, 9 insertions(+), 4 deletions(-) hooks/post-receive -- gdb and binutils