tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr22721a.s
1 .text
2 .globl __tls_get_addr
3 .globl ___tls_get_addr
4 .type __tls_get_addr,%function
5 .set ___tls_get_addr, __tls_get_addr
6 __tls_get_addr:
7 .byte 0
8 .size __tls_get_addr, .-__tls_get_addr
This page took 0.029797 seconds and 4 git commands to generate.