From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12802 invoked by alias); 19 Apr 2012 15:13:52 -0000 Received: (qmail 12759 invoked by uid 22791); 19 Apr 2012 15:13:51 -0000 X-SWARE-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vx0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Apr 2012 15:13:12 +0000 Received: by vcbfy7 with SMTP id fy7so703990vcb.0 for ; Thu, 19 Apr 2012 08:13:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding:x-system-of-record :x-gm-message-state; bh=M6KKszDnhnKqjbU7OI34wS25Epb7dquP3KfJl2rnsA8=; b=ORoZOtjmEf9MKomund9OUBwAMNN4U3cnAP8ez3hY7Wi7SkSlvqAD/AvUjAUB2Gculv jov/lK2FDwJfldklUR2wEmMZlVxEqsFtQoosNh+vGkfS2MuDwWyS36U1FkJ/DYR0rfwP K5bWoXG0uGyAyU1QNeiVYiBNfriqmVMvsgXvjpsYaVRMGODpJKcmfD3nItDOUecOKbuK 2lVXtO0cLyp87xtAX+FLZF90HN+VK9Klwj4sSzZM8DOAGFJpl/Q1gKh7ycmSOzUxploG /IgP0wI4qkehLLcN2NO6sbP+8oTxf3iUUJZJ0ocy1djiu4P9QomxntJ1m5rhzxwjTA3V +MRQ== Received: by 10.52.67.11 with SMTP id j11mr1035811vdt.132.1334848391903; Thu, 19 Apr 2012 08:13:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.67.11 with SMTP id j11mr1035797vdt.132.1334848391783; Thu, 19 Apr 2012 08:13:11 -0700 (PDT) Received: by 10.220.115.78 with HTTP; Thu, 19 Apr 2012 08:13:11 -0700 (PDT) In-Reply-To: <4F8FBB6E.2060006@codesourcery.com> References: <20120418185738.277DB2461AF@ruffy.mtv.corp.google.com> <4F8FBB6E.2060006@codesourcery.com> Date: Thu, 19 Apr 2012 15:28:00 -0000 Message-ID: Subject: Re: [RFA 3/3] Initial Fission support, the actual Fission stuff From: Doug Evans To: Yao Qi Cc: gdb-patches@sourceware.org, tromey@redhat.com, ccoutant@google.com, saugustine@google.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-Gm-Message-State: ALoCoQnTyAWw5R6qalk68AGSIhtTockpV1hYuuB4qxeyIDon2HuS00QXZpkyQ+2j+obcMb+ZouFoHb19BBwd9qO11x9ny8jSkcL+vjK31equ+EUr+s04Z55I1xkGvA/K6Mef9cXjgy0wtj/5u23cfHWQgfWVUnONkw== X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-04/txt/msg00630.txt.bz2 On Thu, Apr 19, 2012 at 12:14 AM, Yao Qi wrote: > On 04/19/2012 02:57 AM, Doug Evans wrote: >> Regression tested on amd64-linux, with/without dwarf4 and .gdb_index, >> and with the Fission gcc/binutils. >> > > Do we have a test case for this feature? Heh. Touche! :-) I've been testing with -gfission with/without --Wl,--gdb-index (gold). It's akin to testing .debug_types and .gdb_index. If Tom adds a testcase case for gdb_index, I'll add one for Fission. 1/2 :-) >> 2012-04-18 =A0Doug Evans =A0 >> >> =A0 =A0 =A0 Initial support for Fission. =A0http://gcc.gnu.org/wiki/Debu= gFission > > Need a NEWS entry? Yep, thanks.