This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/22707] Missing defines in elf.h for DF_1_STUB and DF_1_PIE.


https://sourceware.org/bugzilla/show_bug.cgi?id=22707

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  505d39100454b38c62a8eff4c1b7c06b4a31f3aa (commit)
      from  af1e6be4ba60067907ea9e19e0cd6897d194e9cf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=505d39100454b38c62a8eff4c1b7c06b4a31f3aa

commit 505d39100454b38c62a8eff4c1b7c06b4a31f3aa
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Sat Jan 13 20:21:57 2018 -0800

    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>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    6 ++++++
 elf/elf.h |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]