All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: Hugh Dickins <hugh@veritas.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Paulo Marques <pmarques@grupopie.com>,
	lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] exclude h8300 local symbols (Re: kallsyms exclude local symbols)
Date: Mon, 08 Sep 2008 23:07:09 -0400	[thread overview]
Message-ID: <87y722qaoy.wl%ysato@users.sourceforge.jp> (raw)
In-Reply-To: <Pine.LNX.4.64.0809090034570.16820@blonde.site>

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
<ysato@users.sourceforge.jp>

  reply	other threads:[~2008-09-09  3:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-07  4:55 [PATCH] kallsyms exclude local symbols Yoshinori Sato
2008-08-07 12:00 ` Paulo Marques
2008-08-07 23:36   ` [PATCH] exclude h8300 local symbols (Re: kallsyms exclude local symbols) Yoshinori Sato
2008-09-08  6:56     ` Andrew Morton
2008-09-08 19:20       ` Paulo Marques
2008-09-08 20:58       ` Yoshinori Sato
2008-09-08 23:39         ` Hugh Dickins
2008-09-09  3:07           ` Yoshinori Sato [this message]
2008-09-12 19:28             ` Yoshinori Sato

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y722qaoy.wl%ysato@users.sourceforge.jp \
    --to=ysato@users.sourceforge.jp \
    --cc=akpm@linux-foundation.org \
    --cc=hugh@veritas.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pmarques@grupopie.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.