From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755547AbYIIDGy (ORCPT ); Mon, 8 Sep 2008 23:06:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754122AbYIIDGp (ORCPT ); Mon, 8 Sep 2008 23:06:45 -0400 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.122]:59091 "EHLO cdptpa-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753808AbYIIDGo (ORCPT ); Mon, 8 Sep 2008 23:06:44 -0400 Date: Mon, 08 Sep 2008 23:07:09 -0400 Message-ID: <87y722qaoy.wl%ysato@users.sourceforge.jp> From: Yoshinori Sato To: Hugh Dickins Cc: Andrew Morton , Paulo Marques , lkml Subject: Re: [PATCH] exclude h8300 local symbols (Re: kallsyms exclude local symbols) In-Reply-To: References: <87fxphzan5.wl%ysato@users.sourceforge.jp> <489AE3C5.2000807@grupopie.com> <87zlnotn2l.wl%ysato@users.sourceforge.jp> <20080907235627.293b0a4b.akpm@linux-foundation.org> <87vdx673sw.wl%ysato@users.sourceforge.jp> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.2 (x86_64-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Tue, 9 Sep 2008 00:39:40 +0100 (BST), Hugh Dickins wrote: > > On Mon, 8 Sep 2008, Yoshinori Sato wrote: > > At Sun, 7 Sep 2008 23:56:27 -0700, > > Andrew Morton wrote: > > > > > > This patch broke kallsyms on powerpc. Please see > > > http://ozlabs.org/pipermail/linuxppc-dev/2008-September/062549.html > > > > Hmm... > > h8300 local symbol head of '.L'. > > But powerpc don't have '.L' pattern. > > I think add condition "str[1] == 'L'". > > No, that won't work right on PowerPC if there's function called > something like LookUpTable: we want the symbol ".LookUpTable". > > Hugh OK. This case can't pattern match. I Add h8300 special mode. -- Yoshinori Sato