Adhemerval Zanella 8cd559cf5a nptl: x86_64: Use same code for CURRENT_STACK_FRAME and stackinfo_get_sp
It avoids the possible warning of uninitialized 'frame' variable when
building with clang:

  ../sysdeps/nptl/jmp-unwind.c:27:42: error: variable 'frame' is
  uninitialized when used here [-Werror,-Wuninitialized]
    __pthread_cleanup_upto (env->__jmpbuf, CURRENT_STACK_FRAME);

The resulting code is similar to CURRENT_STACK_FRAME.

Checked on x86_64-linux-gnu.
2022-08-31 09:04:27 -03:00
..
2022-05-30 16:32:22 -03:00
2022-05-30 16:32:33 -03:00
2022-08-05 09:28:39 -03:00
2022-06-25 00:22:02 +02:00
2022-08-29 01:42:47 +02:00
2022-05-30 16:33:16 -03:00
2022-07-27 10:50:20 -03:00
2022-05-30 16:33:28 -03:00
2022-08-30 10:54:46 +02:00