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/21791] New: Unused XXX_chk_XXX functions in libc.a


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

            Bug ID: 21791
           Summary: Unused XXX_chk_XXX functions in libc.a
           Product: glibc
           Version: 2.26
            Status: NEW
          Severity: normal
          Priority: P2
         Component: string
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---
            Target: i386

[hjl@gnu-6 build-i686-linux]$ nm libc.a | grep _chk_ 1 | grep -v __chk_fail
00000000 T __memmove_chk_ssse3
00000000 T __memmove_chk_ssse3_rep
00000000 T __memmove_chk_sse2_unaligned
000000b0 t __memmove_chk_ia32
00000050 t __memmove_chk_sse2_unaligned
00000070 t __memmove_chk_ssse3
00000090 t __memmove_chk_ssse3_rep
00000070 t __memset_chk_ia32
00000030 t __memset_chk_sse2
00000050 t __memset_chk_sse2_rep

Those functions aren't needed.

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