From patchwork Sun Aug 17 22:10:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Hundven X-Patchwork-Id: 380655 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 5CE4614011D for ; Mon, 18 Aug 2014 08:10:37 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references; q=dns; s=default; b=ATd0XJNQkBNpThAOQa9JbtQIC8aXd47 jXaLgJA0TZCm4PzpEPY/jx6AcEpJy5mUsaIHdSOGnjUO9Hjl1YSrXM+qvJTeHdPT K45EtH4RtvTFA18DrLPKFcjxaKPQn8GyfVCxKxty0rSrnnou+/jayR/viCBscUJo 4Tv9FaoY6qck= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references; s=default; bh=xzFBroXYt1AFVTfwrqiLS9RBvBM=; b=KZxvV x+ODdTkZRr1do8yQeBuIflkFlKCQ9giFbo4A4IC37zfAklXKgilqygdEiCVk7Xtt zBTlgKh1czPK9/qNvXOAXibR1gQiOzLVEWbymKEmJndbSlfinNy3J7N2maiPro4K J3P4qwcM5pje7iQDJgZmWjkmxxKQ+j8ovRcCM8= Received: (qmail 26946 invoked by alias); 17 Aug 2014 22:10:15 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Delivered-To: mailing list crossgcc@sourceware.org Received: (qmail 26890 invoked by uid 89); 17 Aug 2014 22:10:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f176.google.com Received: from mail-pd0-f176.google.com (HELO mail-pd0-f176.google.com) (209.85.192.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 17 Aug 2014 22:10:09 +0000 Received: by mail-pd0-f176.google.com with SMTP id y10so6252361pdj.7 for ; Sun, 17 Aug 2014 15:10:07 -0700 (PDT) X-Received: by 10.68.189.8 with SMTP id ge8mr30311912pbc.104.1408313407172; Sun, 17 Aug 2014 15:10:07 -0700 (PDT) Received: from fuzzy.hsd1.wa.comcast.net (c-50-135-131-187.hsd1.wa.comcast.net. [50.135.131.187]) by mx.google.com with ESMTPSA id br1sm14259380pbc.6.2014.08.17.15.10.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 17 Aug 2014 15:10:06 -0700 (PDT) From: Bryan Hundven To: "Yann E. MORIN" Cc: crossgcc@sourceware.org, Bryan Hundven Subject: [PATCH 1/2] [config/gdb] Add gdb 7.8 Date: Sun, 17 Aug 2014 15:10:00 -0700 Message-Id: <1408313401-3640-2-git-send-email-bryanhundven@gmail.com> In-Reply-To: <1408313401-3640-1-git-send-email-bryanhundven@gmail.com> References: <1408141290-19515-1-git-send-email-bryanhundven@gmail.com> <1408313401-3640-1-git-send-email-bryanhundven@gmail.com> X-IsSubscribed: yes Add updated gdb 7.8 to the available versions of gdb. Signed-off-by: Bryan Hundven --- config/debug/gdb.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 35123a9..3aaff8e 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -33,6 +33,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config GDB_V_7_8 + bool + prompt "7.8" + select GDB_7_2_or_later + config GDB_V_7_7_1 bool prompt "7.7.1" @@ -154,6 +159,7 @@ config GDB_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "7.8" if GDB_V_7_8 default "7.7.1" if GDB_V_7_7_1 default "7.7" if GDB_V_7_7 default "7.6.1" if GDB_V_7_6_1