artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ad00da
)
Fix erroneous comment for the PT_OPENBSD_MUTABLE definition.
author
fcambus
<fcambus@openbsd.org>
Sat, 25 Mar 2023 21:02:21 +0000
(21:02 +0000)
committer
fcambus
<fcambus@openbsd.org>
Sat, 25 Mar 2023 21:02:21 +0000
(21:02 +0000)
gnu/usr.bin/binutils-2.17/include/elf/common.h
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/binutils-2.17/include/elf/common.h
b/gnu/usr.bin/binutils-2.17/include/elf/common.h
index
8ceb3d2
..
9d1c84a
100644
(file)
--- a/
gnu/usr.bin/binutils-2.17/include/elf/common.h
+++ b/
gnu/usr.bin/binutils-2.17/include/elf/common.h
@@
-313,7
+313,7
@@
#define PT_OPENBSD_RANDOMIZE 0x65a3dbe6 /* Fill with random data. */
#define PT_OPENBSD_WXNEEDED 0x65a3dbe7 /* Program does W^X violations */
#define PT_OPENBSD_BOOTDATA 0x65a41be6 /* Section for boot arguments */
-#define PT_OPENBSD_MUTABLE 0x65a3dbe5 /*
Section for boot arguments
*/
+#define PT_OPENBSD_MUTABLE 0x65a3dbe5 /*
Like bss, but not immutable
*/
/* Program segment permissions, in program header p_flags field. */