Antonio Nino Diaz | eea20fc | 2018-08-16 15:42:44 +0100 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
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 | |||||
15 | func __0printf | ||||
16 | __1printf: | ||||
17 | __2printf: | ||||
18 | b printf | ||||
19 | endfunc __0printf |