From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16268 invoked by alias); 3 Nov 2005 21:20:33 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 16249 invoked by uid 22791); 3 Nov 2005 21:20:28 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 03 Nov 2005 21:20:28 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EXmVN-00033Z-5R; Thu, 03 Nov 2005 16:20:17 -0500 Date: Thu, 03 Nov 2005 21:20:00 -0000 From: Daniel Jacobowitz To: Shaun Jackman Cc: binutils@sources.redhat.com, GCC Bugs Subject: Re: arm-elf-nm --print-size fails on static variables Message-ID: <20051103212017.GA11701@nevyn.them.org> Mail-Followup-To: Shaun Jackman , binutils@sources.redhat.com, GCC Bugs References: <7f45d9390511031315t4b843272p@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7f45d9390511031315t4b843272p@mail.gmail.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-11/txt/msg00524.txt.bz2 List-Id: On Thu, Nov 03, 2005 at 02:15:27PM -0700, Shaun Jackman wrote: > When an object file is compiled by arm-elf-gcc 4.0.2, nm -S 2.16.* > isn't printing the size of static variables. I'd very much appreciate > a fix or workaround, if one is out there. Check what the file really says, using readelf. If the sizes are unset, check a CVS version of GCC or report the bug to GCC's bugzilla. That's more likely than an nm bug. -- Daniel Jacobowitz CodeSourcery, LLC