From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6369 invoked by alias); 15 Aug 2014 22:21:41 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 6278 invoked by uid 89); 15 Aug 2014 22:21:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f175.google.com Received: from mail-pd0-f175.google.com (HELO mail-pd0-f175.google.com) (209.85.192.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 15 Aug 2014 22:21:39 +0000 Received: by mail-pd0-f175.google.com with SMTP id r10so4018546pdi.6 for ; Fri, 15 Aug 2014 15:21:37 -0700 (PDT) X-Received: by 10.70.127.230 with SMTP id nj6mr13548285pdb.164.1408141296601; Fri, 15 Aug 2014 15:21:36 -0700 (PDT) Received: from localhost.localdomain ([50.245.130.35]) by mx.google.com with ESMTPSA id xc5sm8920918pbc.66.2014.08.15.15.21.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 15 Aug 2014 15:21:35 -0700 (PDT) From: Bryan Hundven To: "Yann E. MORIN" Cc: crossgcc@sourceware.org, Bryan Hundven Subject: [PATCH 1/3] [config/gdb] Add gdb 7.8 Date: Fri, 15 Aug 2014 22:21:00 -0000 Message-Id: <1408141290-19515-2-git-send-email-bryanhundven@gmail.com> In-Reply-To: <1408141290-19515-1-git-send-email-bryanhundven@gmail.com> References: <1408141290-19515-1-git-send-email-bryanhundven@gmail.com> X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00022.txt.bz2 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 -- 2.1.0.rc1 -- For unsubscribe information see http://sourceware.org/lists.html#faq