[GOLD] support objdump -T display of st_other
authorAlan Modra <amodra@gmail.com>
Mon, 26 Nov 2018 11:35:54 +0000 (22:05 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 26 Nov 2018 11:35:54 +0000 (22:05 +1030)
commit2eccb8f91fec7bb6431b55d701e5c7fd2849e3f5
tree31a58e4963ba0fbccc97244e2c7e458fd52154f3
parent0a744d8f9d434e2338bfabd9eeb1b02e225eb1ab
[GOLD] support objdump -T display of st_other

PowerPC64 ELFv2 uses the top 3 bits of st_other to encode a function's
local entry point offset from its global entry point.  Allow st_other
bits except for visibility==default.

* testsuite/ver_test_14.sh: Accept objdump -T display of st_other
bits on powerpc64le.
gold/ChangeLog
gold/testsuite/ver_test_14.sh