artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
245e5d0
)
be very paranoid like other architectures and force no-jump-tables
author
deraadt
<deraadt@openbsd.org>
Wed, 11 Jan 2023 17:16:33 +0000
(17:16 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 11 Jan 2023 17:16:33 +0000
(17:16 +0000)
came up in two seperate conversations with miod and kettenis
libexec/ld.so/sparc64/Makefile.inc
patch
|
blob
|
history
diff --git
a/libexec/ld.so/sparc64/Makefile.inc
b/libexec/ld.so/sparc64/Makefile.inc
index
a06039d
..
e86b418
100644
(file)
--- a/
libexec/ld.so/sparc64/Makefile.inc
+++ b/
libexec/ld.so/sparc64/Makefile.inc
@@
-1,6
+1,6
@@
-# $OpenBSD: Makefile.inc,v 1.
4 2020/08/11 23:32:06 jca
Exp $
+# $OpenBSD: Makefile.inc,v 1.
5 2023/01/11 17:16:33 deraadt
Exp $
-CFLAGS += -fpic -msoft-float
+CFLAGS += -fpic -msoft-float
-fno-jump-tables
AFLAGS += -fpic
LD_SCRIPT = ${.CURDIR}/${MACHINE_CPU}/ld.script