From: deraadt Date: Wed, 11 Jan 2023 16:21:32 +0000 (+0000) Subject: force-disable jump tables in ld.so building on sparc64, to ease the X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=edb83f864b2ae281225c30cb4f6a8d59d3d156b9;p=openbsd force-disable jump tables in ld.so building on sparc64, to ease the exonly transition for people building through an upcoming commit series --- diff --git a/libexec/ld.so/sparc64/ld.script b/libexec/ld.so/sparc64/ld.script index 34f7875a031..2345976717d 100644 --- a/libexec/ld.so/sparc64/ld.script +++ b/libexec/ld.so/sparc64/ld.script @@ -1,7 +1,7 @@ PHDRS { rodata PT_LOAD FILEHDR PHDRS FLAGS (4); - text PT_LOAD; + text PT_LOAD FLAGS(1); btext PT_LOAD FLAGS (0x08000005); data PT_LOAD; random PT_OPENBSD_RANDOMIZE;