sync with OpenBSD -current

This commit is contained in:
purplerain 2024-03-31 19:11:21 +00:00
parent 38a9ea224a
commit 61b0c3d2c1
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
27 changed files with 196 additions and 125 deletions

View file

@ -29,9 +29,9 @@ SECTIONS
. = ALIGN(0x1000);
*(.boot.text)
boot_text_end = .;
} :btext =0xf4005800
} :btext =0xf400fc01
. = ALIGN(0x1000);
.text : { *(.text .text.*) } :text =0xf4005800
.text : { *(.text .text.*) } :text =0xf400fc01
/* RELRO DATA */
. = DATA_SEGMENT_ALIGN (0x10000, 0x1000);