armclang_printf.S 312 B

12345678910111213141516171819
  1. /*
  2. * Copyright (c) 2018, 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. __1printf:
  13. __2printf:
  14. b printf
  15. endfunc __0printf