freebsd-dev/lib/libc/amd64/string
Peter Wemm 5d053f461c We've been lax about matching END() macros in asm code for some time. This
is used to set the ELF size attribute for functions.  It isn't normally
critical but some things can make use of it (gdb for stack traces).
Valgrind needs it so I'm adding it in.  The problem is present on all
branches and on both i386 and amd64.
2008-11-02 01:10:54 +00:00
..
bcmp.S We've been lax about matching END() macros in asm code for some time. This 2008-11-02 01:10:54 +00:00
bcopy.S We've been lax about matching END() macros in asm code for some time. This 2008-11-02 01:10:54 +00:00
bzero.S We've been lax about matching END() macros in asm code for some time. This 2008-11-02 01:10:54 +00:00
Makefile.inc Add a machine-specific, optimized implementation of strcat. 2005-04-10 18:58:49 +00:00
memcmp.S We've been lax about matching END() macros in asm code for some time. This 2008-11-02 01:10:54 +00:00
memcpy.S
memmove.S
memset.S We've been lax about matching END() macros in asm code for some time. This 2008-11-02 01:10:54 +00:00
strcat.S We've been lax about matching END() macros in asm code for some time. This 2008-11-02 01:10:54 +00:00
strcmp.S We've been lax about matching END() macros in asm code for some time. This 2008-11-02 01:10:54 +00:00
strcpy.S We've been lax about matching END() macros in asm code for some time. This 2008-11-02 01:10:54 +00:00