]> git.ipfire.org Git - thirdparty/elfutils.git/commit
ppc: ppc_check_special_symbol): Also allow _SDA_BASE_ in .data section.
authorMark Wielaard <mjw@redhat.com>
Fri, 16 Oct 2015 10:26:27 +0000 (12:26 +0200)
committerMark Wielaard <mjw@redhat.com>
Fri, 16 Oct 2015 11:11:32 +0000 (13:11 +0200)
commitfd2e84cb31fa7585baa7daa9dae03a8ac725ae05
treee71bb21dac6036aa72d04762206ffbc8b17e8698
parent9bcd3cbdbc66d94d2c0f53f100ecca3f0cf1df33
ppc: ppc_check_special_symbol): Also allow _SDA_BASE_ in .data section.

The Small Data Area Base normally points to .sdata, in which case we
check it is at an offset of 0x8000.  It might however fall in the
.data section, in which case we cannot check the offset.  The size always
should be zero.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
backends/ChangeLog
backends/ppc_symbol.c