relax-local-pic.s 404 B

12345678910111213141516
  1. .section .text
  2. .align 4
  3. .global __start
  4. .type __start, @function
  5. __start:
  6. ld r4,[pcl,@a_in_other_thread@gotpc]
  7. st 1,[r4]
  8. .size __start, .-__start
  9. .global a_in_other_thread
  10. .section .data
  11. .align 4
  12. .type a_in_other_thread, @object
  13. .size a_in_other_thread, 4
  14. a_in_other_thread:
  15. .word -559038737