Subject: Re: ARM mapping symbols in the kernel
To: Richard Earnshaw <Richard.Earnshaw@buzzard.freeserve.co.uk>
From: Steve Woodford <scw@netbsd.org>
List: tech-toolchain
Date: 06/19/2005 19:40:14
On Sunday 19 June 2005 17:35, Richard Earnshaw wrote:
> On Sun, 19 Jun 2005 12:14:45 BST, Steve Woodford wrote:
> > As a local work-around, I have added some code in
> > kern_ksyms.c:addsymtab() which skips mapping symbols if __arm__ is
> > defined. But I'd prefer something like the objcopy(1) option
> > mentioned in the above thread.
>
> objcopy --strip-symbol '$d' --strip-symbol '$a' --strip-symbol '$t'

Now why didn't I think of that...

Thanks, Richard!

Cheers, Steve