Subject: Re: ARM mapping symbols in the kernel
To: Steve Woodford <scw@netbsd.org>
From: Richard Earnshaw <Richard.Earnshaw@buzzard.freeserve.co.uk>
List: tech-toolchain
Date: 06/19/2005 17:35:42
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'

should do the trick.

R.