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/19463] linknamespace failures when compiled with -Os


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

--- 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  18b10de7ced9e9c3843299fb600e40b11af3e0af (commit)
      from  d99431e519fdeb16edb1222b77430ac9853a2334 (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=18b10de7ced9e9c3843299fb600e40b11af3e0af

commit 18b10de7ced9e9c3843299fb600e40b11af3e0af
Author: Wilco Dijkstra <wdijkstr@arm.com>
Date:   Mon Jun 12 15:19:38 2017 +0100

    2017-06-12  Wilco Dijkstra  <wdijkstr@arm.com>

    There is no longer a need for string2.h, so remove it and all mention of
it.
    Move the redirect for __stpcpy to include/string.h since it is still
required
    until all internal uses have been renamed.
    This fixes several linknamespace/localplt failures when building with -Os.

        [BZ #15105]
        [BZ #19463]
        * include/string.h: Add internal redirect for __stpcpy.
        * string/Makefile: Remove bits/string2.h.
        * string/string.h: Update comment.
        * string/string-inlines.c: Remove bits/string2.h include and comment.
        * string/bits/string2.h: Remove file.

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

Summary of changes:
 ChangeLog               |   10 ++++
 include/string.h        |    5 ++
 string/Makefile         |    4 +-
 string/bits/string2.h   |  119 -----------------------------------------------
 string/string-inlines.c |    7 +--
 string/string.h         |    8 ---
 6 files changed, 19 insertions(+), 134 deletions(-)
 delete mode 100644 string/bits/string2.h

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