PPC32 -fpic/-fPIC generates bl __tls_get_addr(x@tlsgd)@PLT or
bl __tls_get_addr(x@tlsgd)@PLT+32768.
powerpc-linux-gnu-gcc -fPIC generates bl __tls_get_addr+32668(x@tlsgd)@plt.
These expressions can be parsed by GNU assembler but not by the integrated
assembler. Add the support.
And here, perhaps a comment that this adds __tls_get_addr with a|b|a+b.