DT_FLAGS_1: Add Solaris bits
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 21 Mar 2018 19:55:40 +0000 (12:55 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 21 Mar 2018 19:55:52 +0000 (12:55 -0700)
commitb1202ffa53484b65d95787fddef1bc6175e05ca9
tree95cafc240834299c25befdb5ebb0d01a8e152b45
parentce29f8439f94adfa56655940e657afbe07a0c99e
DT_FLAGS_1: Add Solaris bits

The following bits in DT_FLAGS_1 are used by Solaris:

 #define DF_1_KMOD       0x10000000 /* kernel module */
 #define DF_1_WEAKFILTER 0x20000000 /* apply weak binding to DT_FILTER */
 #define DF_1_NOCOMMON   0x40000000 /* no COMMON symbols exist */

binutils/

* readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
DF_1_WEAKFILTER and DF_1_NOCOMMON.

include/

* elf/common.h (DF_1_KMOD): New.
(DF_1_WEAKFILTER): Likewise.
(DF_1_NOCOMMON): Likewise.
binutils/ChangeLog
binutils/readelf.c
include/ChangeLog
include/elf/common.h
This page took 0.024171 seconds and 4 git commands to generate.