diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-12-09 06:35:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-12-09 06:35:09 +0000 |
commit | 104faa3480cf1622d0af2bea084cb88f4fa34eb4 (patch) | |
tree | f14e2530da224e1cfc8c77fc379be2e97f18b80b /sys | |
parent | ec79019cbd43b35fc49cba5b2a0f03176646b7b4 (diff) |
Add a #define for the name of the .openbsd.randomdata section.
ok guenther
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/exec_elf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/exec_elf.h b/sys/sys/exec_elf.h index 32469f7c5ef..817bfc69e5a 100644 --- a/sys/sys/exec_elf.h +++ b/sys/sys/exec_elf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_elf.h,v 1.77 2017/10/18 12:08:17 mpi Exp $ */ +/* $OpenBSD: exec_elf.h,v 1.78 2017/12/09 06:35:08 deraadt Exp $ */ /* * Copyright (c) 1995, 1996 Erik Theisen. All rights reserved. * @@ -288,6 +288,7 @@ typedef struct { #define ELF_STRTAB ".strtab" /* string table */ #define ELF_SYMTAB ".symtab" /* symbol table */ #define ELF_TEXT ".text" /* code */ +#define ELF_OPENBSDRANDOMDATA ".openbsd.randomdata" /* constant randomdata */ /* Section Attribute Flags - sh_flags */ |