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/22053] Remove zero terminator for .eh_frame section in elf/sofini.c


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

--- Comment #1 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, hjl/pr22053/master has been created
        at  b6135d766b14d22779c7d28b47402ece59a16eab (commit)

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

commit b6135d766b14d22779c7d28b47402ece59a16eab
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Aug 31 06:49:37 2017 -0700

    Remove zero terminator for .eh_frame in libc.so [BZ #22053]

    elf/sofini.c has a zero terminator for .eh_frame in libc.so.  It was
    added before -eh-frame-hdr is added to ld.  Since -eh-frame-hdr is
    always used to build libc.so, zero terminator in elf/sofini.c can be
    removed.

        [BZ #22053]
        * elf/sofini.c (__FRAME_END__): Removed.

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

-- 
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]