From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16013 invoked by alias); 15 Feb 2014 14:50:22 -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 16001 invoked by uid 89); 15 Feb 2014 14:50:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ee0-f44.google.com Received: from mail-ee0-f44.google.com (HELO mail-ee0-f44.google.com) (74.125.83.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 15 Feb 2014 14:50:21 +0000 Received: by mail-ee0-f44.google.com with SMTP id c13so6245897eek.3 for ; Sat, 15 Feb 2014 06:50:17 -0800 (PST) X-Received: by 10.15.10.73 with SMTP id f49mr15994322eet.2.1392475817386; Sat, 15 Feb 2014 06:50:17 -0800 (PST) Received: from [127.0.1.1] (dslb-088-066-011-054.pools.arcor-ip.net. [88.66.11.54]) by mx.google.com with ESMTPSA id y47sm33023107eel.14.2014.02.15.06.50.14 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 15 Feb 2014 06:50:16 -0800 (PST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH] debug/gdb: pump gdb to version 7.7 X-Mercurial-Node: a1bcc8a58a4613f0b8bf7abffaf2416443289125 Message-Id: User-Agent: Mercurial-patchbomb/2.6.3 Date: Sat, 15 Feb 2014 14:50:00 -0000 From: Daniel Zimmermann To: "Yann E. MORIN" Cc: crossgcc@sourceware.org X-SW-Source: 2014-02/txt/msg00035.txt.bz2 # HG changeset patch # User Daniel Zimmermann # Date 1392475797 -3600 # Sat Feb 15 15:49:57 2014 +0100 # Node ID a1bcc8a58a4613f0b8bf7abffaf2416443289125 # Parent a8cb9039fadee8d34669d83824c8eb1f56805691 debug/gdb: pump gdb to version 7.7 pump gdb to version 7.7 Signed-off-by: '"Daniel Zimmermann" ' diff -r a8cb9039fade -r a1bcc8a58a46 config/debug/gdb.in --- a/config/debug/gdb.in Tue Feb 11 21:34:48 2014 +0100 +++ b/config/debug/gdb.in Sat Feb 15 15:49:57 2014 +0100 @@ -34,6 +34,13 @@ # CT_INSERT_VERSION_BELOW +config GDB_V_7_7 + bool + prompt "7.7" + select GDB_7_0_or_later + select GDB_7_2_or_later + + config GDB_V_7_6_1 bool prompt "7.6.1" @@ -157,6 +164,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "7.7" if GDB_V_7_7 default "7.6.1" if GDB_V_7_6_1 default "linaro-7.6-2013.05" if GDB_V_linaro_7_6_2013_05 default "7.5.1" if GDB_V_7_5_1 -- For unsubscribe information see http://sourceware.org/lists.html#faq