armclang_printf.S 376 B

12345678910111213141516171819202122232425
  1. /*
  2. * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #include <asm_macros.S>
  7. /* Symbols needed by armclang */
  8. .globl __0printf
  9. .globl __1printf
  10. .globl __2printf
  11. func __0printf
  12. b printf
  13. endfunc __0printf
  14. func __1printf
  15. b printf
  16. endfunc __1printf
  17. func __2printf
  18. b printf
  19. endfunc __2printf