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 string/18712] bits/string2.h incompatible with -O2 -Werror=packed -Wsystem-headers


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

--- Comment #3 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  d20dce250a6852f5083c05997fc6397c5d438a96 (commit)
      from  5379c09148b0925a2af15d10218e8f8c3ec601e9 (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=d20dce250a6852f5083c05997fc6397c5d438a96

commit d20dce250a6852f5083c05997fc6397c5d438a96
Author: Wilco Dijkstra <wdijkstr@arm.com>
Date:   Mon Apr 18 15:26:11 2016 +0100

    Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as
compatibility
    symbols as they are no longer used. Fix compat symbols for __strpbrk
inlines.

            [BZ #18712]
            * string/string-inlines.c (__STRING2_COPY_TYPE): Add, moved from
string2.h.
            (__old_mempcpy_small): Likewise.
            (__old_strcpy_small): Likewise.
            (__old_stpcpy_small): Likewise.
            (__old_strpbrk_c2): Fix compat symbol name.
            (__old_strpbrk_c3): Likewise.
            * string/bits/string2.h (__STRING2_COPY_TYPE): Remove.
            (__mempcpy_small): Remove.
            (__strcpy_small): Remove.
            (__stpcpy_small): Remove.

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

Summary of changes:
 ChangeLog               |   14 ++
 string/bits/string2.h   |  348 ----------------------------------------------
 string/string-inlines.c |  349 ++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 361 insertions(+), 350 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]