strcat.S (498495dba268b20e8eadd7fe93c140c68b6cc9d2) | strcat.S (f3c78e949d3fb0afcc1bdd8e44b0902897fc2f84) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * arch/alpha/lib/strcat.S 4 * Contributed by Richard Henderson (rth@tamu.edu) 5 * 6 * Append a null-terminated string from SRC to DST. 7 */ | 1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * arch/alpha/lib/strcat.S 4 * Contributed by Richard Henderson (rth@tamu.edu) 5 * 6 * Append a null-terminated string from SRC to DST. 7 */ |
8#include <asm/export.h> | 8#include <linux/export.h> |
9 10 .text 11 12 .align 3 13 .globl strcat 14 .ent strcat 15strcat: 16 .frame $30, 0, $26 --- 39 unchanged lines hidden --- | 9 10 .text 11 12 .align 3 13 .globl strcat 14 .ent strcat 15strcat: 16 .frame $30, 0, $26 --- 39 unchanged lines hidden --- |