From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31663 invoked by alias); 14 Jan 2013 18:57:14 -0000 Received: (qmail 31624 invoked by uid 22791); 14 Jan 2013 18:57:13 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hop-nat-141.emc.com (HELO mexforward.lss.emc.com) (168.159.213.141) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Jan 2013 18:57:06 +0000 Received: from hop04-l1d11-si01.isus.emc.com (HOP04-L1D11-SI01.isus.emc.com [10.254.111.54]) by mexforward.lss.emc.com (Switch-3.4.3/Switch-3.4.3) with ESMTP id r0EIuWE1030984 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 14 Jan 2013 13:56:41 -0500 Received: from mailhub.lss.emc.com (mailhubhoprd01.lss.emc.com [10.254.221.251]) by hop04-l1d11-si01.isus.emc.com (RSA Interceptor); Mon, 14 Jan 2013 13:56:12 -0500 Received: from usendtaylorx2l.lss.emc.com (usendtaylorx2l.lss.emc.com [10.243.10.188]) by mailhub.lss.emc.com (Switch-3.4.3/Switch-3.4.3) with ESMTP id r0EIuAiK014080; Mon, 14 Jan 2013 13:56:10 -0500 Received: by usendtaylorx2l.lss.emc.com (Postfix, from userid 26043) id CD70F5A8AED; Mon, 14 Jan 2013 13:56:09 -0500 (EST) Received: from usendtaylorx2l (localhost [127.0.0.1]) by usendtaylorx2l.lss.emc.com (Postfix) with ESMTP id CBBF75A8A6D; Mon, 14 Jan 2013 13:56:09 -0500 (EST) To: Andreas Schwab cc: Doug Evans , nick clifton , binutils@sourceware.org, gcc@gcc.gnu.org, gdb Subject: Re: stabs support in binutils, gcc, and gdb In-reply-to: References: <12972.1357230104@usendtaylorx2l> <50E5B73C.8090009@redhat.com> <13440.1357915978@usendtaylorx2l> Comments: In-reply-to Andreas Schwab message dated "Sat, 12 Jan 2013 14:25:50 +0100." Date: Mon, 14 Jan 2013 18:57:00 -0000 Message-ID: <13032.1358189769@usendtaylorx2l> From: David Taylor X-EMM-MHVC: 1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2013-01/txt/msg00053.txt.bz2 Andreas Schwab wrote: > David Taylor writes: > > > {As to what d90f.elf is -- that's unimportant; but, it's the kernel for > > one of the boards in one of our hardware products.] > > Is it an optimized or an unoptimized build? Optimized, -O2. According to find piped to wc, there's 2587 C files, 11 assembly files, 5 C++ files, and 2839 header files. Across the files, there's 4.9M lines in C files, 870K lines in header files, 9.7K lines in assembly, and 5.9K lines in C++.