Alex Richardson 59b2caef05 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.
2021-03-30 14:59:41 +01:00
..
2021-01-07 21:15:26 +01:00
2021-03-13 18:26:15 +01:00
2021-03-22 11:55:45 +00:00
2021-01-13 23:56:18 -06:00
2020-09-08 23:22:11 +00:00
2021-01-03 20:45:37 +02:00
2021-01-02 21:41:36 +02:00