John Baldwin a1d39c5344 Use a workaround to compile the crt init functions correctly with clang.
The MIPS assembly parser treats forward-declared local symbols as global
symbols.  This results in CALL16 relocations being used against local
(private) symbols which then fail to resolve when linking binaries.
Add .local to force the init and fini functions to be treated as local as
a workaround.

Submitted by:	sbruno
Sponsored by:	DARPA / AFRL
2018-02-06 17:01:10 +00:00
..
2017-11-02 20:08:00 +00:00
2017-09-17 19:14:38 +00:00
2017-12-12 17:34:35 +00:00
2018-01-24 14:24:17 +00:00
2017-08-03 15:47:42 +00:00
2018-01-28 03:16:54 +00:00
2017-12-06 02:21:11 +00:00
2018-01-24 06:48:42 +00:00
2017-09-10 01:25:15 +00:00