Partial revert of rev. 1.7, fixes build with clang
authorjca <jca@openbsd.org>
Fri, 19 Jan 2018 11:10:43 +0000 (11:10 +0000)
committerjca <jca@openbsd.org>
Fri, 19 Jan 2018 11:10:43 +0000 (11:10 +0000)
commit18cddbba4e2a0454294d0c2b069fcac74be36111
tree082cb14d016464ca1228310f3061b384af687399
parent08a4210f5f670e3de690f64e74b37b21ca500326
Partial revert of rev. 1.7, fixes build with clang

The error was:
--8<--
ffs.S:57:2: error: unsupported relocation on symbol
adrne r2, .L_ffs_table
^
-->8--

Minimal workaround suggested by deraadt@, ok guenther@ kettenis@
lib/libc/arch/arm/string/ffs.S