~mmach/netext73/meson

« back to all changes in this revision

Viewing changes to test cases/common/137 c cpp and asm/retval-arm.S

  • Committer: mmach
  • Date: 2020-04-09 10:35:04 UTC
  • Revision ID: netbit73@gmail.com-20200409103504-wkxbh6yl5fzlueas
0.53.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "symbol-underscore.h"
 
2
 
 
3
.text
 
4
.globl SYMBOL_NAME(get_retval)
 
5
# ifdef __linux__
 
6
.type get_retval, %function
 
7
#endif
 
8
 
 
9
SYMBOL_NAME(get_retval):
 
10
    mov r0, #0
 
11
    mov pc, lr