blob: e736a11a57e8e5d2db5f8cf75c49898c73f39752 [file] [log] [blame]
Antonio Nino Diazeea20fc2018-08-16 15:42:44 +01001/*
Govindraj Rajaeee28e72023-08-01 15:52:40 -05002 * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
Antonio Nino Diazeea20fc2018-08-16 15:42:44 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <asm_macros.S>
8
9/* Symbols needed by armclang */
10
11 .globl __0printf
12 .globl __1printf
13 .globl __2printf
14
15func __0printf
16__1printf:
17__2printf:
18 b printf
19endfunc __0printf