mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
c91a930cb7
* peXXigen.c (_bfd_XXi_final_link_postscript): Use bfd_get_symbol_leading_char to determine "_tls_used" name. 2010-12-21 Kai Tietz <kai.tietz@onevision.com> * ld-pe/pe.exp: Add TLS directory test. * ld-pe/tlssec.s: New. * ld-pe/tlssec64.d: New. * ld-pe/tlssec32.d: New.
21 lines
315 B
ArmAsm
Executable File
21 lines
315 B
ArmAsm
Executable File
.global _tls_used
|
|
.global __tls_used
|
|
.global _start
|
|
.global start
|
|
.global _mainCRTStartup
|
|
.global mainCRTStartup
|
|
|
|
.text
|
|
_start:
|
|
mainCRTStartup:
|
|
_mainCRTStartup:
|
|
.byte 1
|
|
|
|
.section .tls
|
|
_tls_used:
|
|
__tls_used:
|
|
.long 1,2,3,4,5,6,7,8,9,10
|
|
.long 11,12,13,14,15,16,17,18,19,20
|
|
.long 21,22,23,24,25,26,27,28,29,30
|
|
|