diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-01-18 23:42:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-01-18 23:42:14 +0000 |
commit | 8073f9da97cb5687ad514c556de0044d629e5974 (patch) | |
tree | 85512d2bf06e18f1586285e60fb8d64aa9097617 /lib/libc | |
parent | 3a2e38eecfbc56686a278391985c5c4ce28fba60 (diff) |
Wow, it cannot even be in .data...
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/sparc64/string/ffs.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/arch/sparc64/string/ffs.S b/lib/libc/arch/sparc64/string/ffs.S index f699cde4ccd..2f1aa6fa72d 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.7 2018/01/18 18:21:01 deraadt Exp $ */ +/* $OpenBSD: ffs.S,v 1.8 2018/01/18 23:42:13 deraadt Exp $ */ /* * Copyright (c) 1992, 1993 @@ -86,7 +86,6 @@ ENTRY(ffs) END(ffs) .protected ffs - .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 */ |