diff options
author | 2018-01-18 18:21:01 +0000 | |
---|---|---|
committer | 2018-01-18 18:21:01 +0000 | |
commit | ec475ba12b36f3a993830106b05efe899a346162 (patch) | |
tree | 34c6bb185b989f84a3e0d26003dad95442b0c884 /lib/libc | |
parent | Remove quirk matching all Yamaha devices, as this prevents non-MIDI (diff) | |
download | wireguard-openbsd-ec475ba12b36f3a993830106b05efe899a346162.tar.xz wireguard-openbsd-ec475ba12b36f3a993830106b05efe899a346162.zip |
Sorry, the PIC macros cannot reach to .rodata....
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/sparc64/string/ffs.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/sparc64/string/ffs.S b/lib/libc/arch/sparc64/string/ffs.S index 6d2e6499706..f699cde4ccd 100644 --- a/lib/libc/arch/sparc64/string/ffs.S +++ b/lib/libc/arch/sparc64/string/ffs.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs.S,v 1.6 2018/01/18 08:23:44 guenther Exp $ */ +/* $OpenBSD: ffs.S,v 1.7 2018/01/18 18:21:01 deraadt Exp $ */ /* * Copyright (c) 1992, 1993 @@ -86,7 +86,7 @@ ENTRY(ffs) END(ffs) .protected ffs - .section .rodata + .data _C_LABEL(__ffstab): .byte -24,1,2,1,3,1,2,1,4,1,2,1,3,1,2,1 /* 00-0f */ .byte 5,1,2,1,3,1,2,1,4,1,2,1,3,1,2,1 /* 10-1f */ |