Re: [PATCH 10/33] powerpc: Ignore TOC relocations
From: Anton Blanchard <hidden>
Date: 2014-04-22 22:02:24
From: Anton Blanchard <hidden>
Date: 2014-04-22 22:02:24
Hi Alan,
quoted
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