diff options
author | Carlos O'Donell <carlos@redhat.com> | 2018-01-13 20:21:57 -0800 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2018-01-13 20:23:05 -0800 |
commit | 505d39100454b38c62a8eff4c1b7c06b4a31f3aa (patch) | |
tree | 2889a2142df5bdf6a42cf1b61083077bcc1758df /ChangeLog | |
parent | af1e6be4ba60067907ea9e19e0cd6897d194e9cf (diff) | |
download | glibc-505d39100454b38c62a8eff4c1b7c06b4a31f3aa.tar glibc-505d39100454b38c62a8eff4c1b7c06b4a31f3aa.tar.gz glibc-505d39100454b38c62a8eff4c1b7c06b4a31f3aa.tar.bz2 glibc-505d39100454b38c62a8eff4c1b7c06b4a31f3aa.zip |
Synchronize DF_1_* flags with binutils (Bug 22707)
This patch synchronizes DF_1_* flags with binutils
and ensures that all DF_1_* flags defined in binutil's
include/elf/common.h are also defined glibc's elf/elf.h.
This is a user visible change since elf/elf.h is installed
by default as /usr/include/elf.h.
Signed-off-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2018-01-13 Carlos O'Donell <carlos@redhat.com> + + [BZ #22707] + * elf/elf.h (DF_1_STUB): Define. + (DF_1_PIE): Define. + 2018-01-12 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> [BZ #22697] |