sync with OpenBSD -current
This commit is contained in:
parent
4c73aa256c
commit
086d8cf2c2
118 changed files with 975 additions and 393 deletions
|
@ -5,6 +5,7 @@ PHDRS
|
|||
btext PT_LOAD FLAGS (0x08000005);
|
||||
data PT_LOAD;
|
||||
random PT_OPENBSD_RANDOMIZE;
|
||||
syscalls PT_OPENBSD_SYSCALLS;
|
||||
relro PT_GNU_RELRO;
|
||||
dynamic PT_DYNAMIC;
|
||||
note PT_NOTE;
|
||||
|
@ -43,6 +44,11 @@ SECTIONS
|
|||
.got : { *(.got.plt) *(.got) } :data :relro
|
||||
. = DATA_SEGMENT_RELRO_END (0, .);
|
||||
|
||||
.openbsd.syscalls :
|
||||
{
|
||||
*(.openbsd.syscalls .openbsd.syscalls.*)
|
||||
} :syscalls
|
||||
|
||||
/* BOOTDATA */
|
||||
. = ALIGN(0x1000);
|
||||
boot_data_start = .;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue