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/18858] _HAVE_STRING_ARCH_xxx aren't defined for i386 nor x86_64


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

--- Comment #29 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  65687ac76c1640e4e01920c0d7c20aff374e6b8c (commit)
      from  ab5ac271e6210fa0af11cf3ca525ce573bc47c48 (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=65687ac76c1640e4e01920c0d7c20aff374e6b8c

commit 65687ac76c1640e4e01920c0d7c20aff374e6b8c
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Sep 6 14:35:23 2017 -0300

    Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)

    Since the removal of bits/string.h, _HAVE_STRING_ARCH_* are no
    longer used.  This patch removes the unused macros from i686
    and x86_64 sysdeps folder.

    Checked on x86_64-linux-gnu and i686-linux-gnu.

        * sysdeps/i386/i686/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
        Remove define.
        * sysdeps/x86_64/multiarch/stpcpy.c (_HAVE_STRING_ARCH_stpcpy):
        Likewise.
        * sysdeps/x86_64/multiarch/strcspn.c (_HAVE_STRING_ARCH_strcspn):
        Likewise.
        * sysdeps/x86_64/multiarch/strncat.c (_HAVE_STRING_ARCH_strncat):
        Likewise.
        * sysdeps/x86_64/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
        Likewise.
        * sysdeps/x86_64/multiarch/strpbrk.c (_HAVE_STRING_ARCH_strpbrk):
        Likewise.
        * sysdeps/x86_64/multiarch/strspn.c (_HAVE_STRING_ARCH_strspn):
        Likewise.

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

Summary of changes:
 ChangeLog                             |   17 +++++++++++++++++
 sysdeps/i386/i686/multiarch/strncpy.c |    1 -
 sysdeps/x86_64/multiarch/stpcpy.c     |    1 -
 sysdeps/x86_64/multiarch/strcspn.c    |    1 -
 sysdeps/x86_64/multiarch/strncat.c    |    1 -
 sysdeps/x86_64/multiarch/strncpy.c    |    1 -
 sysdeps/x86_64/multiarch/strpbrk.c    |    1 -
 sysdeps/x86_64/multiarch/strspn.c     |    1 -
 8 files changed, 17 insertions(+), 7 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]