Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git] / test / MC / ELF / call-abs.s
blob885c2d19bad2adc30bffa32eee132af5c310a104
1 // RUN: llvm-mc -filetype=obj -triple i686-pc-linux-gnu %s -o - | elf-dump | FileCheck %s
3 .text
4 .globl f
5 .type f,@function
6 f: # @f
7 # BB#0: # %entry
8 subl $4, %esp
9 calll 42
10 incl %eax
11 addl $4, %esp
12 ret
13 .Ltmp0:
14 .size f, .Ltmp0-f
16 .section .note.GNU-stack,"",@progbits
18 // CHECK: ('_relocations', [
19 // CHECK-NEXT: # Relocation 0x00000000
20 // CHECK-NEXT: (('r_offset', 0x00000004)
21 // CHECK-NEXT: ('r_sym', 0x00000000)
22 // CHECK-NEXT: ('r_type', 0x00000002)
23 // CHECK-NEXT: ),
24 // CHECK-NEXT: ])