From: deraadt Date: Tue, 31 Jan 2023 00:50:17 +0000 (+0000) Subject: powerpc xonly for G5 is coming. ld.so can have xonly text. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=71410e9b97ab8e9c8903f9a8250fb18633268e9f;p=openbsd powerpc xonly for G5 is coming. ld.so can have xonly text. ok gkoehler --- diff --git a/libexec/ld.so/powerpc/ld.script b/libexec/ld.so/powerpc/ld.script index b3cd710479c..e00bed52f45 100644 --- a/libexec/ld.so/powerpc/ld.script +++ b/libexec/ld.so/powerpc/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;