K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-10-17T18:47:58.244047Z K 7 svn:log V 525 libsa: Remove conflicting .global/.weak directive LLVM12 complains if you change the symbol binding: `error: _longjmp changed binding to STB_GLOBAL` In this case LLVM actually ignored the weak directive and used the later .global, but GNU as would mark the symbol as weak. None of the other architectures mark the libsa _setjmp as weak so just drop this directive. (cherry picked from commit 59b2caef0537661397caf2ce1398cf802cb864b4) Git Hash: 1801534a5c8a73b684176c67aa3eb7cfa5116a81 Git Author: arichardson@FreeBSD.org END