[PATCH 10/33] powerpc: Ignore TOC relocations
Anton Blanchard
anton at samba.org
Wed Apr 23 08:02:24 EST 2014
Hi Alan,
> > The linker fixes up TOC. relocations, so prom_init_check.sh should
> > ignore them.
>
> Err, .TOC. you mean. Presumably something strips off the leading dot
> somewhere?
Yeah, the script strips them:
# On 64-bit nm gives us the function descriptors, which have
# a leading . on the name, so strip it off here.
UNDEF="${UNDEF#.}"
I'll modify the commit message to be less confusing.
Anton
More information about the Linuxppc-dev
mailing list