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
..
2020-07-11 06:51:42 +00:00
2021-02-22 13:01:17 +01:00
2019-02-04 21:28:25 +00:00
2018-08-09 02:55:48 +00:00
2018-10-31 19:59:20 +00:00
2019-02-26 06:22:10 +00:00
2019-11-13 03:56:51 +00:00
2021-01-14 17:33:05 -08:00
2018-06-14 09:06:53 +00:00
2020-02-20 00:46:22 +00:00
2020-04-07 16:56:34 +00:00
2019-09-20 05:22:34 +00:00