From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262549AbUKLPPu (ORCPT ); Fri, 12 Nov 2004 10:15:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262552AbUKLPPu (ORCPT ); Fri, 12 Nov 2004 10:15:50 -0500 Received: from mx1.redhat.com ([66.187.233.31]:41174 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S262549AbUKLPPj (ORCPT ); Fri, 12 Nov 2004 10:15:39 -0500 From: David Howells In-Reply-To: <20041112145733.GA26482@nevyn.them.org> References: <20041112145733.GA26482@nevyn.them.org> <20041101162929.63af1d0d.akpm@osdl.org> <76b4a884-2c3c-11d9-91a1-0002b3163499@redhat.com> <200411011930.iA1JUMgs023243@warthog.cambridge.redhat.com> <5109.1099394496@redhat.com> To: Daniel Jacobowitz Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 12/14] FRV: Generate more useful debug info User-Agent: EMH/1.14.1 SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386-redhat-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII Date: Fri, 12 Nov 2004 15:15:18 +0000 Message-ID: <24825.1100272518@redhat.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > FYI, "gcc -g" _should_ cause .S files to include assembler debugging > information. If it doesn't, that's a bug in your port. It appears you may have a point. Running FRV compiler with gcc -g on a .S file does not pass any sort of -g flag to the assembler. It does with the i386 compiler. David