]> git.ipfire.org Git - thirdparty/kmod.git/commit
depmod: Ignore PowerPC64 ABIv2 .TOC. symbol
authorAnton Blanchard <anton@samba.org>
Fri, 10 Jun 2016 05:24:30 +0000 (15:24 +1000)
committerLucas De Marchi <lucas.demarchi@intel.com>
Sat, 11 Jun 2016 03:27:39 +0000 (00:27 -0300)
commitd46136bb59c46609ee8050636f0681f2831d2225
tree57a98c24f7d17e51095b77f3235795c91bbe20c4
parentf7ed430a53cdb0dd8ff99338b48bf640c18d8004
depmod: Ignore PowerPC64 ABIv2 .TOC. symbol

The .TOC. symbol on the PowerPC64 ABIv2 identifies the GOT
pointer, similar to how other architectures use _GLOBAL_OFFSET_TABLE_.

This is not a symbol that needs relocation, and should be ignored
by depmod.
tools/depmod.c