sync with OpenBSD -current
This commit is contained in:
parent
38a9ea224a
commit
61b0c3d2c1
27 changed files with 196 additions and 125 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue