platform_bionic/libc/arch-x86_64/bionic
Elliott Hughes d7831208b2 Fix assembler warnings.
clang complains if you define a symbol and _then_ make it weak, rather
than the other way round:

  /tmp/setjmp-c3c977.s:90:1: warning: sigsetjmp changed binding to STB_WEAK
  .weak sigsetjmp;
  ^

Test: treehugger
Change-Id: Iee6b0ea456bb2e92aea810ce45f171caabaa89d2
2024-01-23 22:06:19 +00:00
..
__bionic_clone.S Use L() in libc/arch-x86_64/bionic/*.S. 2023-08-07 09:34:06 -07:00
__restore_rt.S Fix assembler warnings. 2024-01-23 22:06:19 +00:00
__set_tls.c Fix x86_64 __set_tls.c build failure. 2014-05-21 10:02:00 -07:00
_exit_with_stack_teardown.S Hide _exit_with_stack_teardown. 2014-05-16 16:17:44 -07:00
setjmp.S Fix assembler warnings. 2024-01-23 22:06:19 +00:00
syscall.S Ensure __set_errno is still visible on LP32. 2014-09-08 16:46:50 -07:00
vfork.S Fix assembler warnings. 2024-01-23 22:06:19 +00:00