From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: "Dale Farnsworth" Date: Mon, 18 Sep 2006 09:17:55 -0700 To: Linuxppc-dev@ozlabs.org Subject: Is -fno-omit-frame-pointer supported on powerpc? Message-ID: <20060918161755.GA23407@xyzzy.farnsworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , I found a buggy interaction between kgdb and -fno-omit-frame-pointer on ppc that we're discussing on kgdb-bugreport. I noticed that ppc is excluded from the list of archs on which CONFIG_FRAME_POINTER depends (in lib/Kconfig.debug). Are there known problems with it? Or is it just not that useful on ppc? Thanks, -Dale