about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/strcat-i386.S
blob: c13503d3e4f4ca25e63706fbf9e52762eb548871 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#define strcat __strcat_i386
#undef libc_hidden_builtin_def
#define libc_hidden_builtin_def(name)
#include <sysdeps/i386/strcat.S>

#ifdef SHARED
	.globl __GI_strcat
	.hidden __GI_strcat
	__GI_strcat = __strcat_i386
#endif