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

#include <sysdeps/i386/i486/strcat.S>

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