undef-tls.d 860 B

1234567891011121314151617
  1. #source: undef-tls.s
  2. #ld: -e0 --emit-relocs
  3. #objdump: -dr
  4. #...
  5. #error:.*: in function `get':.*
  6. #error:.*: undefined reference to `tls'.*
  7. #error:.*: TLS relocation R_AARCH64_TLSLE_ADD_TPREL_HI12 against undefined symbol `tls'.*
  8. #error:.*: dangerous relocation: unsupported relocation.*
  9. #error:.*: undefined reference to `tls'.*
  10. #error:.*: TLS relocation R_AARCH64_TLSLE_ADD_TPREL_LO12_NC against undefined symbol `tls'.*
  11. #error:.*: dangerous relocation: unsupported relocation.*
  12. #error:.*: undefined reference to `dtl'.*
  13. #error:.*: TLS relocation R_AARCH64_TLSLD_ADD_DTPREL_HI12 against undefined symbol `dtl'.*
  14. #error:.*: dangerous relocation: unsupported relocation.*
  15. #error:.*: undefined reference to `dtl'.*
  16. #error:.*: TLS relocation R_AARCH64_TLSLD_ADD_DTPREL_LO12 against undefined symbol `dtl'.*
  17. #error:.*: dangerous relocation: unsupported relocation.*