mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
rtld: populate DT_DEBUG iff DYNAMIC segment is writable
rtld.h was accidentally missed in r293201
This commit is contained in:
parent
7a2ff73d68
commit
16ef2e1a9b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=293202
@ -264,6 +264,7 @@ typedef struct Struct_Obj_Entry {
|
||||
bool valid_hash_sysv : 1; /* A valid System V hash hash tag is available */
|
||||
bool valid_hash_gnu : 1; /* A valid GNU hash tag is available */
|
||||
bool dlopened : 1; /* dlopen()-ed (vs. load statically) */
|
||||
bool writable_dynamic : 1; /* PT_DYNAMIC is writable */
|
||||
|
||||
struct link_map linkmap; /* For GDB and dlinfo() */
|
||||
Objlist dldags; /* Object belongs to these dlopened DAGs (%) */
|
||||
|
Loading…
Reference in New Issue
Block a user