This patch adds support for TLSGD relocations to XCOFF objects:
- Add branch absolute reloction R_RBA, R_TLS relocation for the variable offset for the tlsgd model and R_TLSM for the region handle for the tlsgd model
- Properly set the relocation fixed values for R_TLS and R_TLSM
- Emit the TCEntry with the variant kind in the XCOFFStreamer
Can we keep using the MO_TLSGD_FLAG for this, and differentiate based on checking that the system is AIX?